@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-size-adjust: none;
}

.theHolder {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	/*
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	*/
	font-size:0px;
	line-height:0px;
	-webkit-text-size-adjust: none;
}

.gameHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:1580px;
	height:1224px;
	box-sizing:border-box;
	display:none;
	overflow:hidden;
	background-color: #FFF;
}

.gameHolder .hiddenClose {
    position:absolute;
    left:0px;
    top:0px;
    width:1580px;
	height:1224px;
	box-sizing:border-box;
	display:block;
    cursor:default;
}

.gameHolder .backImage {
	position:absolute;
	left:0px;
	top:0px;
	width:1580px;
	height:auto;
	box-sizing:border-box;
	display:block;
}

.gameHolder .hoverImage {
	position:absolute;
	left:0px;
	top:0px;
	width:1580px;
	height:1224px;
	box-sizing:border-box;
	display:block;
}

.gameHolder .pinkButton {
	position: absolute;
	left: 50%;
	top: 903px;
	width: 332px;
	height: auto;
	background-color: #ee435e;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 64px;
	font-size: 29px;
	font-family: MuseoSans-700;
	text-decoration: none;
	border-radius: 32px;
	border: solid;
	border-width: 2px;
	border-color: #FFF;
	box-sizing: border-box;
	margin-left: -166px;
}

.gameHolder .pinkButton:hover {
	background-color: #c91a37;
}

.gameHolder .sectionHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:1580px;
	height:1224px;
	box-sizing:border-box;
	display:block;
}

.gameHolder#startScreen .scholasticLogo {
	position: absolute;
	left: 50%;
	top: 58px;
	width: 308px;
	height: auto;
	display: block;
	margin-left: -154px;
}

.gameHolder#startScreen .nihLogo {
	position: absolute;
	left: 1287px;
	top: 1122px;
	width: 222px;
	height: auto;
	display: block;
}

.gameHolder#startScreen .backImage {
	top: -147px;
	left: -95px;
	width: 1770px;
	height: 1371px;
}

.gameHolder#startScreen .hoverImage {
	top: -147px;
	left: -95px;
	width: 1770px;
	height: 1371px;
}

.gameHolder#startScreen h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 120px;
	line-height: 120px;
	color: #663399;
	display: inline-block;
	font-family: MuseoSans-900;
	margin-top: 400px;
}

.gameHolder#startScreen h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 55px;
	line-height: 60px;
	color: #000;
	display: inline-block;
	font-family: MuseoSans-500;
	margin-top: 15px;
	width: 1200px;
}

.gameHolder#startScreen h2 strong {
	color: #009887;
	font-family: MuseoSans-900;
	font-weight: normal;
}

.gameHolder#startScreen h2 span {
	display:inline-block;
    margin-top:15px;
}

.gameHolder h3 {
	position: absolute;
	left: 26px;
	top: 20px;
	width: 660px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 27px;
	line-height: 37px;
	color: #eafff2;
	display: inline-block;
	font-family: MuseoSans-500;
}

.gameHolder h3 span {
    display:inline-block;
}

#consciousScreen.gameHolder h3, #asleepScreen.gameHolder h3, #unconsciousScreen.gameHolder h3 {
    top:22px;
    font-family: MuseoSans-300;
    font-size: 27px;
	line-height: 37px;
    width:670px;
}

#consciousScreen.gameHolder h3 {
    color:#d03737;
}


#asleepScreen.gameHolder h3 {
    color:#d2a1ca;
}

#unconsciousScreen.gameHolder h3 {
    color:#48dfd8;
}

#consciousScreen.gameHolder h3 strong, #asleepScreen.gameHolder h3 strong, #unconsciousScreen.gameHolder h3 strong {
    display:inline-block;
    padding-top:10px;
    font-size:40px;
    line-height:43px;
    color:#FFF;
}

#consciousScreen.gameHolder h3 strong {
    display:inline-block;
    padding-top:10px;
    font-size:40px;
    line-height:43px;
}

.backButton {
    position: absolute;
	right: 72px;
	top: 20px;
	width: 180px;
	height: auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	display: inline-block;
	font-family: MuseoSans-300;
    text-transform: uppercase;
    text-decoration: underline;
    z-index:100;
}

/*
.gameHolder#consciousScreen h3 {
    color:#d03737;
}
*/

.gameHolder h3 strong {
	font-family: MuseoSans-900;
	font-weight: normal;
    font-size: 34px;
	line-height: 40px;
}

.gameHolder .dot {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	display: block;
	background-color: #FFF;
	border-radius: 22px;
	box-sizing: border-box;
	border: solid;
	border-width: 1px;
	border-color: #000;
	margin-left: -22px;
	margin-top: -22px;
}

.gameHolder .dot .largerButton {
    position: absolute;
	left: -22px;
	top: -22px;
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 44px;
    background-color: #FFF;
}

.gameHolder .dot.rem {
	width: 255px;
	height: 235px;
	background-image: url(images/rem_button.png);
	background-position: left top;
	background-size: 255px 235px;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0px !important;
	margin-left: 0px;
	margin-top: 0px;
}

.gameHolder .dot.rem .largerButton {
    left: 11px;
	top: 8px;
	width: 218px;
	height: 218px;
	display: block;
	border-radius: 109px;
}

.gameHolder .dot .dotInner {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 13px;
	top: 13px;
	width: 16px;
	height: 16px;
	display: block;
	background-color: #000;
	border-radius: 8px;
	box-sizing: border-box;
}

.gameHolder .dot p {
	position: absolute;
	left: -93px;
	top: 18px;
	width: 230px;
	height: auto;
	display: inline-block;
	color: #094e4e;
	font-family: MuseoSans-900;
	font-size: 30px;
	line-height: 1;
    text-shadow: 0px 0px 5px #FFF;
}


.gameHolder#consciousScreen .dot p {
    color:#c63604;
}

.gameHolder#asleepScreen .dot p {
    color:#000066;
}

.gameHolder#unconsciousScreen .dot p {
    color:#063e06;
}



.gameHolder .dot:hover {
	background-color: #000;
}

.gameHolder .dot:hover .dotInner {
	background-color: #FFF;
}

.gameHolder .dot.selected {
	background-color: #094e4e;
    border-color:#FFF;
}

.gameHolder#consciousScreen .dot.selected {
	background-color: #c63604;
    border-color:#FFF;
}

.gameHolder .dot.selected .largerButton {
    background-color:rgba(255,255,255,0);
}

.gameHolder#asleepScreen .dot.selected {
	background-color: #000066;
    border-color:#FFF;
}

.gameHolder#unconsciousScreen .dot.selected {
	background-color: #063e06;
    border-color:#FFF;
}

.gameHolder .dot.rem.selected {
	background-image: url(images/rem_button_select.png);
}

.gameHolder .dot.selected .dotInner {
	background-color: #FFF;
}

.gameHolder .brainPopup {
	position: absolute;
	left: 55px;
	bottom: 190px;
	width: 405px;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 25px;
	border: solid;
	border-width: 6px;
	border-color: #008275;
	background-color: #FFF;
	border-radius: 25px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}

.gameHolder .topLeftText {
    position:absolute;
    left:15px;
    top:15px;
    width:400px;
    height:auto;
    text-align: left;
    display:block;
    font-family: MuseoSans-300;
    font-size:15px;
    line-height: 15px;
    color:#000;
    text-transform: uppercase;
}

.gameHolder .brainPopup.rem {
	width: 540px;
}

.gameHolder .brainPopup h4 {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 41px;
	line-height: 1;
	color: #000;
	font-family: MuseoSans-700;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 18px;
}

.gameHolder .brainPopup .circleIcon {
	width: 100px;
	margin-bottom: 15px;
}

.gameHolder .brainPopup .fullWidthImage {
	position: relative;
	left: 0px;
	top: 0px;
	width: calc(100% - 38px);
	height: auto;
	display: inline-block;
}

.gameHolder .brainPopup p {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 29px;
	line-height: 1.1;
	color: #000;
	font-family: MuseoSans-300;
	display: inline-block;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
}

.gameHolder .brainPopup li {
	position: relative;
	width: 100%;
	font-weight: normal;
	text-align: left;
	font-size: 29px;
	line-height: 1.1;
	color: #000;
	font-family: MuseoSans-300;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 18px;
	box-sizing: border-box;
}

.gameHolder .brainPopup li strong {
    font-weight:normal;
    font-family: MuseoSans-700;
}

.gameHolder .brainPopup p i {
	font-style: normal;
	font-family: MuseoSans-300Italic;
}

.gameHolder .brainPopup p span {
	display: inline-block;
	font-family: MuseoSans-300Italic;
	margin-top: 10px;
}

.gameHolder .brainPopup p.highlight {
	background-color: #fff67b;
}

.gameHolder .brainPopup p strong {
	font-weight: normal;
	font-family: MuseoSans-900;
	color: #ef415e;
}

.gameHolder#startScreen .sectionHolder2 .pinkButton {
	top: 1075px;
}

.gameHolder#startScreen .brainPopup {
	bottom: 120px;
}

#consciousScreen {
	background-color: #ffc911;
}

.bottomBar {
	position: absolute;
	bottom: 0px;
	left: -1px;
	width: calc(100% + 2px);
	height: 122px;
	display: block;
}

.bottomBar a {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 33%;
	height: 122px;
	display: inline-block;
	background-color: #FFF;
	box-sizing: border-box;
	border: solid;
	border-width: 1px;
	border-color: #000;
	vertical-align: bottom;
	font-family: MuseoSans-700;
	color: #000;
	line-height: 122px;
	font-size: 30px;
	text-decoration: none;
}

.bottomBar a img {
	display: inline-block;
	height: 80%;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.bottomBar a.active {
	width: 34%;
	height: 147px;
	background-color: #d03737;
	color: #FFF;
	margin-top: -25px;
	line-height: 147px;
	font-size: 50px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.bottomBar a.active img {
	height: 66%;
	margin-right: 0px;
}


.bottomBar a.button2.active {
	background-color: #9364d3;
}

.bottomBar a.button3.active {
	background-color: #94c83d;
}

.sideBar {
	position: absolute;
	right: 0px;
	top: 56px;
	width: 202px;
	height: auto;
	display: block;
	box-sizing: border-box;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: #f69221;	
	min-height: 200px;
	box-shadow: 0px 5px 15px rgba(0,0,0,.5);
}

.sideBar h4  {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: MuseoSans-900;
	color: #FFF;
	font-size: 27px;
	line-height: 30px;
	display: inline-block;
	box-sizing: border-box;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}

.sideBar .sideIconClass {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 172px;
	display: inline-block;
	box-sizing: border-box;
	font-family: MuseoSans-700;
	color: #FFF;
	font-size: 27px;
	line-height: 27px;
	text-decoration: none;
	padding-top: 104px;
	padding-bottom: 10px;
}

#consciousScreen .sideBar a.sideIconClass.selected {
	color: #d03737;
    opacity:1 !important;
}

#asleepScreen .sideBar a.sideIconClass.selected {
	color: #9364d3;
    opacity:1 !important;
}

#unconsciousScreen .sideBar a.sideIconClass.selected {
	color: #024f4c;
    opacity:1 !important;
}

.sideBar a.sideIconClass.prevSelected {
	color: rgba(255,255,255,.5);
}

.sideBar .sideIconClass img {
	position: absolute;
	left: 39px;
	top: 3px;
	width: 125px;
	height: auto;
	display: inline-block;
}

.sideBar .sideIconClass img.sideGlow {
	left: 29px;
	top: -7px;
	width: 145px;
	height: auto;
    display:none;
}

.sideBar .sideIconClass img.sideGlowBlack {
	left: 29px;
	top: -7px;
	width: 145px;
	height: auto;
    display:block;
}

.sideBar .sideIconClass:hover img.sideGlow {
    display:block;
    opacity:.5;
}

#unconsciousScreen .sideBar .sideIconClass:hover img.sideGlow {
    display:block;
    opacity:.8;
}


.sideBar a.sideIconClass.selected img.sideGlow {
    display:block;
    opacity:1;
}

.sideBar a.sideIconClass.selected img.sideGlowBlack {
    display:none;
}


.sideBar a.sideIconClass.selected img {
    opacity:1 !important;
}


.sideBar a.sideIconClass.prevSelected img.sideGlow {
    display:none !important;
}

.sideBar a.sideIconClass.prevSelected img {
    opacity:.5;
}

.sideBar a.sideIconClass.prevSelected img.sideGlowBlack {
    display:none !important;
}


.sideBar .sidePersonClass {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	font-family: MuseoSans-700;
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	text-decoration: none;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
	background-color: #d03737;
	border-bottom-left-radius: 25px;
    margin-top:5px;
}

.sideBar .sidePersonClass.selected {
    color:#FFF !important;
}

.sideBar .sidePersonClass.prevSelected {
    color: rgba(255,255,255,.5);
}

.sideBar .sidePersonClass div {
    display:inline-block;
    margin-top:133px;
}

.sideBar .sidePersonClass span {
	display: inline-block;
	font-family: MuseoSans-300;
	font-size: 20px;
	line-height: 23px;
}

.sideBar .sidePersonClass img {
	position: absolute;
	left: 39px;
	top: 69px;
	width: 125px;
	height: auto;
	display: inline-block;
}


.sideBar .sidePersonClass img.sideGlow {
	left: 29px;
	top: 60px;
	width: 145px;
	height: auto;
    display:none;
}

.sideBar .sidePersonClass img.sideGlowBlack {
	left: 29px;
	top: 60px;
	width: 145px;
	height: auto;
    display:block;
}

.sideBar a.sidePersonClass.selected img {
    opacity:1 !important;
}

.sideBar .sidePersonClass:hover img.sideGlow {
    display:block;
    opacity:.5;
}

#unconsciousScreen .sideBar .sidePersonClass:hover img.sideGlow {
    display:block;
    opacity:.8;
}

.sideBar .sidePersonClass.selected img.sideGlow {
    display:block;
    opacity:1;
}

.sideBar .sidePersonClass.selected img.sideGlowBlack {
    display:none;
}


.sideBar .sidePersonClass.prevSelected img.sideGlow {
    display:none !important;
}

.sideBar .sidePersonClass.prevSelected img.sideGlowBlack {
    display:none !important;
}

.sideBar a.sidePersonClass.prevSelected img {
    opacity:.5;
}

#asleepScreen .sideBar {
	background-color: #d2a1ca;
}

#asleepScreen .sidePersonClass {
	background-color: #9364d3;
}

#unconsciousScreen .sideBar {
	background-color: #00b152;
}

#unconsciousScreen .sidePersonClass {
	background-color: #00a19a;
}

#consciousScreen .brainPopup {
	border-color: #f69221;
}

#asleepScreen .brainPopup {
	border-color: #d2a1ca;
}

#unconsciousScreen .brainPopup {
	border-color: #00b152;
    width:400px;
}

.sideBar .drBox {
	position: absolute;
	right: 227px;
	top: 422px;
	width: 600px;
	height: 446px;
	display: block;
	box-sizing: border-box;
	border-radius: 25px;
	border: solid;
	border-width: 2px;
	border-color: #6d6e70;
	background-color: #f2e5f0;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}

#asleepScreen .sideBar .drBox {
    width: 630px;
}

.sideBar .drBox p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 25px;
	width: calc(100% - 20px);
	height: calc(100% - 50px);
	text-align: left;
	font-family: MuseoSans-300;
	color: #231f20;
	font-size: 28px;
	line-height: 32px;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
	padding-right: 20px;
	box-sizing: border-box;
}

.sideBar .drBox p::-webkit-scrollbar {
    -webkit-appearance: none;
}

.sideBar .drBox p::-webkit-scrollbar:vertical {
    width: 11px;
}

.sideBar .drBox p::-webkit-scrollbar:horizontal {
    height: 11px;
}

.sideBar .drBox p::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}



.sideBar .drBox p strong {
	font-family: MuseoSans-700;
	font-weight: normal;
	color: #892e5f;
}

.sideBar .drBox p i {
	font-family: MuseoSans-300Italic;
	font-weight: normal;
	font-style:normal;
}


.sideBar .drBox:before {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: 294px;
	bottom: auto;
	left: auto;
	right: -34px;
	border-width: 17px 0 17px 32px;
	border-color: transparent #6d6e70;
}

.sideBar .drBox:after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: 296px;
	bottom: auto;
	left: auto;
	right: -29px;
	border-width: 15px 0 15px 30px;
	border-color: transparent #f2e5f0;
}

#consciousScreen .sideBar .drBox {
	background-color: #f7f0da;
}

#consciousScreen .sideBar .drBox:after {
	border-color: transparent #f7f0da;
}

#consciousScreen .sideBar .drBox p strong {
	color: #d03737;
}

#unconsciousScreen .sideBar .drBox {
	background-color: #d6f1da;
    width:665px;
}

#unconsciousScreen .sideBar .drBox:after {
	border-color: transparent #d6f1da;
}

#unconsciousScreen .sideBar .drBox p strong {
	color: #065c13;
}

.sideBar .sidePop {
	position: absolute;
	right: 227px;
	top: 107px;
	width: 400px;
	height: auto;
	display: block;
	box-sizing: border-box;
	border-radius: 25px;
	border: solid;
	border-width: 2px;
	border-color: #6d6e70;
	background-color: #f2e5f0;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}

.sideBar .sidePop:before {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: 48px;
	bottom: auto;
	left: auto;
	right: -33px;
	border-width: 17px 0 17px 32px;
	border-color: transparent #6d6e70;
}

.sideBar .sidePop:after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: 50px;
	bottom: auto;
	left: auto;
	right: -29px;
	border-width: 15px 0 15px 30px;
	border-color: transparent #f2e5f0;
}

.sideBar .sidePop.memory {
	top: 275px;
}

.sideBar .sidePop.pain {
	top: 441px;
}

.sideBar .sidePop p {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	font-family: MuseoSans-300;
	color: #231f20;
	font-size: 28px;
	line-height: 32px;
	display: block;
	box-sizing: border-box;
	padding: 20px;
}

#consciousScreen .sideBar .sidePop {
	background-color: #f7f0da;
}

#consciousScreen .sideBar .sidePop:after {
	border-color: transparent #f7f0da;
}

#unconsciousScreen .sideBar .sidePop {
	background-color: #d6f1da;
}


#unconsciousScreen .sideBar .sidePop:after {
	border-color: transparent #d6f1da;
}

.consciousSheep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 597px;
	display: block;
	margin-left: -254px;
	margin-top: -587px;
	pointer-events: none;
}

.consciousSheep img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 597px;
	display: block;
}

.skateSheep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 431px;
	height: 659px;
	display: block;
	margin-left: -215px;
	margin-top: -659px;
	pointer-events: none;
}

.skateSheep img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 431px;
	height: 659px;
	display: block;
}

.scienceSheep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 740px;
	height: 784px;
	display: block;
	margin-left: -370px;
	margin-top: -784px;
	pointer-events: none;
}

.scienceSheep img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 740px;
	height: 784px;
	display: block;
}

.scienceSheep div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 740px;
	height: 784px;
	display: block;
    background-image:url("images/science_sheep_right_arm.png");
    background-position:left top;
    background-size:740px 784px;
    background-repeat:no-repeat;
}

.scienceSheep img.tablet {
	position: absolute;
	left: -104px;
	top: -108px;
	width: 246px;
	height: 300px;
	display: block;
}

.asleepSheep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 722px;
	height: 606px;
	display: block;
	margin-left: -361px;
	margin-top: -606px;
	pointer-events: none;
}

.asleepSheep .star {
	position: absolute;
	left: 341px;
	top: 71px;
	width: 90px;
	height: 90px;
	display: block;
}

.asleepSheep .star.star2 {
	left: 632px;
	top: 180px;
}

.asleepSheep .star.star3 {
	left: 0px;
	top: 90px;
}

.asleepSheep .star.star4 {
	left: 600px;
	top: 406px;
}

.asleepSheep .star.star5 {
	left: 302px;
	top: 0px;
}

.asleepSheep .asleepSheepMain {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 722px;
	height: 606px;
	display: block;
}

.asleepSheep .asleepSheepMain img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 722px;
	height: 606px;
	display: block;
}

.unconsciousSheep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 591px;
	height: 413px;
	display: block;
	margin-left: -295px;
	margin-top: -413px;
	pointer-events: none;
}

.unconsciousSheep img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 591px;
	height: 413px;
	display: block;
}

#endScreen {
	background-color: #009fa5;
}

#endScreen .star {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	display: block;
}

#endScreen .leftBubble {
    position:absolute;
    left:541px;
    bottom:700px;
    width:265px;
    height:auto;
    display:block;
    box-sizing:border-box;
    padding:24px;
    background-color:#1bb153;
    border-radius:10px;
    border:solid;
    border-width:1px;
    border-color:#c2ebe6;
    color:#FFF;
    text-align:left;
    font-family:MuseoSans-700;
    font-size:26px;
    line-height:30px;
    margin-left:-133px;
}

#endScreen .leftBubble:after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: auto;
	bottom: -33px;
	left: 45%;
	border-width: 17px 24px 32px 0px;
	border-color: transparent #1bb153;
}

#endScreen .rightBubble {
    position:absolute;
    left:1084px;
    bottom:700px;
    width:382px;
    height:auto;
    display:block;
    box-sizing:border-box;
    padding:24px;
    background-color:#009887;
    border-radius:10px;
    border:solid;
    border-width:1px;
    border-color:#c2ebe6;
    color:#FFF;
    text-align:left;
    font-family:MuseoSans-700;
    font-size:26px;
    line-height:30px;
    margin-left:-191px;
}

#endScreen .rightBubble i {
    font-family:MuseoSans-900Italic;
    font-style:normal;
    color:#fff57c;
}

#endScreen .rightBubble:after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: auto;
	bottom: -33px;
	left: 45%;
	border-width: 17px 0px 32px 32px;
	border-color: transparent #009887;
}

#endScreen .pinkButton {
    top:1008px;
}

#endScreen .pinkButton.pinkButton4 {
    top:848px;
}

#endScreen .endBigText {
    position:absolute;
    left:0px;
    width:100%;
    height:auto;
    text-align: center;
    display:block;
}

#endScreen .endBigText1 {
    font-family:MuseoSans-900;
    color:#FFF;
    font-size:110px;
    top:490px;
    line-height:1em;
}

#endScreen .endBigText2 {
    font-family:MuseoSans-500;
    color:#000;
    font-size:59px;
    top:606px;
    line-height:1em;
}

#endScreen .endBigText3 {
    font-family:MuseoSans-500;
    color:#000;
    font-size:32px;
    top:693px;
    line-height:38px;
}

#endScreen .endBigText3 strong {
    color:#643695;
    font-family:MuseoSans-900;
    font-weight:normal;
}

#endScreen .endBigText3 i {
    font-family:MuseoSans-700;
    font-weight:normal;
    font-style:normal;
}

#endScreen .pinkButton4 {
    width:370px;
    margin-left:-185px;
}

.pinkButtonPick {
    top:980px !important;
}

.soundHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:1580px;
	height:1224px;
	box-sizing:border-box;
	display:none;
	pointer-events: none;
}

.soundHolder a {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	display: block;
	pointer-events: auto;
}

.soundHolder a img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	display: block;
}


