body {
	background: url('/_images/bg.jpg');
}
		
.btn {
    background-color: #44bdd1;
    color:#FFF;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;     
    font: bold 1em Helvetica;
    height: 2.25em;
    line-height: 1em;
    margin: 5px 0 5px;
    padding: .6em 2.35em;
}

	.btn_back {
	    background-color: #d1456b;
	    color:#FFF;
	    border-radius: 1em;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    display: inline-block;     
	    font: bold 1em Helvetica;
	    height: 2.25em;
	    line-height: 1em;
	    margin: 5px 0 5px;
	    padding: .6em 2.35em;
	}
	
	.btn_next {
	    background-color: #4daf59;
	    color:#FFF;
	    border-radius: 1em;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    display: inline-block;     
	    font: bold 1em Helvetica;
	    height: 2.25em;
	    line-height: 1em;
	    margin: 5px 0 5px;
	    padding: .6em 2.35em;
	}

.btn-disabled {
    background-color: #999;
    color:#FFF;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;     
    font: bold 1em Helvetica;
    height: 2.25em;
    line-height: 1em;
    margin: 5px 0 5px;
    padding: .6em 2.35em;
}

.message-error {
	margin:10px 0 10px 0;
	font:bold 14px Arial;
    color: #f51111;
}

#progress-bar ol {
	list-style-type: upper-latin;
}

#progress-bar li {
	display:inline-block;
	width:450px;
	padding:17px 0;
	margin: 0 10px;
	font-size: .9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color:#fff;
}

#main-container {
	width:100%;
			
}

#main-content {
	margin:0 auto;
	width: 1005px;
	
	
}
		
#content {
	padding:15px;
	background:#FFF;
}

	#content p {
		font:12px Helvetica;
		margin: 10px 0 10px;
	}
	
	#content li {
		font:14px Helvetica;
	}

#title {
	 font-family: Arial, helvetica, sans-serif;
	 font-size: 25px;
	 font-weight: bold;
	 color: #414042;
}

	h3 {
		 font-family: Arial, helvetica, sans-serif;
		 font-size: 18px;
		 font-weight: bold;
		 color: #414042;
		 margin: 10px 0 15px 0;
	}

.input {
    width: 440px;
    height: 50px;
    background: none;
    background-color: #fff;
    border: 2px solid #D1D3D4;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom:10px;
}

.bold {
	font-weight: bold;
}

.question_number {
	font: bold 18px Helvetica;
	padding-right: 10px;
	
}

.mental-model-instructions p {
	font:700 18px Helvetica;
}

#text-instructions {
	padding-bottom:15px;
}
	#text-instructions p {
		font:normal 16px Helvetica;
		line-height:1.4em;
	}
	
	#text-instructions ul {
		list-style-type:disc;
		padding-left: 35px;
	}
	#text-instructions li {
		font: normal 16px Helvetica;
	}

#teaching-instructions {
	padding-bottom:15px;
}
	#teaching-instructions p {
		font:normal 14px Helvetica;
		line-height:1.4em;
	}
	
	#teaching-instructions ul {
		list-style-type:disc;
		padding-left: 35px;
	}
	
	#teaching-instructions li {
		font: normal 14px Helvetica;
	}

#text-chunks {
	float:left; 
	width:500px;
}
	.study_text {
		font:bold 21px Helvetica;
		height:210px;
	}
	
	.text {
		margin-top:140px;
		padding:10px;
	}

#rep {
	float:left;
	width:470px;
	
}

.teaching_slide {
	float:left;
	height: 285px;
	width: 470px;
	background: #000;
	color: #fff;
	text-align:center;
	font:bold 28px 'Helvetica Neue';
}
	.teaching_text {
		margin-top: 90px;
		padding:10px;
	}
	
.teaching_slide_big {
	background:#000;color:#fff;height:460px;font:bold 48px 'Helvetica Neue';text-align:center;padding:340 100 0 100;
}
	
h4 {
	font:bold 18px 'Helvetica Neue';
	margin:15px 0 5px 0;
}


.clear {
	clear:both;
}