* {
	/*-webkit-user-select: none;
	-webkit-touch-callout: none;*/
}

.null, #set-A, .sup-instructions {
	display: none;
}

body, html 
{
	margin: 0px;
	height: 100%;
	/*touch-action: pan-x pan-y;*/
	/*overflow: hidden;*/
	font-family: 'lato', sans-serif;
	font-size: 1em;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	
}

.twitter-choir {
	background: rgba(29,161,242,1);
} 

.about {
	background: #eaeae9;
}


h1 {
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif !important;
}

h1 {
	font-size: 26px;
	letter-spacing: 6px;
	margin-left: auto;
	margin-right: auto;
}	

h1 {
	margin-top: 24px;
	margin-bottom: 10px;
}

h1 a {
	color: black !important;
	text-decoration: none;
}

.twitter-choir h1 {
	color: #fff;
	margin-top: 84px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}


h2 {
	font-size: 18px;
	margin: 0px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

h2 a {
	color: black !important;
	font-weight: 700 !important;
	text-decoration: none;
}


.credit {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.sub {
	font-weight: bold;
	font-style: italic;
	margin-left: 12px;
	font-size: 24px;
}
	
header {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.menu-wrapper {
	position: absolute;
	top: 0px;
	z-index: 1;
	padding: 16px;
}

.menu-A {
	left: 0px;
}

.menu-B {
	right: 0px;
}

.ok {
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-radius: 50%;
	border: 3px #fff solid;
	width: 58px;
	height: 58px;
	background: #339933;
	color: #fff;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	box-sizing: border-box;
	/*padding-left: 2px;*/
	margin-top: 4px;
}

.conduct {
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-top-left-radius: 29px;
	border-top-right-radius: 29px;
	border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;
	border: 3px #fff solid;
	width: auto;
	height: 58px;
	padding-left: 22px;
	padding-right: 20px;
	background: #339933;
	color: #fff !important;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900 !important;
	letter-spacing: 2px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}

.button-wrap {
	position: relative;
	width: 54px;
	height: 46px;
}

.button {
	color: white;
	padding: 0px;
	line-height: 0px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
  	justify-content: center;
  	position: relative;
  	box-sizing: border-box;
  	overflow: hidden;
  	z-index: 2;
}

.standard-button {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background-color: #fff;
}

.about-button {
	position: absolute;
	top: 16px;
	right: 20px;
}

.mute-button {
	position: absolute;
	top: 16px;
	left: 20px;
}

.cc-button {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 22px;
	left: 78px;
}

.next-button {
	position: absolute;
	/*position:fixed;*/
	top: 16px;
	/*z-index: 10;*/
	right: 76px;
	width: 44px;
	height: 44px;
}

/*
#mute::after, #cc:after
{
	position: absolute;
	content: "";
	width: 48px;
	height: 2px;
	background: #990000;
	top: 50%;
	left: 0px;
	border-top: 2px solid rgba(29,161,242,1);
	transform: rotate(40deg);
	margin-top: -2px;
	margin-left: -2px;
	pointer-events: none;
}
*/

.standard-button svg {
	width: 22px;
	height: 22px;
	fill: rgba(29,161,242,1);
	margin: auto;
}

.mute-button svg {
	width: 26px;
	height: 26px;
}

.button path.background {
	fill: white;
}

.button path.foreground {
	fill: rgba(29,161,242,1);
}

.on {
	background: #ba1414;
}

#cc svg {
	width: 32px;
	height: auto;
}


p, ul, ol {
	line-height: 1.4em;
	text-size-adjust: none !important;
	max-height: 999999px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li.main {
  counter-increment: my-awesome-counter;
  margin-top: 30px;
}

ol li.main::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  margin-left: -18px;
}

.standard {
	list-style: disc !important;
}

.highlight {
	background: white;
	padding: 24px;
	border-radius: 10px;
	font-style: italic;
	margin-top: 28px;
	margin-bottom: 28px;
}

/*
.small-instruction {
	color: #ba1414;
	font-weight: 700;
}
*/

.switch a {
	display: inline-block;
	padding: 10px;
}

strong {
	font-weight: bold;
}

.inline-img {
	height: 14px;
}

.full-max {
	width: 100%;
	max-width: 500px;
}

.full {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wetransfer {
	width: 100%;
	max-width: 260px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.temp-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 40px;
	box-sizing: border-box;
}

.temp-inner {
	margin: auto;
}

.caption-wrapper {
	position: absolute;
	bottom: 0px;
}

.caption {
	color: #fff;
	display: none;
	/*position: fixed;*/
	position: absolute;
	/*bottom: 0px;*/
	width:100%;

	/*left: 0px;*/
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 15px;
	text-align: center;
	box-sizing: border-box;
	background: red;
	z-index: 0;
	background: rgba(29,161,242,0.8);
	font-weight: 700;
	margin: 0px;
	font-size: 0.8em;
}

.caption em
{
	text-align: center;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	background: #333;
	border-radius: 50%;
	font-style: normal;
	line-height: 20px;
	margin-right: 6px;
	margin-top: -6px;
	vertical-align: middle;
}

.cc .active .caption {
	display: block;
}

.content-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer
{
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}

.artscouncil {
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 4px;
}

.smallprint {
	margin-top: 30px;
	font-size: 11px;
}

.smallprint a {
	text-decoration: none;
	color: black;
}

.instructions-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(29,161,242,0.95);
	z-index: 5;
	display: flex;
	flex-direction: column;
	font-weight: 400 !important;
}

.acknowledged {
	display: none;
}

.instructions-inner {
	position: relative;
	margin: auto;
}

.instructions {
	max-width: 780px;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.instructions p {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	padding-bottom: 24px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}

connection {
    border: 3px dotted #fff;
    border-radius: 50px;
    z-index: 5;
}

.mute-highlight {
	top: 9px;
	left: 13px;
	width: 108px;
	border-radius: 26px;
}

.mute-highlight .mute-button {
	top: 4px;
	left: 4px;
}

.mute-highlight .cc-button {
	top: 10px;
	left: 62px;
}

.next-highlight {
	
	top: 9px;
	right: 64px;
	border-radius: 50%;
	width: 52px;
}

.next-highlight .button {
	top: 4px;
	left: 3px;
}

.about-highlight {
	top: 9px;
	right: 13px;
	width: 52px;
	border-radius: 50%;
}

.about-highlight .button {
	top: 4px;
	/*left: 4px;*/
}

.button-highlight {
	position: fixed;
	border: 3px dotted #fff;
	height: 52px;
	
}

.button-highlight .button {
	cursor: default !important;
}

.touch, .keyboard {
	display: none;
}

.touchevents .touch {
	display: block;
}

.no-touchevents .keyboard {
	display: block;
}
	
.choir-wrapper {
	/*position: relative;*/
	min-height: 100%;
	display: flex;
}

.choir-container {
	/*max-width: 800px;*/
	text-align: center;
	/*position: relative;*/
	margin: auto;
	width:100%;
	/*padding-bottom: 80px;*/
	/*padding-top: 80px;*/
	padding-top: 0px;
	/*padding-top: 160px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.choir-section {
	position: relative;
	transition: 0.5s;
	opacity: 1;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*z-index: 1;*/
	background:rgba(29,161,242,1);
	opacity: 1;
	border-radius: 50%;
}

.reveal {
	opacity: 0;
}

.choir-box
{
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-user-select: none;
}

.touchevents .choir-box {
	cursor: pointer;
}

.video
{
	position: relative;
	border-radius: 50%;
	/*overflow: hidden;*/
	border: 3px solid #fff;
	/*box-sizing: border-box;*/
	margin-bottom: -3px;
	-webkit-transform: translateZ(0);
}

.video video
{
	display: block;
	opacity: 0.3;
	position: relative;
	border-radius: 50%;
	transition: 0.5s;
	/*-webkit-transform: translateZ(0);*/
}

.video, .video video {
	/*width: calc(33vw - 22px);*/
	/*height: calc(33vw - 22px);*/
	/*width:calc(50% - 10px);*/
	/*width:100%;*/
	width: calc(33vw - 22px);
}

.leaving {
	transform: translateX(-20vw);
	opacity: 0 !important;
}

.choir-box {
	width: calc(33vw - 22px);
	/*width: calc(50vw - 22px);*/
	/*width:calc(50% - 10px);*/
/*width:50%;*/
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
	margin-left:2px;
	margin-right:2px;
}

.label-wrapper
{
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	width: 34px;
	height: 25px;
	perspective: 100px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.disabled .label
{
	opacity: 0;
}

.disabled {
	pointer-events: none;
}

.touchevents .disabled {
	opacity: 0.3;
}

.label
{
	box-sizing: border-box;
	padding-top: 4px;
	/*width: 34px;*/
	width:100%;
	height:100%;
	position: absolute;
	/*height: 25px;*/
	background: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	transform-origin: top center;
	transition: 0.2s;
}

.active .label-wrapper .label {
	transform: rotateX(-34deg);
}

.touchevents .audio-box span
{
	display: none;
}

audio {
	display: none;
}

.active video {
 opacity: 1;
 
}

/* TOUCH */

.touchevents .touch {
	display: block;
}

.no-touchevents .keyboard {
	display: block;
}

.touchevents .label-wrapper {
	display: none;
}

.touchevents .choir-box {
	margin-top: 0px;
	margin-bottom: 14px;
}

.touchevents .active .video {
	border: 3px solid #3ae75f;
}

.touchevents .caption em {
	display: none;
}


/* ABOUT */

.about {
	text-align: center;
}

.embed-wrapper {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.credit-wrapper {
	position: relative;
	background: white;
	margin-left: 40px;
	margin-top: 16px;
	margin-bottom: 16px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.credit-wrapper img {
	position: absolute;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	vertical-align: top;
	margin-left: -40px;
}

.credit-copy {
	position: relative;
	display: block;
	border-radius: 50%;
	vertical-align: top;
	top: 0px;
	padding-left: 38px;
	padding-right: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.credit-copy a {
	color: #3399cc;
	text-decoration: none;
}

.about a {
	color: #3399cc;
	font-weight: 400;
}

.Accordion {
  margin: 0;
  padding: 0;
  border: 3px solid #333333;
  border-radius: 7px;
  text-align: left;
  text-size-adjust: none !important;
  max-height: 999999px;
}

.Accordion h3 {
  margin: 0;
  padding: 0;
}

.Accordion.focus {
  border-color: hsl(216, 94%, 73%);
}

.Accordion.focus h3 {
  background-color: hsl(0, 0%, 97%);
}

.Accordion > * + * {
  border-top: 1px solid hsl(0, 0%, 82%);
}

.Accordion-trigger {
  background: none;
  color: hsl(0, 0%, 13%);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  font-family: 'lato', sans-serif;
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
  background: #fff;
}

.Accordion *:first-child .Accordion-trigger {
  border-radius: 5px 5px 0 0;
}

button {
  border-style: none;
}

.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}

.Accordion-trigger:focus .Accordion-title {
  border-color: hsl(216, 94%, 73%);
}

.Accordion-icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
  
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.Accordion-panel {
  margin: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  text-size-adjust: none !important;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
  display: none;
}


@media only screen and (min-width: 460px) {

	.video, .video video {
		width: calc(20vw - 20px);
		height: calc(20vw - 20px);
	}

	.choir-box {
		width: calc(20vw - 20px);
		margin-left: 6px;
		margin-right:6px;
		/*padding-left: 0px;*/
		/*padding-right: 0px;*/
	}
	
}	

@media only screen and (min-width: 720px) {
 
	header {
		/*text-align: center;
		font-size: 20px;
		letter-spacing: 7px;*/
	}
	
	.choir-box {
		width: 120px;
	}
	
	.video {
		width: 120px;
		height: 120px;
	}
	.video video {
		width:100%;
		height:100%;
	}
	
	.twitter-choir h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: 0px;
		padding-bottom: 10px;
		
	}
	
	h1 {
		font-size: 30px;
		letter-spacing: 7px;
	}
	
	.choir-container {
		/*padding-top: 80px;*/
	}
	
	.menu-B {
		right: 0px;
	}		
	
	.Accordion-trigger {
 		font-size: 18px;
  	}
  	
  	.caption {
  		font-size: 1em;
  	}
  	
  	.credit-wrapper {
		margin-left: 60px;
	    margin-top: 16px;
		margin-bottom: 16px;
	}

	.credit-wrapper img {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		position: relative;
		display: inline-block;
	}
	
	.credit-copy {
		position: relative;
		display: inline-block;
		top: auto;
		padding-left: 0;
}
	
	.content-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.Accordion-panel {
  		padding-left: 30px;
		padding-right: 30px;
	}
		
}

@media only screen and (min-width: 920px) {
 
	.null {
		display: block;
	}
	
	.choir-box {
		margin-bottom: -5px;
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.choir-container {
		/*max-width: 980px;*/
	}
	
	.touchevents .choir-box {
		margin-bottom: -15px;
		
	}
	
	.caption {
		padding-top: 18px;
		padding-bottom: 24px;
	}
	
	.caption, .instructions {
  		font-size: 1.1em;
  	}
		
}

@media only screen and (min-width: 1090px) {
 
	.next-button {
		top: 50%;
		right: 20px;
		margin-top: -27px;
	}
	
	.next-highlight {
		top: 50%;
		right: 13px;
		margin-top: -34px;	
	}
	
}

body, html 
{
	text-size-adjust: 100% !important;
}
