@charset "utf-8";

#controls,
#intro,
#introImage,
#intro2,
#decisions,
#results,
#end,
#endImage {
	position: absolute;
}

#end, #endImage {
	width: 1024px;
	height: 576px;
}

#content {
	background-color: transparent;
}

#introLine {
	position: absolute;
	top: 458px;
	width: 1024px;
	height: 6px;
	background-color: #221e1f;
	padding-left: 50px;
	padding-right: 50px;
}

/*MARK: globaly replace border-radius: 15px to update round left side of buttons*/
#introButton {
	position: relative;
	float: right;
	margin-top: 445px;
	width: 165px;
	height: 30px;
	background-color: #fdd15e;
	border: 4px solid #221e1f;
	border-right: none;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: none;
}



/*GLOBAL BUTTON*/

.button {
	width: 268px;
	height: 75px;
	background-color: #fdd15e;
	border: 4px solid #221e1f;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	font-size: 19px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #221e1f;
	padding: 10px;
	margin: auto;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/*QUESTION INTRO*/

#intro2 {
	top: 11px;
	width: 1024px;
	height: 565px;/*576-top*/
	background-repeat: no-repeat;
}

.intro2Button {
	margin-top: 469px;/*480-11*/
}

.introTitle {
	position: absolute;
	font-size: 26px;
	font-weight: 700;
}

.introText {
	position: absolute;
	font-size: 19px;
	font-weight: 500;
	line-height: 26px;
}

/*QUESTION DECISION*/

/*MARK: THIS IS THE LINE BETWEEN THE QUESTIONS*/
.decisionDivider {
	position: absolute;
	top: 11px;
	left: 509px;
	width: 6px;
	height: 565px;
	background-color: #000000;
}

.decision {
	position: absolute;
	top: 11px;
	width: 509px;
	height: 565px;/*576-top*/
	background-repeat: no-repeat;
}

#decisionLeft {
	left: 0px;
}


#decisionRight {
	left: 515px;
}

.decisionTitle {
	position: absolute;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}

.decisionText {
	position: absolute;
	font-size: 17px;
	font-weight: 500;/*500 looks too bold - why?*/
	line-height: 26px;
}

.decisionButton {
	margin-top: 469px;/*480-11*/
}

/*QUESTION RESULTS*/

#results {
	position: absolute;
	top: 11px;
	width: 1024px;
	height: 565px;/*576-top*/
	background-repeat: no-repeat;
}

.resultsLine {
	position: absolute;
	top: 447px;
	width: 1024px;
	height: 6px;
	background-color: #221e1f;
}

.resultsButton {
	position: relative;
	float: right;
	margin-top: 434px;
	width: 165px;
	height: 30px;
	background-color: #fdd15e;
	border: 4px solid #221e1f;
	border-right: none;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.resultsText {
	position: relative;
	margin-top: 469px;
	width: 1024px;
	overflow: hidden;
}

.resultsTextTitle {
	font-size: 19px;
	font-weight: 800;
	padding-right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.resultsTextContent {
	position: absolute;
	padding: 0px 50px 0px 25px;
	font-size: 19px;
	font-weight: 600;
	line-height: 25px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.resultsTextToggle {
	position: absolute;
	background-color: #fdd15e;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #221e1f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	/*
	top: 526px;
	*/
	left: 984px;
	top: 24px;
	font-size: 19px;
	line-height: 24px !important;
	text-align: center !important;
	color: #221e1f;
	/*	display: none;*/
	pointer-events: all;
	cursor: pointer;
}

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

.audioButton {
	position: absolute;
	background-color: #fdd15e;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #221e1f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #221e1f;
	/*	display: none;*/
	pointer-events: all;
	cursor: pointer;
}


/*END SCREEN*/

#end {
	overflow: hidden;
}

#endImage {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


/*the color bar that holds the content*/

#endBar {
	position: absolute;
	top: 180px;
	height: 280px;
	width: 100%;
	background-color: #fdd15e;
	/*	background-image: url(../images_liberty/background.jpg);*/
	padding: 39px 70px 0px 70px;
}

#endTitle {
	font-weight: 700;
	/*Catamaran Bold*/
	font-size: 38px;
	line-height: 44px;
}

#endBody {
	margin-top: 8px;
	font-weight: 500;
	/*Catamaran Regular*/
	font-size: 19px;
	line-height: 25px;
}


#endLine {
	position: absolute;
	top: 458px;
	width: 1024px;
	height: 6px;
	background-color: #221e1f;
	padding-left: 50px;
	padding-right: 50px;
}

#endButton {
	position: relative;
	margin-top: 445px;
	margin-left: 70px;
	float: left;
/*	width: 165px;*/
	height: 30px;
	background-color: #fdd15e;
	border: 4px solid #221e1f;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 0px 15px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
