/* GENERAL */

body { 
	overflow: hidden;
	margin: 0; 
	padding: 0; 
	font-family: 'Libre Franklin', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;
}

a:active {
   position: relative;
   top: 1px;
}

a {
	position: relative;
	display: inline-block;
	width: auto !important;
    padding: 20px 40px !important;
    margin-top: 10px;
	border: 6px solid #fff;
	color: #fff;
	font-weight: 700;
	text-decoration: none !important;
	font-style: normal !important;
	text-transform: uppercase;
}

.singleScreening {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.aboutContainer .tab .screenings h2 {
	display: block;
}

.screenings span, .screenings ul {
	width: 100%;
}

.screenings li span {
	width: auto;
	display: inline;
}

.aboutContainer .tab .screenings li a {
	display: none;
}

.screeningAddress {
	display: block;
}

.screeningLocation {
	display: block;
    padding-top: 10px;
    margin: 10px 0 0;
	line-height: 1em;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.aboutContainer .tab .screeningAddress a {
	float: none;
	font-weight: 300;
	font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0 !important;
    color: black;
    text-transform: uppercase;
    border: 0 !important;
    margin: 0 !important;
    text-decoration: underline !important;
}

ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}

.dashBreak {
	display: none;
}

#testing {
	position: absolute;
	width: 2000px; 
	height: 1429px; 
	top: 50%; 
	left: 50%; 
	margin: -715px 0 0 -1000px;
}

.funderLogos {
	position: relative;
	left: -37px;
}

.funderLogos img:nth-of-type(1) {
	height: 70px;
}

.funderLogos img:nth-of-type(2) {
	position: relative;
	height: 40px;
	top: -11px;
}

.funderLogos img:nth-of-type(3) {
	position: relative;
	height: 47px;
	top: -11px;
	left: 20px;
}

.sideBarSocial a, .shareModal a {
	position: relative;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin-top: 0;
    border: 0 solid #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    font-style: normal !important;
}

.sideBarSocial a, .shareModal a {
	top: 0px;
}

.shareModal input {
	-webkit-appearance: none;
	font-size: 20px;
    width: 150px;
    border: 4px solid black;
    position: relative;
    top: -18px;
}

.mapboxgl-ctrl-bottom-right {
	display: none;
}

.mobileOverlay, .mobileOverlayTwo {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 31;
	transition: right 0.5s;
}

.mobileOverlayTwo {
	transition: left 0.5s;
}

.introCompass {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 32;
}

.introCompass .storyMenu.active, .introCompass .exploreMenu.active {
	color: white;
}

.introCompass .compassContainer, .introCompass .menu div {
	display: none;
}
	
	.instructionSlide.previousInstruction {
		display: block;
		left: -100%;
	}
	
	.instructionSlide.currentInstruction {
		display: block;
		left: 0;
	}
	
	.instructionSlide.nextInstruction {
		display: block;
		left: 200%;
	}
	
	.instructionSlide {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transition: 0.5s;
	}
	
	.instructionSlide div {
		position: absolute;
		top: 50%;
		left: 50%;
		color: #fff;
		transform: translate(-50%, -65%);
	}
	
	.instructionSlide div h2 {
		font-size: 62px;
		line-height: 62px;
		font-weight: 800;
		text-transform: uppercase;
		margin: 0;
	}
	
	.instructionSlide div h3 {
		font-size: 36px;
		line-height: 36px;
		font-weight: 600;
		font-family: "adobe-caslon-pro", serif;
		font-style: italic;
		margin: 0;
	}
	
	.instructionSlide div img {
		width: 120px;
		margin-bottom: 15px;
	}
	
	.intro .instructionSlide div p, .instructionSlide div p {
		font-style: normal;
		margin-bottom: 50px;
	}
	
	.instructionsPrevButton {
		display: none;
		position: absolute;
		margin: 0 20px;
		left: 0;
		bottom: 0;
		color: #fff;
		text-decoration: none;
		transform: translateY(-50%);
	}
	
	.instructionsNextButton {
		position: relative;
		margin: 0 20px;
		color: #fff;
		text-decoration: none;
	}

	.instructionNavigation {
		position: fixed;
		margin-bottom: 135px;
		bottom: 2%;
		width: 100%;
		text-align: center;
	}
	
	.instructionNavigation span {
	    display: inline-block;
	    width: 25px;
	    height: 25px;
	    margin: 0 10px;
        border-radius: 25px;
	    background: rgba(255, 255, 255, 0.2);
	    transition: 0.5s;
	}
	
	.instructionNavigation span.activeInstruction {
	    background: #fff;
	}


.mapboxgl-ctrl-top-right {
    top: 2% !important;
    right: 2% !important;
    margin-right: 50px;
}

.quizLink {
	position: static;
	border: 0 solid #fff;
	padding: 0 !important;
}

a.quizLink:active {
	position: static;
    top: 0;
}

a.quizLink:before {
	content: '';
	display: none;
	position: absolute;
	top: 100%; 
	left: 0;
	right: 0;
	bottom: -1px;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
}

[class^=marker-] {
	position: absolute;
	cursor: pointer;
	text-align: center;
	transform-origin: center bottom;
	z-index: 0;
}

.oneUp {
	z-index: 1;
}

.twoUp {
	z-index: 2;
}

.popup {
	position: absolute;
	display: none;
	background: white;
	min-width: 250px;
	padding: 10px 10px 20px;
	bottom: 100%;
	left: 50%;
	margin: 0 0 10px -3px;
	transform: translateX(-50%);
	z-index: 1;
	cursor: default;
}

.popup p {
	margin-top: 0;
	font-size: 11px;
}

.popup a.quizLink {
	border: 3px solid transparent !important;
}

.popupArrow {
    position: absolute;
    width: 10px;
    height: 10px;
    border: #ffffff solid 10px;
    border-top: transparent solid 2px;
    border-left: transparent solid 2px;
    bottom: -15px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.closePopup {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

.closePopup span {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 20px;
    top: 13px;
    right: 0;
	background: black;
}

.icon {
	display: inline-block;
	width: 35px;
	height: 50px;
}

.pulse {
	background: #d6d4d4;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	margin: 11px 0px 0px -11.5px;
	transform: rotateX(55deg);
	z-index: -2;
	bottom: -6px;
	left: 22.1px;
}

.pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -20px;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	box-shadow: 0 0 1px 2px #00cae9;
	animation-delay: 1.1s;
	transition: 0.5s;
}

.pulse.hide:after {
	animation: none;
}

[class^=marker-]:nth-of-type(1) .pulse:after {
	box-shadow: 0 0 1px 2px #8E5555;
}

[class^=marker-]:nth-of-type(2) .pulse:after {
	box-shadow: 0 0 1px 2px #AE926E;
}

[class^=marker-]:nth-of-type(3) .pulse:after {
	box-shadow: 0 0 1px 2px #A6AF91;
}

[class^=marker-]:nth-of-type(4) .pulse:after {
	box-shadow: 0 0 1px 2px #678A90;
}

[class^=marker-]:nth-of-type(5) .pulse:after {
	box-shadow: 0 0 1px 2px #6E6D7C;
}

[class^=marker-]:nth-of-type(6) .pulse:after {
	box-shadow: 0 0 1px 2px #DD4C45;
}

[class^=marker-]:nth-of-type(7) .pulse:after {
	box-shadow: 0 0 1px 2px #EAA047;
}

[class^=marker-]:nth-of-type(8) .pulse:after {
	box-shadow: 0 0 1px 2px #8EBF49;
}

[class^=marker-]:nth-of-type(9) .pulse:after {
	box-shadow: 0 0 1px 2px #2AA4C0;
}

[class^=marker-]:nth-of-type(10) .pulse:after {
	box-shadow: 0 0 1px 2px #59417F;
}

@keyframes pulsate {
	0% {
	transform: scale(0.1, 0.1);
	opacity: 0;
	}
	
	50% {
	opacity: 1;
	}
	
	100% {
	transform: scale(1.2, 1.2);
	opacity: 0;
	}
}

.aboutNav a:before {
	content: '';
	position: absolute;
	top: 100%; 
	left: 0;
	right: 0;
	bottom: -1px;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
}

.aboutNav a:hover:before {
	top: 100%;
}

i {
	display: block;
}

iframe {
	width: 100%;
	height: 100vh;
}

.watchVideo, .watchReaction {
    color: #fff;
    width: 150px;
    padding: 20px 0;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 6px solid #fff;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
}

.whiteCompass {
	width: 75px;
	height: 75px;
}

.storyIcon {
	position: absolute;
    display: inline-block;
    height: 35px;
    width: 35px;
    top: -4px;
	background: url(../images/icon-chevronback.svg) no-repeat;
}




.Heidi .storyIcon {
	width: 45px;
    height: 40px;
    background: url(../images/icon-huntress.svg) no-repeat;
    background-size: cover;
}

.Urbanheart .storyIcon {
    width: 45px;
    height: 45px;
    background: url(../images/icon-bodypainter.svg) no-repeat;
    background-size: cover;
}

.Linemen .storyIcon {
	width: 45px;
    height: 55px;
    background: url(../images/icon-linemen.svg) no-repeat;
    background-size: cover;
}

.Choreographer .storyIcon {
    width: 45px;
    height: 57px;
    background: url(../images/icon-choreo.svg) no-repeat;
    background-size: cover;
}

.Orville .storyIcon {
	width: 47px;
    height: 46px;
    background: url(../images/icon-hunter.svg) no-repeat;
    background-size: cover;
}

.iHeart .storyIcon {
	width: 30px;
	height: 45px;
    background: url(../images/icon-graffiti.svg) no-repeat;
    background-size: cover;
}

.Kelly .storyIcon {
	width: 60px;
    height: 42px;
    background: url(../images/icon-driller.svg) no-repeat;
    background-size: cover;
}

.JB .storyIcon {
	width: 45px;
	height: 45px;
    background: url(../images/icon-beatpoet.svg) no-repeat;
    background-size: cover;
}

.Oscar .storyIcon {
	width: 45px;
    height: 57px;
    background: url(../images/icon-linguist.svg) no-repeat;
    background-size: cover;
}

.Humans .storyIcon {
    width: 40px;
    height: 47px;
    background: url(../images/icon-band.svg) no-repeat;
    background-size: cover;
}





span.arrow {
	display: none;
	position: absolute;
	background: url(../images/ui-help-arrows.svg) no-repeat;
	height: 100px;
	width: 100px;
	left: 50%;
	margin-left: 100px;
	bottom: 100px;
}

span.arrow:nth-of-type(2) {
	margin-left: -200px;
	transform: scaleX(-1);
}

.section a { 
	color: white;
	font-style: italic;
	font-size: 24px;
	padding: 20px 30px !important;
}

.mapboxgl-popup-tip {
	margin-bottom: 10px;
}

.section h2, .popup h2 { 
    margin-bottom: 0;
    font-size: 66px;
    line-height: 0.85em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -2px;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

.popup h2 {
	letter-spacing: 2px;
}

.section h3, .popup h3 { 
    margin: 0;
    font-size: 55px;
    line-height: 1.3em;
    font-family: "adobe-caslon-pro", serif;
    font-style: italic;
    letter-spacing: -2px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.section h3, .section p, .section a {
	opacity: 0;
	transition: 0.5s;
}

.section h3 {
	transition-delay: 1.5s;
}

.section p {
	transition-delay: 2s;
}

.section a {
    transition-delay: 2.5s;
}

.section.active h3, .section.active p, .section.active a {
	opacity: 1;
}

.popup h2 { 
	margin-top: 20px;
    font-size: 20px;
}

.popup h3 {
	font-size: 18px;
	letter-spacing: 0px;
}

.mapboxgl-popup-content {
	text-align: center;
}

.popup a {
    width: auto !important;
    padding: 10px 20px !important;
    border: 3px solid #000 !important;
    color: #000;
    cursor: pointer;
    font-size: 12px;
}

.popup a:before {
	background: #fff;
}

.popup a:hover {
	color: #000 !important;
}

.popup a:hover:before {
	top: -6px;
}

.section p { 
    margin-top: -10px;
    margin-bottom: 30px;
}

.section .summary {
	position: absolute;
	padding: 0 20%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	opacity: 0;
	z-index: 1;
	width: 430px;
}

.section .sectionOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.section.active .summary {
	top: 50%;
	transition-delay: 0.8s;
	opacity: 1;
}

.fp-tableCell {
	position: relative;
	overflow: hidden;
}

video, .sectionBackground {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
}

.instructions { 
	display: none;
	position: absolute; 
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.initialOverlay { 
	display: none;
	position: absolute; 
	text-align: center;
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0; 
	z-index: -1;
}
	
.sitewrapper {
	display: none;

}

.siteWrapper.hidden {
	overflow: hidden;
}

/* SUMMARY PANELS */

.section { 
	color: white; 
}

.section.one { 
	background: #59417F; 
}

.section.two { 
	background: #8EBF49;
}

.section.three { 
	background: #DD4C45;
}

.section.four { 
	background: #2AA4C0;
}

.section.five { 
	background: #EAA047;
}

.northStory {
	position: absolute;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.one .northStory { 
	background: #6E6D7C;
}

.two .northStory { 
	background: #A6AF91; 
}

.three .northStory { 
	background: #8E5555;
}

.four .northStory { 
	background: #678A90; 
}

.five .northStory { 
	background: #AE926E; 
}

#features { 
	z-index: 1; 
	position: relative; 
	width: 60%; 
	margin: 0; 
	transition: 700ms ease; 
}


/* MAP */

#map {
    position: fixed;
    top: 0;
	bottom: -30px;
    left: 35%;
    width: 100%;
    transition: 700ms ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}

section {
    line-height: 25px;
    font-size: 13px;
    overflow: hidden;
}

section.active {
	opacity: 1;
}

section:last-child {
	margin-bottom: 0 !important;
}

section .quote {
	display: table;
	padding: 0 50px; 
    height: 100vh;
}

section .quote div {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 32px;
}

section .block {
    height: 100vh;
    background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}

section .block div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background: #ccc;
	padding: 25px 50px; 
	width: 60%;
}

#submit {
	margin-top: 20px;
	padding: 10px 20px;
	background: black;
	color: white;
	text-decoration: none;
	float: right;
}

section:last-child {
    border-bottom: none;
    margin-bottom: 200px;
}

.loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0px 0px -30px;
}

.shareModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	height: 200px;
	margin: -120px 0px 0px -150px;
	background: white;
	padding: 20px;
	z-index: 100;
	text-align: center;
}

.shareModal img {
	width: 50px;
	height: 50px;
	margin: 0 15px;
}

.shareModal a {
    border: 0 solid black !important;
    padding: 0 !important;
    color: black;
}

.shareModal a.closeShareModal {
    border: 4 solid black !important;
    padding: 10px 20px !important;
    color: black;
    cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 360px;
	margin: -200px 0px 0px -155px;
	background: white;
	padding: 20px;
	z-index: 100;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

[class^=page-] a {
	color: white;
}

.compass.active {
	bottom: 50px;
	opacity: 1;
}

.compass p:nth-of-type(2) {
	transform: rotateY(180deg) rotateX(180deg);
}

#features.explore {
	margin-left: -60%;
	transition: 700ms ease; 
}

#map.explore {
	left: 0%;
	z-index: 0;
}

#back {
	position: absolute; 
	background: lightgrey; 
	width: 100%; 
	height: 100%; 
}


/* INTRO */

.introBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('../images/intro.png') right center #000;
	background-size: cover;
	text-align: center;
	z-index: 28;
	top: 0%;
}

.intro {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	background-size: cover;
	text-align: center;
	z-index: 30;
	top: 0%;
}

.introQuote, .introQuoteTwo {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 21;
}

.introWrapper, .introOverlay .introText{
	display: none;
	position: absolute;
	width: 80%;
}

.introQuote .introText {
	position: absolute;
	width: 80%;
}

.introWrapper {
	display: block;
	transition: 1s;
}

.introText {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.introWrapper {
	margin-top: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}

.introLogo {
	display: none;
	height: 500px;
    margin-bottom: -110px;
	transform: rotate(90deg);
}

.instructionSlide div img.shareLogo {
	height: 500px;
    margin-bottom: -210px;
	transform: rotate(90deg);
}

.intro .introContent {
	opacity: 0;
	transition: 0.5s;
}

.intro .introContent.fade {
	opacity: 1;
}

.intro .shareIntro {
    margin-top: 50px;
    opacity: 0;
    transition: 0.5s;
}

.intro .shareIntro.fade {
	opacity: 1;
}

.intro .introOverlay div.shareIntro p, .intro .introOverlay div.shareIntro a {
	display: block;
	position: relative;
	width: auto;
	bottom: 0;
    color: black;
    font-size: 22px;
    text-align: center;
}

.intro .introOverlay div.shareIntro a {
	font-style: normal;
	font-weight: 600;
}

.intro .introOverlay div.shareIntro a:after {
	display: none;
}

.intro .introContent a {
	display: inline-block;
	margin-top: 30px;
}

.introQuote .introText p {
	text-align: center;
	line-height: 32px;
	font-weight: 900;
	font-size: 24px;
}

.introQuote .introText p span {
	transform: scale(1.3);
	font-style: italic;
	font-weight: 500;
}

.introQuote .introText p:nth-of-type(2) {
	margin-top: 50px;
	font-weight: 400;
}

.introQuote .introText p:nth-of-type(3), .introQuote .introText p:nth-of-type(4), .introQuote .introText p:nth-of-type(5) {
	display: none;
}

.intro div p, .intro div a {
	color: white;
	width: 500px;
    margin: 0 auto;
	font-size: 22px;
	text-align: center;
}

.intro div.introContent p {
	text-align: left;
	font-size: 18px;
	font-weight: 100;
}

.introOverlay a {
    position: absolute;
    left: 0;
    bottom: 200px;
	color: white;
	font-style: italic;
	font-size: 30px;
}

.introOverlay .introText {
	display: block;
	text-align: left;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.introOverlay .introText span {
	display: inline-block;
	width: 100px;
	margin-right: 50px;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.introOverlay .introText table p {
	text-align: left;
	font-style: normal;
}

.introOverlay .introText table {
	margin: 15px auto;
}

.introOverlay .introText table td {
	vertical-align: top;
	padding-bottom: 30px;
}

.introOverlay .introText table td:nth-of-type(odd) {
	vertical-align: middle;
}

.transitionImage {
	display: none;
}

/* MAIN MENU */

.storyLink {
	float: left;
	font-size: 24px;
	color: white; 
	text-decoration: none;
}
.exploreLink {
	float: right;
	font-size: 24px;
	color: white; 
	text-decoration: none;
}

.menu, .artistMenu {
	position: absolute;
	bottom: 100px;
	width: 100%;
	height: 35px;
	opacity: 1;
	z-index: 30;
}

.menu p, .artistMenu p {
	text-transform: uppercase;	
}

.artistMenu {
	display: none;
}

.menu.active {
	bottom: 2%;
	opacity: 1;
	font-weight: 700;
}

.artistMenu.active {
	bottom: 30px;
	opacity: 1;
	font-weight: 700;
}

.menu .exploreMenu {
	position: absolute;
	font-size: 14px;
	width: 50px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-left: 68px;
	left: 50%;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.menu .storyMenu {
	position: absolute;
	font-size: 14px;
	width: 50px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-left: -120px;
	left: 50%;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.menu .storyMenu.active, .menu .exploreMenu.active {
	color: grey;
	cursor: default;
}

.artistMenu .back {
	position: absolute;
	font-size: 14px;
	width: 50px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-left: -150px;
	left: 50%;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.artistMenu .nextSlideLink {
	position: absolute;
	font-size: 14px;
	width: 50px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-left: 98px;
	left: 50%;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.compassContainer {
	position: fixed;
	width: 120px;
    height: 120px;
    margin-left: -60px;
    bottom: 2%;
    left: 50%;
    border-radius: 100px;
    z-index: 27;
}

/* .compassContainer:hover {
    transform: scale(1.1);
} */

.compass {
    position: absolute;
    width: 110px;
    height: 110px;
    margin: 5px;
    background: url(../images/compass_face.svg) no-repeat white;
    border-radius: 100px;
    display: inline-block;
    transition: 700ms ease;
}

.needle {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    background: url(../images/compass_needle.svg) no-repeat;
    background-position: center;
    display: inline-block;
    z-index: 1;
}

.gloss {
    position: absolute;
    width: 105px;
    height: 105px;
    margin: 7.5px;
    background: url(../images/compass_gloss.svg) no-repeat;
    background-position: center;
    display: inline-block;
    cursor: pointer;
    opacity: 0.2;
    z-index: 2;
}

.bezel {
	position: absolute;
    width: 120px;
    height: 120px;
    background: url(../images/compass_bezel.svg) no-repeat;
    background-position: center;
    display: inline-block;
    pointer-events: none;
    z-index: 0;
    transition: 700ms ease;
}

.compass.rotate, .bezel.rotate {
	transform: rotate(180deg);
}

.artistMenu .back.main {
	cursor: default;	
}


/* HUD */

.hud {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    pointer-events: none;
    z-index: 30;
}

.hud * {
	pointer-events: all;
}

.sideBar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: rgba(255, 255, 255, 0.7);
	z-index: 31;
}

.sideBarContents {
	position: fixed;
	right: -395px;
	bottom: 50%;
	transform: translateY(35%)  rotate(-90deg);
	text-align: center;
}

.sideBarContents span {
	margin: 0 20px;
	vertical-align: middle;
}

.sideBarContents .shareText {
	margin: 0 0 0 20px;
}

.sideBarContents .helpIcon {
	margin-right: 60px;
	font-weight: 700;
	cursor: pointer;
}

.sideBarContents .burger {
	cursor: pointer;
}

.sideBarSocial {
	display: inline-block;
    height: 30px;
}

.sideBarSocial img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	transform: rotate(90deg);
}

.storySideBar {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75px;
    background: transparent;
    transition: 0.5s left;
}

.whereYouAt {
	position: fixed;
	top: 50%;
	left: 2%;
	color: #fff;
	transform: translateY(-50%);
}

.whereYouAt span {
	cursor: pointer;
}

.whereYouAt div {
	background: white;
	transition: 0.5s;
}

.whereYouAt .bigLine {
	width: 40px;
	height: 2px;
	margin: 10px 0;
}

.whereYouAt .smallLine {
	position: relative;
	width: 25px;
	height: 3px;
	margin: 10px 7px;
	cursor: pointer;
	transition-delay: 0.5s;
}

.whereYouAt .smallLine:hover {
	height: 8px;
	transition-delay: 0s;
}

.whereYouAt .smallLine:before {
	content: "";
    position: absolute;
    right: 3px;
    top: 1px;
    opacity: 0;
	border: 3px solid #DD4C45;
	transform: rotate(45deg);
	transition: 0.5s;
}

.whereYouAt div.activePanel {
	background: #DD4C45;
	height: 8px;
}

.whereYouAt div.activePanel:before {
    right: -3.5px;
    opacity: 1;
	transition-delay: 0.9s;
}

.whereBurger {
	display: none;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
	cursor: pointer;
    z-index: 1;
}

.whereBurger span {
	cursor: pointer;
}

.whereBurger div {
	background: white;
	transition: 0.5s;
}

.whereBurger .bigLine {
	display: none;
	width: 50px;
	height: 2px;
}

.whereBurger .smallLine {
	position: relative;
	width: 35px;
	height: 5px;
	margin: 6px 7px;
	transition-delay: 0.5s;
}

.whereBurger div.activePanel {
	background: #DD4C45;
	height: 5px;
}

.nts-logo .whereBurger div.activePanel {
	background: #FFFFFF;
}

.whereBurger div.activePanel:before {
    right: -3.5px;
    opacity: 1;
	transition-delay: 0.9s;
}

.actions {
	display: none;
	position: absolute;
	width: 50px; 
	height: 50px;
    margin-left: -25px;
    bottom: 0;
    right: 0;
    opacity: 0;

}

@keyframes scroll {
	0%   { bottom: 0; }
	50%  { bottom: -10px; }
}

.progress {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 30;
	height: 24px;
	width: 225px;
	color: white;
}

.nts-logo {
	display: none;
	position: fixed;
	top: 2%;
	left: 2%;
	height: 160px;
	width: 100px;
	z-index: 30;
	transition: 700ms ease;
}

.nts-logo-image {
	position: absolute;
	height: 160px;
	width: 100px;
	background: url(../images/logo_nts.svg) no-repeat;
}

.nts-logo-image span.logoText {
	display: none;	
}

.nts-logo-image span.through {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 700;
}

.copyright {
	position: fixed;
	font-size: 12px;
	color: white;
	bottom: 2%;
	right: 75px;
	height: 20px;
	width: auto;
	z-index: 35;
}

.copyright a {
	padding: 0 !important;
	border: 0 !important;
	margin-top: 0 !important;
}


/* QUIZ */

.shareQuiz {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 200px;
	left: 50%;
	margin-right: -250px;
	text-align: left;
}

.shareQuiz .complete, .shareQuiz .thankYou {
	display: none;
}

.complete input {
	float: right;
	background: rgba(50, 50, 50, 0.8);
	color: white;
	border: 0;
	font-size: 18px;
	padding: 5px;
}

.complete p, .complete h3 {
	text-align: left;
}

.complete input:focus {
	outline: 0;
}

.quizOverlayContainer {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
}

.quizOverlay [class^=quiz-] {
	position: relative;
	width: 350px;
	margin: 0;
}

[class^=quiz-] {
    position: relative;
    width: 700px;
    margin: 0;
}

[class^=quiz-] span {
	display: inline-block;
    background: white;
    cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 20px;
}

[class^=quiz-] span:after {
	content: '';
	position: absolute;
	border: transparent solid 3px;
	display: inline-block;
    width: 65px;
    height: 65px;
    margin: -10px -35px;
	border-radius: 35px;
	transition: 700ms ease;
}

.quizOverlay [class^=quiz-] span {
	display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    cursor: default;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 15px 5px 12px;
}

.quizOverlay [class^=quiz-] span.selected {
    background: white;
}

.quizOverlay [class^=quiz-] span:after {
	content: '';
	position: absolute;
	border: transparent solid 2px;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: -4.5px -14.5px;
	border-radius: 15px;
	transition: 700ms ease;
}

.quizOverlay .quizContainer {
	display: inline-block;
	width: 175px;
	margin-left: 20px;
}

span.selected:after {
	border: white solid 3px;
}

.quizOverlay span.selected:after {
	border: white solid 2px;
}

[class^="line"] {
	display: none;
    width: 100px;
    height: 2px;
    border: white solid 2px;
    position: absolute;
    background-color: white;
}

.quizOverlay { 
	display: none;
	position: absolute; 
	background: url(../images/quizresults.jpg) no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0; 
	z-index: 29;
	overflow: auto;
}

.quizResults {
	position: fixed;
	font-weight: 600;
	background: url(../images/icon_click-on-the-circle.svg) no-repeat;
    height: 62px;
    width: 40px;
    bottom: 130px;
    left: 2%;
	margin-right: -5px;
	text-align: center;
	cursor: pointer;
	z-index: 30;
	transition: 0.5s;
}

.quizResults.scale {
	transform: scale(1.2);
}

.quizResults div {
	text-align: center;
	color: white;
	margin-top: 45px;
}

.Heidi .northIcon, .Urbanheart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 110px;
    height: 100px;
    margin-top: -15px;
    background: url(../images/icon-huntress.svg) no-repeat;
    background-size: cover;
}

.Heidi .southIcon, .Urbanheart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    margin-top: -15px;
    background: url(../images/icon-bodypainter.svg) no-repeat;
    background-size: cover;
}

.Linemen .northIcon, .Choreographer .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 90px;
    height: 110px;
    background: url(../images/icon-linemen.svg) no-repeat;
    background-size: cover;
}

.Linemen .southIcon, .Choreographer .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 115px;
    margin-top: 0;
    background: url(../images/icon-choreo.svg) no-repeat;
    background-size: cover;
}

.Orville .northIcon, .iHeart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 95px;
    height: 92px;
    background: url(../images/icon-hunter.svg) no-repeat;
    background-size: cover;
}

.Orville .southIcon, .iHeart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 60px;
	height: 90px;
    background: url(../images/icon-graffiti.svg) no-repeat;
    background-size: cover;
}

.Kelly .northIcon, .JB .northIcon {
	position: absolute;
    top: 0;
    left: -10px;
	width: 120px;
    height: 85px;
    background: url(../images/icon-driller.svg) no-repeat;
    background-size: cover;
}

.Kelly .southIcon, .JB .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 90px;
	height: 90px;
    background: url(../images/icon-beatpoet.svg) no-repeat;
    background-size: cover;
}

.Oscar .northIcon, .Humans .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 90px;
    height: 115px;
    background: url(../images/icon-linguist.svg) no-repeat;
    background-size: cover;
}

.Oscar .southIcon, .Humans .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 95px;
    background: url(../images/icon-band.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .northIcon, .quizOverlay .southIcon {
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}

.quizOverlay .northIcon:hover, .quizOverlay .southIcon:hover {
	opacity: 1;
}

.quizOverlay .Heidi .northIcon, .quizOverlay .Urbanheart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 45px;
    height: 40px;
    margin-top: 0;
    background: url(../images/icon-huntress.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Heidi .southIcon, .quizOverlay .Urbanheart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: 0;
    background: url(../images/icon-bodypainter.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Linemen .northIcon, .quizOverlay .Choreographer .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 45px;
    height: 55px;
    background: url(../images/icon-linemen.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Linemen .southIcon, .quizOverlay .Choreographer .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 57px;
    margin-top: 0;
    background: url(../images/icon-choreo.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Orville .northIcon, .quizOverlay .iHeart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 47px;
    height: 46px;
    background: url(../images/icon-hunter.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Orville .southIcon, .quizOverlay .iHeart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 30px;
	height: 45px;
    background: url(../images/icon-graffiti.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Kelly .northIcon, .quizOverlay .JB .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 60px;
    height: 42px;
    background: url(../images/icon-driller.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Kelly .southIcon, .quizOverlay .JB .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 45px;
	height: 45px;
    background: url(../images/icon-beatpoet.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Oscar .northIcon, .quizOverlay .Humans .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 45px;
    height: 57px;
    background: url(../images/icon-linguist.svg) no-repeat;
    background-size: cover;
}

.quizOverlay .Oscar .southIcon, .quizOverlay .Humans .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 47px;
    background: url(../images/icon-band.svg) no-repeat;
    background-size: cover;
}


/* STORYLINE */

.container {
	display: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 19;
}

.panel {
    display: block;
    background: transparent;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -100px;
    transition: all .5s;
    font-size: 30px;
}

.panel p, .panel a {
	font-style: italic;
	color: white;
	line-height: 1.1em;
}

.panel p {
	font-size: 38px;
}

.panel a {
	display: inline-block;
	margin: 30px 0;
}

/* .panel.Oscar:nth-of-type(3) a, .panel.Humans:nth-of-type(7) a {
	margin: 30px 0 30px -70px;
} */

.panel.Heidi a {
	color: #fff;
}

.panel.Urbanheart a {
	color: #fff;
}

.panel.Linemen a {
	color: #fff;
}

.panel.Choreographer a {
	color: #fff;
}

.panel.Orville a {
	color: #fff;
}

.panel.iHeart a {
	color: #fff;
}

.panel .slideContent .quizLink {
	color: #fff;
}

.panel img {
    position: fixed;
	top: 0;
    left: 0;
}

.panel:nth-of-type(2) p, .panel:nth-of-type(3) p, .panel:nth-of-type(6) p, .panel:nth-of-type(7) p {
	font-style: normal;
}

.panel span.you {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 700;
	transform: scale(1.3);
	display: inline-block;
	margin: 0 7px;
	text-transform: lowercase;
}

.prev { 
	z-index: 1; 
}

.current {
	z-index: 2; 
}

.next { 
	z-index: 3;
	pointer-events: none;
}

.current .pageOverlay {
	z-index: 10;
}

.nextSlide { 
	color: white; 
	z-index: 3; 
	position: fixed; 
	bottom: 10px; 
	right: 10px; 
}

.iconBlock { 
	display: none;
	color: white; 
	z-index: 30; 
	position: fixed; 
	width: 300px;
	bottom: 2%;
	left: 2%; 
	font-size: 20px;
	font-weight: 700;
	transition: background-color 0.5s;
}

.infoButton {
	display: none;
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.infoButton .square {
	background: rgba(255, 255, 255, 0.3);
    height: 5px;
    width: 5px;
    margin: 9px auto;
}

.infoButton .square:nth-of-type(1) {
	margin: 15px auto 0;
}

.infoButton .square:nth-of-type(2) {
	margin: 4px auto;
}

.infoButton .square:nth-of-type(3) {
	margin: 0 auto 15px;
}

.occupation {
	margin-left: 75px;
	text-transform: uppercase;
	font-weight: 700;
}

.name, .moreNames {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 400;
	margin-left: 75px;
    line-height: 0px;
}

.moreNames {
	margin: 0 5px 0;
}

.numberSeparator {
	font-weight: 100;
}

.numberContainer {
	opacity: 0;
}

.slideContent { 
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	text-align: center; 
}

.pageOverlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	right: 0%;
	opacity: 0;
	z-index: 3;
	transition: 0.5s; 
	transition-delay: 1.5s; 
	-webkit-transition-delay: 1.5s; 
}

.pageOverlay.transparent {
	background: rgba(0, 0, 0, 0);
}

.next .pageOverlay {
	transition-delay: 0s; 
	-webkit-transition-delay: 0s; 
}

.current .pageOverlay {
	opacity: 1;
}

.panel.Urbanheart:nth-of-type(5) .pageOverlay {
	background: rgba(221, 76, 69, 0.9);
}

.panel.Choreographer:nth-of-type(5) .pageOverlay {
	background: rgba(234, 160, 71, 0.9);
}

.panel.iHeart:nth-of-type(5) .pageOverlay {
	background: rgba(142, 191, 73, 0.9);
}

.panel.JB:nth-of-type(5) .pageOverlay {
	background: rgba(42, 164, 192, 0.9);
}

.panel.Humans:nth-of-type(5) .pageOverlay {
	background: rgba(88, 64, 127, 0.9);
}

.pageContent {
	position: absolute;
	width: 50%;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	opacity: 0;
	text-align: left;
	transform: translate(-50%, -50%);
	transition: 0.5s; 
	transition-delay: 2s; 
	-webkit-transition-delay: 2s; 
}

.pageContent p:nth-of-type(1) {
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 1.5s;
}

.pageContent p:nth-of-type(2) {
	margin-top: 0;
    line-height: 0.85em;
	font-style: normal;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 2.5s;
}

.panel.current .pageContent .konelineClip, .panel.current .pageContent div {
	opacity: 0;
	transition: 0.5s;
	transition-delay: 3.5s;
}

.panel.current .pageContent p:nth-of-type(1), .panel.current .pageContent p:nth-of-type(2), .panel.current .pageContent .konelineClip, .panel.current .pageContent div {
	opacity: 1;
}

.panel:nth-of-type(3) .pageContent, .panel:nth-of-type(6) .pageContent {
	top: auto;
	bottom: 100px;
	text-align: center;
}

.current .pageContent {
	opacity: 1;
	margin-top: -50px;
}

.slideImage {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.closeVideo {
	display: none;
}

.closeModals {
	display: block;
	z-index: 10;
}

.closeVideo, .closeModals {
	position: fixed;
	width: 30px;
	height: 30px;
	padding: 10px;
	top: 2%;
	right: 2%;
	cursor: pointer;
}

.aboutOverlay .closeModals span {
	background: black;
}

.closeVideo span, .closeModals span {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 30px;
	bottom: 24px;
	right: 10px;
	background: white;
}

.closeVideo span:nth-child(1), .closeModals span:nth-child(1), .closePopup span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closeVideo span:nth-child(2), .closeModals span:nth-child(2), .closePopup span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.quoteBox {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
}

.helpOverlay {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0; 
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 30;
}

.helpContainer {
	position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    color: white;
}

.helpContainer span {
	display: inline-block;
	width: 100px;
	margin-right: 50px;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.helpContainer table p {
	text-align: left;
	font-style: normal;
}

.helpContainer table {
	margin: 15px auto;
}

.helpContainer table td {
	vertical-align: top;
	padding-bottom: 30px;
}

.helpContainer table td:nth-of-type(odd) {
	vertical-align: middle;
}

.aboutOverlay {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	background-size: cover;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	z-index: 29;
}

.aboutOverlay .sideBar {
	background: transparent;
}

.aboutOverlay .burger {
	display: none;
}

.aboutNav {
	position: relative;
	width: 100%;
	top: 30px;
	left: 5%;
	text-align: left;
	z-index: 1;
}

.aboutNav a {
	margin-right: 40px;
	color: #454545;
	text-decoration: none;
	padding: 10px 0 !important;
	border-bottom: 1px solid transparent;
	transition: 0.5s;
}

.aboutNav a.selectedTab {
	color: #000;
	border-bottom: 1px solid #000;
}

.aboutContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

.aboutContainer .tab {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 5%;
	top: 70px;
	left: 0;
	color: #000;
	text-align: left;
}

.aboutContainer .tab h2 {
	display: inline-block;
    width: auto;
	text-align: left;
	font-size: 32px;
	line-height: 32px;
    font-weight: 600;
	color: #000;
}

.aboutContainer .tab h2 span {
	padding: 0 4px;
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 600;
	color: #000;
}

.aboutContainer .tab h3 {
	margin: 10px 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
}

.aboutContainer .tab h4 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
}

.aboutContainer .tab p {
	line-height: 22px;
	padding-bottom: 20px;
	font-weight: 100;
	color: #000;
}

.aboutContainer .tab.teamAndPartners {
	display: none;
}

.aboutContainer .tab dl {
	position: relative;
    display: inline-block;
    border-right: 1px solid white;
    text-align: left;
    font-weight: 100;
    color: #000;
	float: right;
	width: 40%;
}

.aboutContainer .tab.teamAndPartners dl {
	width: 40%;
	max-width: 660px;
}

.aboutContainer .tab.aboutTheFilm dl {
	padding-top: 50px;
}

.aboutContainer .tab dt {
	display: inline-block;
	margin-top: 40px;
	font-weight: 600;
	width: 100%;
	color: #000;
}

.aboutContainer .tab dd a {
	float: none;
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight: 300;
	color: black;
	text-transform: none;
}

.aboutContainer .tab dt.header {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

.aboutContainer .tab dd {
	display: inline-block;
	width: 100%;
}

.aboutContainer .tab .music dd {
	margin-left: 0;
}

.aboutContainer .odd {
	display: inline-block;
	width: 235px;
	margin-top: 20px;
}

.aboutContainer .even {
	display: inline-block;
	width: 200px;
	margin-top: 20px;
	vertical-align: top;
}

.aboutContainer .tab dt:nth-of-type(1) {
	margin-top: 0;
}

.loadImages {
	display: none;
}

.videoWrapper {
	display: inline-block;
	position: relative;
	padding-bottom: 28%; /* 16:9 */
	width: 50%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframeContainer.reactionVideo {
	position: absolute;
	width: 504px;
	height: 295px;
	top: 50%;
	left: 50%;
	margin: -164px 0 0 -254px;
}

.iframeContainer.reactionVideo iframe {
	width: 100%;
	height: 100%;
}

.Choreographer .iframeContainer.reactionVideo {
	width: 552px;
	height: 310px;
	margin: -158px 0 0 -270px;
}

.iHeart .iframeContainer.reactionVideo, .Humans .iframeContainer.reactionVideo {
    width: 522px;
    height: 295px;
    margin: -145px 0 0 -266px;
}

.aboutContainer .tab table {
	width: 100%;
	margin-top: 30px;
}

.aboutContainer .tab table tr {
	color: white;
}

.aboutTheFilm table tr td:nth-of-type(1) {
	width: 50%;
	vertical-align: top;
}

.aboutTheFilm table tr td:nth-of-type(2) {
	width: 300px;
}

.aboutContainer .tab table tr td:nth-of-type(1) {
	vertical-align: top;
}

.aboutContainer .tab table tr td:nth-of-type(2) {
	vertical-align: top;
}

.aboutContainer .tab table tr td:nth-of-type(2) div {
	display: inline-block; 
	margin: 0 0 0 30px;
}

.teamAndPartners table tr td:nth-of-type(2) {
	width: 235px;
}

.aboutContainer .tab a {
	float: right; 
	margin: 45px 0;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}

.aboutContainer .tab .screenings {
    display: inline-block;
    width: 40%;
	vertical-align: top;
	float: right;
}

.synopsis {
	display: inline-block;
	width: 50%;
	padding-right: 9%;
	vertical-align: top;
	float: left;
	padding-top: 50px;
}

.aboutContainer .tab .screenings h2 {
	font-size: 22px;
	margin: 0;
}

.aboutContainer .tab .screenings h3 {
	padding-top: 10px;
	font-size: 18px;
}

.aboutContainer .tab .screenings p {
	font-size: 12px;
    margin: 0;
	padding-bottom: 0;
}

.popup [class^=quiz-] span.selected:after {
	border: black solid 2px;
}

.popup [class^=quiz-] {
    position: relative;
    width: 700px;
    margin: 0;
}

.popup [class^=quiz-] span {
	display: inline-block;
    background: black;
    cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 20px;
}

.popup [class^=quiz-] span:after {
	content: '';
	position: absolute;
	border: transparent solid 3px;
	display: inline-block;
    width: 65px;
    height: 65px;
    margin: -10px -35px;
	border-radius: 35px;
	transition: 700ms ease;
}

.popup .Heidi .northIcon, .popup .Urbanheart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 110px;
    height: 100px;
    margin-top: -15px;
    background: url(../images/icon-huntress-black.svg) no-repeat;
    background-size: cover;
}

.popup .Heidi .southIcon, .popup .Urbanheart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    margin-top: -15px;
    background: url(../images/icon-bodypainter-black.svg) no-repeat;
    background-size: cover;
}

.popup .Linemen .northIcon, .popup .Choreographer .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 90px;
    height: 110px;
    background: url(../images/icon-linemen-black.svg) no-repeat;
    background-size: cover;
}

.popup .Linemen .southIcon, .popup .Choreographer .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 115px;
    margin-top: 0;
    background: url(../images/icon-choreo-black.svg) no-repeat;
    background-size: cover;
}

.popup .Orville .northIcon, .popup .iHeart .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 95px;
    height: 92px;
    background: url(../images/icon-hunter-black.svg) no-repeat;
    background-size: cover;
}

.popup .Orville .southIcon, .popup .iHeart .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 60px;
	height: 90px;
    background: url(../images/icon-graffiti-black.svg) no-repeat;
    background-size: cover;
}

.popup .Kelly .northIcon, .popup .JB .northIcon {
	position: absolute;
    top: 0;
    left: -10px;
	width: 120px;
    height: 85px;
    background: url(../images/icon-driller-black.svg) no-repeat;
    background-size: cover;
}

.popup .Kelly .southIcon, .popup .JB .southIcon {
	position: absolute;
    top: 0;
    right: 0;
	width: 90px;
	height: 90px;
    background: url(../images/icon-beatpoet-black.svg) no-repeat;
    background-size: cover;
}

.popup .Oscar .northIcon, .popup .Humans .northIcon {
	position: absolute;
    top: 0;
    left: 0;
	width: 90px;
    height: 115px;
    background: url(../images/icon-linguist-black.svg) no-repeat;
    background-size: cover;
}

.popup .Oscar .southIcon, .popup .Humans .southIcon {
	position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 95px;
    background: url(../images/icon-band-black.svg) no-repeat;
    background-size: cover;
}

.popup [class^="line"] {
	display: none;
    width: 100px;
    height: 2px;
    border: black solid 2px;
    position: absolute;
    background-color: black;
}

.konelineClip {
	position: relative;
	top: -80px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	opacity: 0;
}

.introCompass .quizResults {
	display: none;
	transition: 0s;
}

.skipIntro {
	position: absolute;
	padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
	color: white;
    text-align: center;
    cursor: pointer;
    z-index: 32;
}

.whereYouAt span.ticker {
	display: inline-block;
	width: 100%;
	cursor: default;
	text-align: center;
}

.pageContent [class^=quiz-] {
	opacity: 0;
	transition: 0.5s;
	transition-delay: 2.5s;
}

/* MOBILE */

@media only screen and (max-width: 1400px) {
	.dashBreak {
		display: inline;
	}

	.panel p {
		font-size: 28px;
	    font-style: italic;
	    color: white;
	}
	
	.intro .introContent {
	    margin-top: 30px;
	}
	
	.intro .introContent, .introQuote .introText, .introOverlay .introText {
		font-size: 18px;
	}
	
	.intro div.introOverlay p {
		font-size: 17px;
	}
	
	.introContent .introText{
		font-size: 14px;
	}
	
	.introContent .continue {
		font-size: 24px;
	}
	
	.pageContent {
		font-size: 18px;
		width: 60%;
	}
	
	.intro div.introContent p {
		font-size: 14px;
	}
	
	span.arrow {
		bottom: 50px;
	}
	
	.sideBarContents {
		right: -260px;
	}
	
	.sideBarContents span {
		margin: 0 5px;
		font-size: 12px;
	}
	
	.sideBarSocial img {
	    width: 20px;
	    height: 20px;
	    margin: 5px 10px;
	}
		
	.sideBarContents .helpIcon {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 900px) {
	.synopsis, .aboutContainer .tab dl, .aboutContainer .tab.teamAndPartners dl {
		width: 100%;
		float: none;
	}

	.aboutContainer .tab.teamAndPartners dl {
		padding-top: 50px;
	}

	.singleScreening {
		width: 100%;
		display: block;
	}

	.aboutContainer .tab.teamAndPartners dl {
		width: 100%;
	}

	.aboutContainer .odd {
		display: inline-block;
		width: 100%;
		margin-top: 20px;
	}

	.aboutContainer .even {
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		vertical-align: top;
	}

	.aboutContainer .tab dd a {
		display: inline-block;
	}

	.aboutContainer .tab .screeningsContainer {
		height: auto;
	}

	.whereYouAt span.ticker {
	    left: -6px;
	    font-size: 12px;
	}
	
	.dashBreak {
		display: none;
	}
	
	.konelineClip {
		top: 0;
		font-size: 12px;
	}
	
	.popup [class^=quiz-] span.selected:after {
		border: black solid 2px;
	}
	
	.popup [class^=quiz-] {
	    position: relative;
	    width: 700px;
	    margin: 0;
	}
	
	.popup [class^=quiz-] span {
		display: inline-block;
	    background: black;
	    cursor: pointer;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		margin: 20px;
	}
	
	.popup [class^=quiz-] span:after {
		content: '';
		position: absolute;
		border: transparent solid 3px;
		display: inline-block;
	    width: 65px;
	    height: 65px;
	    margin: -10px -35px;
		border-radius: 35px;
		transition: 700ms ease;
	}
	
	.popup .Heidi .northIcon, .popup .Urbanheart .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 110px;
	    height: 100px;
	    margin-top: -15px;
	    background: url(../images/icon-huntress-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Heidi .southIcon, .popup .Urbanheart .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 110px;
	    height: 110px;
	    margin-top: -15px;
	    background: url(../images/icon-bodypainter-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Linemen .northIcon, .popup .Choreographer .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 90px;
	    height: 110px;
	    background: url(../images/icon-linemen-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Linemen .southIcon, .popup .Choreographer .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 90px;
	    height: 115px;
	    margin-top: 0;
	    background: url(../images/icon-choreo-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Orville .northIcon, .popup .iHeart .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 95px;
	    height: 92px;
	    background: url(../images/icon-hunter-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Orville .southIcon, .popup .iHeart .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
		width: 60px;
		height: 90px;
	    background: url(../images/icon-graffiti-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Kelly .northIcon, .popup .JB .northIcon {
		position: absolute;
	    top: 0;
	    left: -10px;
		width: 120px;
	    height: 85px;
	    background: url(../images/icon-driller-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Kelly .southIcon, .popup .JB .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
		width: 90px;
		height: 90px;
	    background: url(../images/icon-beatpoet-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Oscar .northIcon, .popup .Humans .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 90px;
	    height: 115px;
	    background: url(../images/icon-linguist-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .Oscar .southIcon, .popup .Humans .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 80px;
	    height: 95px;
	    background: url(../images/icon-band-black.svg) no-repeat;
	    background-size: cover;
	}
	
	.popup .quizOverlayContainer {
		position: absolute;
		top: -190px;
		left: -215px;
		right: auto;
		margin-left: 0;
		width: auto;
	}
	
	.popup [class^=quiz-] {
		width: 700px;
	}
			
	.copyright {
		display: none;
	}
	
	.complete input {
		float: none;
	}
	
	.complete {
		margin-bottom: 50px;
	}
	
	.shareQuiz .complete, .shareQuiz .notComplete, .shareQuiz .thankYou, .complete p, .complete h3 {
		text-align: center;
	}
	
	.instructionSlide div img {
		width: 80px;
		margin-bottom: 15px;
	}
	
	#testing {
		width: 1000px;
		height: 870px;
		margin: -435px 0 0 -500px;
	}
	
	.iHeart .iframeContainer.reactionVideo, .Humans .iframeContainer.reactionVideo {
		width: 320px;
		height: 180px;
		margin: -88px 0 0 -162px;
	}
	
	.iframeContainer.reactionVideo {
	    width: 308px;
	    height: 180px;
	    margin: -100px 0px 0px -156px;
	}
	
	.Choreographer .iframeContainer.reactionVideo {
		width: 336px;
		height: 190px;
		margin: -96px 0px 0px -164px;
	}
	
	.funderLogos {
		left: 0;
	}
	
	.funderLogos img:nth-of-type(1) {
		display: block;
		position: relative;
		left: -35px;
		height: 70px;
		margin-bottom: 40px;
	}
	
	.funderLogos img:nth-of-type(2) {
		display: block;
		top: 0;
		margin-bottom: 50px;
	}
	
	.funderLogos img:nth-of-type(3) {
		display: block;
		position: relative;
		top: 0;
		left: -10px;
		margin-bottom: 30px;
	}
	
	.pageContent {
		margin-top: 0;
	}
	
	.instructionSlide div h2 {
		font-size: 42px;
		line-height: 42px;
		font-weight: 800;
		text-transform: uppercase;
		margin: 0;
	}
	
	.instructionSlide div h3 {
		font-size: 26px;
		line-height: 26px;
		font-weight: 600;
		font-family: "adobe-caslon-pro", serif;
		font-style: italic;
		margin: 0;
	}
	
	.introContent .continue {
		padding: 10px 30px !important;
	}
	
	.intro div a {
		font-size: 12px;
		padding: 10px !important;
	}
	
	.aboutContainer .tab .screenings h2 {
		margin-top: 50px;
	}
	
	.aboutContainer .tab .screenings {
	    position: relative;
	    width: 100%;
	    top: 0;
	    right: 0;
	}
	
	.aboutNav a {
		margin-right: 5px;
		font-size: 12px;
	}
	
	.videoWrapper {
		display: inline-block;
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		width: 100%;
	}
	
	.storySideBar {
		left: -75px;
	    background: #2d2d2d;
	    z-index: 31;
	}
	
	.storySideBar.open {
		left: 0;
	}
	
	.panel:nth-of-type(1) .pageContent, .panel:nth-of-type(2) .pageContent, .panel:nth-of-type(4) .pageContent, .panel:nth-of-type(5) .pageContent {
	    text-align: center;
	}
	
	.panel:nth-of-type(3) .pageContent, .panel:nth-of-type(5) .pageContent {
	    bottom: 50px;
	}
	
	.pageContent p:nth-of-type(1) {
	    font-size: 12px;
	}
	
	.watchVideo, .watchReaction {
		font-size: 14px;
		padding: 10px 0 !important;
		border: solid 2px white !important;
		width: 100px;
		margin: 30px auto;
	}
	
	.current .pageContent {
		margin-top: 0;
	}
	
	.pageContent p:nth-of-type(2) {
	    font-size: 32px;
	    margin-bottom: 10px;
	}
	
	.mapboxgl-ctrl-top-right {
	    top: 85px !important;
	    margin-right: 0;
	}
		
	.intro div p {
		font-size: 16px;
	}
	
	.instructionSlide div {
	    width: 90%;
	}

	a {
		position: relative;
		display: inline-block;
		width: auto !important;
	    padding: 10px 30px !important;
	    margin-top: 10px;
		border: 3px solid #fff;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none !important;
		font-style: normal !important;
	}
	
	.instructionNavigation {
	    margin-bottom: 100px;
	}
	
	.intro .instructionSlide div p {
	    font-style: normal;
	    margin-bottom: 20px;
	}
	
	.sideBarSocial img {
	    margin: 5px;
	}
	
	.sideBarContents {
    	right: -210px;
	}
	
	.sideBarContents span, .sideBarContents span.helpIcon, .sideBarContents span.burger, .sideBarContents span.shareText {
	    font-size: 10px;
	}
	
	.sideBarContents .helpIcon {
		margin-right: 15px;
	}
	
	.mobileOverlayTwo.open {
		left: 75px;
	}
	
	.mobileOverlay.open {
		right: 50px;
	}
	
	.sideBarContents {
		margin-right: -50px;
		transition: 0.5s;
	}
	
	.sideBar {
		right: -50px;
		transition: 0.5s;
		background: white;
	}
	
	.sideBar.open {
		right: 0;
	}
	
	.sideBarContents.open {
		margin-right: 0;
	}
	
	.whereYouAt, .quizResults {
		left: 0;
		margin-left: -50px;
		transition: 0.5s;
	}
	
	.quizResults {
		bottom: 30px;
	}
	
	.open .whereYouAt, .open .quizResults {
		margin-left: 17px;
	}
	
	.whereBurger {
		display: block;
	}
	
	.storyIcon, .name, .moreNames {
		display: none;
	}
	
	.occupation { 
		position: absolute;
		text-align: center;
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.nts-logo {
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 50px;
	    background: #2d2d2d;
	}
	
	.nts-logo-image {
		height: auto;
		width: 100%;
		background: transparent;
		color: white;
		font-weight: 600;
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	.nts-logo-image span.logoText {
		display: block;	
	}
	
	.infoButton {
		display: block;
	}
	
	.iconBlock { 
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
		bottom: auto;
	}
	
	.iconBlock.Oscar { 
		background: #6E6D7C;
	}
	
	.iconBlock.Humans { 
		background: #59417F; 
	}
	
	.iconBlock.Orville { 
		background: #A6AF91; 
	}
	
	.iconBlock.iHeart { 
		background: #8EBF49;
	}
	
	.iconBlock.Heidi { 
		background: #8E5555;
	}
	
	.iconBlock.Urbanheart { 
		background: #DD4C45;
	}
	
	.iconBlock.Kelly { 
		background: #678A90; 
	}
	
	.iconBlock.JB { 
		background: #2AA4C0;
	}
	
	.iconBlock.Linemen { 
		background: #AE926E; 
	}
	
	.iconBlock.Choreographer { 
		background: #EAA047;
	}
	
	.backChevron {
		top: -2px;
	}
	
	video {
		display: none;
	}
	
	.quizOverlay h2 {
		font-size: 18px;
	}
	
	.quizOverlay h3 {
		font-size: 16px;
	}
	
	.quizOverlay p {
		font-size: 14px;
	}
	
	.whiteCompass {
		width: 50px;
		height: 50px;
	}
	
	.section p {
		font-size: 12px;
		margin: 0 10px 5px;
	}
	
	.intro table td {
		display: table-row;
	}
	
	.introOverlay .introText table {
		margin: -20px auto 10px;
	}
	
	.introOverlay .introText span {
		width: 100%;
		margin-top: 10px;
	}
	
	.introOverlay .introText strong {
		font-size: 16px;
	}
	
	.introOverlay .introText p, .introOverlay .introText table p {
		font-size: 12px;
		text-align: center;
	}
	
	.introLogo {
		height: 300px;
	}
	
	#features { 
		width: 100%; 
	}
	
	#map {
	    position: fixed;
	    top: 0;
	    left: 100%;
	    bottom: -60px;
	    transition: 700ms ease;
	    -webkit-transform-style: preserve-3d;
	    -webkit-backface-visibility: hidden;
	}
	
	#features.explore {
		transition: 700ms ease; 
		margin-left: -100%;
	}
	
	#map.explore {
		transition: 700ms ease;
		left: 0%;
	}
	
	span.arrow {
		height: 50px;
		width: 50px;
		left: 50%;
		margin-left: 100px;
		bottom: 60px;
	}
	
	span.arrow:nth-of-type(2) {
		margin-left: -150px;
	}
	
	.introWrapper {
		width: 300px;
	}
	
	.section .summary {
		width: 90% !important;
		left: 50%;
		top: 50.1%;
		margin-top: -15px;
		padding: 0;
		transform: translate(-50%, -50%);
		text-align: center;
		width: auto;
	}
	
	.section.active .summary {
		width: 90%;
		top: 50%;
		margin-top: -15px;
	}
	
	.compassContainer {
	    width: 95px;
	    height: 95px;
	    margin-left: -47.5px;
	}
	
	.bezel {
	    width: 95px;
	    height: 95px;
	}
	
	.needle {
		width: 75px;
	    height: 75px;
	}
	
	.gloss {
		width: 80px;
	    height: 80px;
	}
	
	.compass {
	    width: 85px;
	    height: 85px;
	}
		
	.panel {
		margin-top: -75px;
		margin-left: -37.5px;
	}
	
	.panel p {
		font-size: 16px;
	    font-style: italic;
	    color: white;
	}
	
	.introContent {
		margin: 0 auto;
	}
	
	.intro .introContent, .introQuote .introText, .introOverlay .introText {
		width: 300px;
		font-size: 18px;
	}
	
	.introContent .introText{
		font-size: 14px;
	}
	
	.introContent .continue {
		font-size: 24px;
	}
	
	.intro div p, .intro div a {
		width: 100%;
	    padding: 0;
	}
	
	.section a { 
		color: white;
		font-style: italic;
		font-size: 12px;
		padding: 15px 25px !important;
	}
	
	.section h2 { 
		margin-bottom: 0;
		font-size: 32px;
		line-height: 36px;
	}
	
	.section h3 { 
		margin-top: 0;
		font-size: 28px;
		line-height: 28px;
		padding: 8px 0 0;
		font-style: italic;
	}
	
	table {
		width: 100%;
	}

	td {
		display: block;
		width: 100%;
	}

	td:nth-of-type(2) {
	    width: 100%;
	}
	
	.aboutContainer .tab dl {
	    border-right: 0px;
		padding: 0 0 30px 0;
	}
	
	.progress {
		text-align: center;
		width: 230px;
		margin-left: -115px;
		left: 50%;
		bottom: 0px;
	}
	
	.aboutContainer .tab a {
		float: none;
		display: block;
		margin: -30px 0 20px 0;
	}
	
	.aboutContainer .tab table tr td:nth-of-type(2) div {
		margin: 0;
	}
	
	.pageContent {
		font-size: 18px;
		width: 90%;
	}
	
	.intro div.introContent p {
		font-size: 12px;	
	}
	
	.occupation {
		display: inline-block;
	}
	
	.name, .moreNames {
		margin-left: 10px;
	}
	
	.quizOverlayContainer, .shareQuiz {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
	}
	
	.shareQuiz {
		width: 100%;
		height: auto;
	}
	
	.Heidi .northIcon, .Urbanheart .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 45px;
	    height: 40px;
	    margin-top: 0;
	    background: url(../images/icon-huntress.svg) no-repeat;
	    background-size: cover;
	}
	
	.Heidi .southIcon, .Urbanheart .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 45px;
	    height: 45px;
	    margin-top: 0;
	    background: url(../images/icon-bodypainter.svg) no-repeat;
	    background-size: cover;
	}
	
	.Linemen .northIcon, .Choreographer .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 45px;
	    height: 55px;
	    background: url(../images/icon-linemen.svg) no-repeat;
	    background-size: cover;
	}
	
	.Linemen .southIcon, .Choreographer .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 45px;
	    height: 57px;
	    margin-top: 0;
	    background: url(../images/icon-choreo.svg) no-repeat;
	    background-size: cover;
	}
	
	.Orville .northIcon, .iHeart .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 47px;
	    height: 46px;
	    background: url(../images/icon-hunter.svg) no-repeat;
	    background-size: cover;
	}
	
	.Orville .southIcon, .iHeart .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
		width: 30px;
		height: 45px;
	    background: url(../images/icon-graffiti.svg) no-repeat;
	    background-size: cover;
	}
	
	.Kelly .northIcon, .JB .northIcon {
		position: absolute;
		top: 5px;
		left: -15px;
		width: 60px;
	    height: 42px;
	    background: url(../images/icon-driller.svg) no-repeat;
	    background-size: cover;
	}
	
	.Kelly .southIcon, .JB .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
		width: 45px;
		height: 45px;
	    background: url(../images/icon-beatpoet.svg) no-repeat;
	    background-size: cover;
	}
	
	.Oscar .northIcon, .Humans .northIcon {
		position: absolute;
	    top: 0;
	    left: 0;
		width: 45px;
	    height: 57px;
	    background: url(../images/icon-linguist.svg) no-repeat;
	    background-size: cover;
	}
	
	.Oscar .southIcon, .Humans .southIcon {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 40px;
	    height: 47px;
	    background: url(../images/icon-band.svg) no-repeat;
	    background-size: cover;
	}
	
	[class^=quiz-], .quizOverlay [class^=quiz-], .quizOverlayContainer {
		position: relative;
		width: 300px;
		margin: 0 auto;
	}
	
	[class^=quiz-] span {
		display: inline-block;
	    background: white;
	    cursor: pointer;
		width: 25px;
		height: 25px;
		border-radius: 13px;
		margin: 20px 7px;
	}
	
	[class^=quiz-] span:after {
		content: '';
		position: absolute;
		border: transparent solid 3px;
		display: inline-block;
		width: 31px;
		height: 31px;
		margin: -5px -17.5px;
		border-radius: 35px;
		transition: 700ms ease;
	}
	
	span.selected:after {
		border: white solid 2px;
	}
}

@media only screen and (max-width: 400px) {
	.sideBarContents span, .sideBarContents span.helpIcon, .sideBarContents span.burger, .sideBarContents span.shareText {

	}
	
	.panel:nth-of-type(3) .pageContent, .panel:nth-of-type(6) .pageContent {
		bottom: 140px;
	}
	
	.shareModal input {
		width: 120px;
	}
}