@font-face {
	font-family: 'DK Superbrush';
	src: url('../fonts/DKSuperbrush-Regular.eot');
	src: url('../fonts/DKSuperbrush-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/DKSuperbrush-Regular.woff2') format('woff2'),
	url('../fonts/DKSuperbrush-Regular.woff') format('woff'),
	url('../fonts/DKSuperbrush-Regular.ttf') format('truetype'),
	url('../fonts/DKSuperbrush-Regular.svg#DKSuperbrush-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BODY */

body{
	overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
button,
p{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 150%;
}

/* COLORS */



.color--black{
	color: #000000 !important;
}

.bg--black{
	background-color: #000000 !important;
}

.hover-color--black:hover{
	color: #000000 !important;
}

.hover-bg--black:hover{
	background-color: #000000 !important;
}

.color--purple{
	color: #333350 !important;
}

.bg--purple{
	background-color: #333350 !important;
}

.hover-color--purple:hover{
	color: #333350 !important;
}

.hover-bg--purple:hover{
	background-color: #333350 !important;
}

.color--darkred{
	color: #400000 !important;
}

.bg--darkred{
	background-color: #400000 !important;
}

.hover-color--darkred:hover{
	color: #400000 !important;
}

.hover-bg--darkred:hover{
	background-color: #400000 !important;
}

.color--red{
	color: #ca2b1b !important;
}

.bg--red{
	background-color: #ca2b1b !important;
}

.hover-color--red:hover{
	color: #ca2b1b !important;
}

.hover-bg--red:hover{
	background-color: #ca2b1b !important;
}

.color--blue{
	color: #11265b !important;
}

.bg--blue{
	background-color: #11265b !important;
}

.hover-color--blue:hover{
	color: #11265b !important;
}

.hover-bg--blue:hover{
	background-color: #11265b !important;
}

.color--white{
	color: #dddddd !important;
}

.bg--white{
	background-color: #ffffff !important;
}

.hover-color--white:hover{
	color: #ffffff !important;
}

.hover-bg--white:hover{
	background-color: #ffffff !important;
}

/* FONTS */

.dk{
	font-family: 'DK Superbrush', sans-serif;
	font-weight: 400;
}

.noto{
	font-family: 'Noto Sans JP', sans-serif;
}

.skranji{
	font-family: 'Skranji', cursive;
}

.bold{
	font-weight: 700;
}

.regular{
	font-weight: 400;
}

.light{
	font-weight: 300;
}

.fs--48{
	font-size: 48px;
}

.fs--40{
	font-size: 40px;
}

.fs--36{
	font-size: 36px;
}

.fs--32{
	font-size: 32px;
}

.fs--28{
	font-size: 28px;
}

.fs--24{
	font-size: 24px;
}

.fs--20{
	font-size: 20px;
}

.fs--18{
	font-size: 18px;
}

.fs--16{
	font-size: 16px;
}

.fs--14{
	font-size: 14px;
}

.fs--12{
	font-size: 12px;
}

.lnh-150{
	line-height: 150%;
}

.lnh-125{
	line-height: 125%;
}

.lnh-100{
	line-height: 100%;
}

.tac{
	text-align: center;
}

.tar{
	text-align: right;
}

.tal{
	text-align: left;
}

.taj{
	text-align: justify;
}

.uc{
	text-transform: uppercase;
}

.lc{
	text-transform: lowercase;
}

.resetlink{
	color: inherit;
	text-decoration: none;
}

.underline{
	text-decoration: underline;
}

.p-spacing + .p-spacing{
	margin-top: 20px;
}

.p-justify {
	text-align: justify;
}

.no-list-style{
	list-style-type: none;
}

/* UTILITIES */

.container{
	margin: auto;
	max-width: 1250px;
	padding: 0 16px;
	width: 100%;
}

.relative{
	position: relative;
}

.flex{
	display: flex;
}

.flex-align-center{
	align-items: center;
}

.flex-space-between{
	justify-content: space-between;
}

.flex-justify-center{
	justify-content: center;
}

.flex-half{
	max-width: calc(50% - 10px);
	width: 100%;
}

.block{
	display: block;
}

.inline-block{
	display: inline-block;
}

main{
	/*background-color: #333350;*/
	min-height: 100vh;
}

.no-border{
	border: none !important;
}

.overflow-hidden{
	overflow: hidden;
}

.m-b-1x{
	margin-bottom: 20px;
}

.m-b-2x{
	margin-bottom: 40px;
}

.m-t-1x{
	margin-top: 20px;
}

.m-t-2x{
	margin-top: 40px;
}

.m-r-0\.5x{
	margin-right: 10px;
}

.m-r-1x{
	margin-right: 20px;
}

.m-r-2x{
	margin-right: 40px;
}

.p-b-1x{
	padding-bottom: 20px;
}

.p-b-2x{
	padding-bottom: 40px;
}

.p-t-1x{
	padding-top: 20px;
}

.p-t-2x{
	padding-top: 40px;
}

.youtube-video{
	background: #333350;
	border-radius: 15px;
	height: 330px;
	width: 100%;
}

.button{
	/*border-radius: 5px;*/
	padding: 6px 12px;
}

.text-shadow{
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.box-shadow{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.opacity-70{
	opacity: 0.7;
}

@media only screen and (max-width: 1240px){
	.youtube-video{
		height: 26vw;
	}
}

.top-orange-angle:before{
	border-color: transparent transparent #ca2b1b transparent;
	border-style: solid;
	border-width: 0 0 15px 100vw;
	bottom: 100%;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.bottom-orange-angle:before{
	border-color: transparent transparent #ca2b1b transparent;
	border-style: solid;
	border-width: 0 0 15px 100vw;
	top: 100%;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: 0;
	transform: scaleY(-1) scaleX(-1)
}

/* HEADER */

.header{
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header .logo img{
	height: 28px;
	margin-left: 12px;
}

.nav{
	align-items: center;
	display: flex;
}

.nav__item a{
	padding: 8px 16px;
}

.hamburger {
	cursor: pointer;
	display: none;
}

.bar1, .bar2, .bar3 {
	background-color: #ffffff;
	height: 3px;
	margin: 6px 0;
	transition: 0.4s;
	width: 28px;
}

.change .bar1 {
	transform: rotate(-45deg) translate(-5px, 5px) ;
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: rotate(45deg) translate(-8px, -8px) ;
}

.account-button{
	display: flex;
	align-items: center;
	line-height: 100%;
	color: #ffffff;
}

.account-button a{
	text-decoration: none;
	color: #ffffff;
}

.account-button .avatar{
	background-color: #ca2b1b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 40px;
	width: 40px;
}

.account-button .content{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 6px;
	line-height: 100%;
}

.account-button .name{
	font-size: 13px;
	padding: 0 0 3px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and (max-width: 1280px){
	.account-button .name{
		max-width: 140px;
	}
}

.account-button .edit{
	font-size: 11px;
	padding: 0 0 3px 0;
}

.account-button .edit a{
	font-size: 11px;
	padding: 0 0 0;
}

.account-button .edit a:hover{
	color: #ca2b1b;
}

@media only screen and (max-width: 1020px){
	.account-button .name, .account-button .account, .account-button .split{
		display: none;
	}
}

@media only screen and (max-width: 760px){
	.account-button{
		display: inline-flex;
	}

	.account-button .name, .account-button .account, .account-button .split{
		display: inline;
	}

	.account-button .name{
		display: block;
		max-width: 100%;
	}
}

.nav__item--language{
	padding-right: 0 !important;
	position: relative;
}

.nav__item--language--mobile{
	display: none;
}

@media only screen and (max-width: 760px){
	.nav__item--language{
		display: none;
	}

	.nav__item--language--mobile{
		display: inline-block;
	}
}

.language-select .current{
	cursor: pointer;
	line-height: 100%;
	padding: 3px;
	margin-right: 12px;
}

@media only screen and (max-width: 1020px){
	.language-select .current span{
		display: none;
	}
}

.language-select .current i{
	font-size: 16px;
}

.language-select .current:hover{
	color:  #ffc03d;
}

.language-popup{
	background: #ffffff;
	border-radius: 3px;
	color: #1E406F;
	display: none;
	flex-direction: column;
	font-size: 16px;
	padding: 3px;
	min-width: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 110%;
	width: calc(100%);
}

.language-popup--active{
	display: flex;
}

.language-popup__item{
	color: #1E406F;
	font-weight: bold;
	text-decoration: none;
}

.language-popup__item:hover{
	color: #000000 !important;
	text-decoration: underline;
}

@media only screen and (max-width: 760px){
	.header nav{
		background: #333350;
		display: none;
		height: calc(100vh - 43px);
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 43px;
		width: 100%;
		z-index: 101;
	}

	.header nav .nav{
		display: block;
	}

	.mobile-nav-expanded{
		background: #333350;
	}

	.mobile-nav-expanded nav{
		display: block;
	}

	.mobile-nav-expanded .nav__item{
		padding: 8px 12px !important;
	}

	.hamburger{
		display: inline-block;
		padding: 6px 12px;
	}
}


/* FOOTER */

.footer{
	position: relative;
}

.footer-title{
	padding: 6px 12px;
}

.footer__inner{
	padding: 24px 12px;
}

.footer-icon{
	display: inline-block;
	margin-top: 3px;
	min-width: 20px;
}

.footer__right{
	max-width: 200px;
}

.footer__lower{
	padding: 3px 12px;
}

/* HOME */

.home{
	position: relative;
}

.home:before{
	background-image: radial-gradient(circle, rgba(202,43,27,0.6) 0%, rgba(202,43,27,0) 21vw);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	height: 42vw;
	left: -32vw;
	position: absolute;
	width: 42vw;
	z-index: 0;
}

.home-banner{
	background-color: #000000;
	background-position: center bottom;
	background-size: cover;
	border-bottom: 1px solid #666666;
	height: calc(100vh + 2px);
	min-height: 650px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.home-banner .scrolldown-icon{
	position: absolute;
	right: 12px;
	bottom: 12px;
	animation: bounce 2s infinite;

}

@media only screen and (max-width: 1020px){
	.home-banner .scrolldown-icon{
		bottom: 70px;
		left: calc(50% - 6px);
		width: 20px;
	}
}

@keyframes bounce {
  0%{
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.home-banner img{
	display: inline-block;
	height: auto;
	margin-top: 15vh;
	max-width: 600px;
	width: 100%;
}

.home-banner-chars{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 73vh;
	position: absolute;
	right: 0;
	width: 103vh;
	z-index: -1;
}

.home-banner-light{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 73vh;
	position: absolute;
	right: 0;
	width: 103vh;
	z-index: -1;

	/*animation: glow 10s ease infinite;*/
}

@keyframes glow{
	0% { opacity: 0.6; }
	50% { opacity: 1; }
	100% { opacity: 0.6; }
}

.home-intro{
	background-image: linear-gradient(180deg, #333350 0%, #000000 100%);
	/*background: #5d0404 !important;*/
	padding-bottom: 80px;
}

.home-intro-left{
	margin-right: 40px;
	margin-top: -55px;
	max-width: 500px;
	min-width: 500px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.home-intro-content{
	padding-top: 36px;
}

.home-intro-nav{
	border-radius: 24px;
}

.home-nav__item a, .home-nav__item span{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 12px;
}

.home-nav__item a{
	opacity: 0.8;
}

.home-nav__item:first-child a{
	opacity: 1;
}

.home-nav__item a:hover{
	opacity: 1;
}

.home-intro-content{
	max-width: 600px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.home-intro-content:before{
	background-image: radial-gradient(circle, rgba(202,43,27,0.6) 0%, rgba(202,43,27,0) 21vw);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 42vw;
	position: absolute;
	right: -32vw;
	top: 0;
	width: 42vw;
	z-index: 0;
}

@media only screen and (max-width: 1020px){
	.home-intro .flex{
		display: block;
	}

	.home-intro-left{
		max-width: 100%;
		min-width: 100%;
	}

	.home-intro-content{
		max-width: 100%;
	}
}

.home-events{
	margin-top: -25px;
}

.lantern-image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: relative;
	height: 500px;
	width: 100%;
}

.home-throwback{
	background: #000000;
	padding-bottom: 80px;
}

.home-throwback .relative{
	position: relative;
	z-index: 1;
}

.home-dance-atmos{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60vw;
	left: 80vw;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.home-atmos{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vw;
	margin-top: -200px;
}

.home-throwback .extra-videos{
	display: none;
}

/* VENUE */

.venue-banner{
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	position: relative;
}

.venue-banner:before{
	background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	content: '';
	height: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.venue-banner__inner{
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
	max-width: 600px;
	padding: 24px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.venue-banner__inner:after{
	/*background-image: linear-gradient(90deg, #ca2b1b 0%, #840c01 100%);*/
	background: #333350;
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
	bottom: 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100% + 50vw);
	z-index: -1;
}

.venue-hotel .flex-container{
	display: flex;
}

.venue-hotel .images{
	display: block;
	padding-right: 24px;
	max-width: 50%;
	width: 100%;
}

.venue-hotel .images img{
	width: 100%;
	display: block;
	margin-bottom: 24px;
}

.venue-hotel .info{
	max-width: 50%;
	width: 100%;
	margin-bottom: 24px;
	display: block;
}

@media only screen and (max-width: 1020px){
	.venue-hotel .flex-container{
		flex-direction: column-reverse;

	}

	.venue-hotel .info, .venue-hotel .images{
		max-width: 100%;
		padding-right: 0;
	}

}

.venue-travels{
	background-image: linear-gradient(180deg, #333350 0%, #000000 100%);
	padding: 60px 0 120px 0;
}

.venue-travel-container{
	margin-right: 36px;
	max-width: 30%;
	width: 100%;
}

.venue-carpool .image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vw;
	width: 50vw;
}

.venue-carpool .content{
	padding: 24px;
}

@media only screen and (max-width: 1020px){
	.venue-carpool .flex{
		flex-direction: column-reverse;
		width: 100%;
	}

	.venue-carpool .content{
		padding-left: 18px;
		width: 100%;
	}

	.venue-carpool .image{
		height: 50vw;
		width: 100%;
	}

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

	.venue-travels .flex{
		display: block;
	}

	.venue-travel-container{
		margin: auto;
		margin-bottom: 50px;
		max-width: 350px;
	}

	.venue-travels i{
		margin: auto;
	}
}

@media only screen and (max-width: 760px){
	.home-throwback .flex{
		display: block;
	}

	.home-throwback .flex-half{
		max-width: 100%;
		margin-bottom: 24px;
	}

	.home-throwback .youtube-video{
		height: 50vw;
	}
}

.travel-icon{
	align-items: center;
	border-radius: 100%;
	display: flex;
	height: 70px;
	justify-content: center;
	width: 70px;
}

.tickets-overview{
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	padding: 80px 16px;
	text-align: center;
}

.tickets-overview .title{
	margin-bottom: 24px;
}

.shields-overview{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 24px 0;
	width: 100%;
}

.shield {
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
	margin: 12px;
	position: relative;
	max-width: 320px;
	width: 100%;
}

.button--tickets{
	margin-right: 0;
	max-width: 320px;
	width: 100%;
}

.shield__header{
	background: #616161 !important;
	padding: 24px 6px;
	position: relative;
}

/*.shield__header:before{
	border-color: transparent transparent #ca2b1b transparent;
	border-style: solid;
	border-width: 0 0 10px 200px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: scaleY(-1);
	width: 0;
}*/

/*.shield__header--reverse:before{
	border-color: transparent transparent #ca2b1b transparent;
	border-style: solid;
	border-width: 0 0 10px 200px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: scaleY(-1) scaleX(-1);
	width: 0;
}*/

.shield__content{
	height: 100%;
}

.shield__list__item{
	border-bottom: 1px solid #dddddd;
	padding: 12px;
	position: relative;
}

.shield__list__item:after{
	background: #ffffff;
	bottom: 0;
	content: '';
	height: 1px;
	left: calc(50% - 10px);
	position: absolute;
	width: 20px;
}

.shield__list__item--last:after{
	display: none;
}

.shield__pricing{
	padding: 12px;
}

.shield__pricing .subnote{
	opacity: 0.5;
	margin-top: 6px;
}

.shield--sponsor .shield__header,
.shield--sponsor .shield__pricing{
	background: #666666 !important;
}

.shield--sponsor .shield__header{
	padding-bottom: 24px;
}

.shield--sponsor .shield__content{
	padding-top: 10px;
}

.shield--sponsor .shield__header:before{
	display: none;
}

.residentials{
	background-image: linear-gradient(180deg, #333350 0%, #000000 100%);
}

.residentials .image{
	background-position: center;
	background-size: cover;
	height: 400px;
	width: 50vw;
}

.daytickets, .methods, .refunds{

	background-image: linear-gradient(180deg, #333350 0%, #000000 100%);
}

.daytickets .flex .container, .methods .flex .container, .refunds .flex .container{
	padding-bottom: 24px;
	padding-top: 24px;

}

.tickets-atmos{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vw;
	width: 100%;
}

.events-overview{
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.events-overview__item{
	border-radius: 15px;
	display: inline-block;
	height: 200px;
	margin-bottom: 15px;
	margin-right: 15px;
	max-width: 20%;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.events-overview__item:last-child{
	margin-right: 0;
}

.events-overview__item video{
	height: 100%;
	left:-75%;
	position: absolute;
	top: 0;
	width: 250%;
	z-index: -1;
}

@media only screen and (max-width: 1020px){
	.events-overview{
		flex-wrap: wrap;
	}

	.events-overview__item{
		margin: 8px;
		max-width: 200px;
	}

}

.residentials .flex-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.residentials .content{
	padding: 24px;
	padding-left: 50%;
	position: relative;
}

.residentials .image{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(50% - 45px);
}

@media only screen and (max-width: 860px){
	.residentials .flex-container{
		display: block;
		padding-bottom: 45vw;
	}

	.residentials .content{
		padding-left: 18px;
	}

	.residentials .image{
		bottom: 0;
		top: auto;
		right: 0;
		width: 100%;
		height: 45vw;
	}
}

.list{
	list-style-type: none;
}

.list-justify{
	text-align: justify;
}

.list__item{
	display: block;
	margin-bottom: 6px;
	padding-left: 15px;
	position: relative;
}

.list__item:before{
	background: #ca2b1b;
	border-radius: 100%;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 5px;
}

.preview-banner{
	height: 100vh;
	min-height: 550px;
	padding: 0 12px 50px 12px;
}

.comingsoon{
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.001) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 16px;
}

.dates-banner{
	position: absolute;
	width: 150px;
	padding: 50px 24px;
	top: -25px;
	left: 25px;
	animation: skew 5s ease-in-out infinite;
}

@keyframes skew{
	0% { top: -25px; transform: perspective(0) rotateX(0deg); }
	50% { top: -25px; transform: perspective(200px) rotateX(3deg); }
	100% { top: -25px; transform: perspective(0) rotateX(0deg); }
}

.dates-banner__upper{
	border-bottom: 10px dotted #ffffff;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

.social-icons{
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}

.social-icon{
	margin: 3px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	width: 42px;

}

.dates-banner-mobile{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px;
	display: none;
}

@media only screen and (max-width: 1019px){
	.dates-banner{
		display: none;
	}

	.dates-banner-mobile{
		display: block;
	}
}

@media only screen and (max-width: 579px){
	.dates-banner-mobile .fs--24{
		font-size: 18px !important;
	}
}

.newsletter{
	border-radius: 5px;
	padding: 12px;
}

.about{

	/*background-image: linear-gradient(180deg, #333350 0%, #000000 50%);*/
}

.about-atmos1-wrapper{
	background-size: 100% auto;
	background-position: right bottom;
	width:: 100%;
}

.about-atmos1{
	height: auto;
	max-width: 100%;
	width: 100%;
}

.about-atmos-image{

	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vw;
	max-height: 80vh;
}

.about-intro{
	margin-top: -10vw;
}

.about-intro .content{
	max-width: 50%;
	margin: auto;
	text-align: center;
	width: 100%;
	padding: 80px 18px;
}

.about-intro .content__inner{
	max-width: 680px;
	display: block;
	width: 100%;
}

.about-staff .stafflist{
	margin: auto;
	/*max-width: 350px;*/
	padding: 24px 18px;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

.about-staff .subteam{
	max-width: 240px;
	width: 100%;
	margin: 12px;
	/*padding: 12px 6px;*/
	background: #ffffff;

}

.volunteering-container, .news-container, .faq-container{
	margin: auto;
	width: 100%;
	padding: 100px 18px;
}

.news-container, .faq-container{
	max-width: 900px;
	text-align: center;
}

.news-block {
	text-align: left;
}


.news-block a{
	color: white;
	text-decoration: underline;
}

.news-block p{
	text-align: justify;
}

.news-block p + p{
	margin-top: 20px;
}

.news-container h1, .news-container h2, .news-container h3,
.faq-container h1, .faq-container h2,  .faq-container h3 {
	margin-bottom: 40px;
	margin-top: 20px;
}

.news-container h3 {
	color: #FFF;
}

.faq-container h3 {
	margin-bottom: 10px;
}

.news-block ol, .news-block ul{
	padding-left: 20px;
}
.volunteering-container {
	max-width: 640px;
	text-align: center;
}

.job-application, .news-block{
	padding: 24px;
	/*border: 1px solid #ffffff;*/
	margin: 24px 0;
}

.about-staff .stafflist .title{
	/*border-bottom: 1px solid #ffffff;*/
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 12px;
	margin-bottom: 12px;

	background: #666666
}

/*.about-staff .stafflist .title:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 24px;
	background: #000000;
	left: calc(50% - 12px);
}*/

.about-staff .stafflist .staff-team{
	margin-bottom: 36px;
	display: block;
}

.about-staff .stafflist .staff-item{
	margin-bottom: 6px;
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px solid #aaaaaa;
}

.about-staff .stafflist .staff-item:last-child{
	border: none;
}

@media only screen and (max-width: 760px){
	.about-intro .flex{
		display: block;
	}

	.about-intro .content{
		max-width: 100%;
	}

	.about-staff .flex{
		display: block;
	}

	.about-staff .volunteering{
		padding: 18px 0;
	}

	.about-staff .stafflist{
		max-width: 100%;
	}

	.about-staff .job-application{
		padding: 24px 12px;
	}
}

.about-events{
	background-image: linear-gradient(180deg, #333350 0%, #000000 50%);
	padding-top: 100px;
}

.about-events .content{
	margin: auto;
	padding-top: 24px;
	padding-bottom: 50px;
	max-width: 680px;
	width: 100%;
}

.about-atmos2{
	width: 100%;
}

.register-button{
	border: 2px solid #ffffff;
	background: #ffffff;
	margin-top: 36px;
	padding: 8px 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
}

.register-button:hover{
	color: #ffffff;
	background: #ca2b1b;
}

.u-collapsible__title {
	cursor: pointer;
}

.u-collapsible__content {
	height: 0px;
	overflow: hidden;
}

.u-collapsible__content--open {
	height: auto;
}
