body{
	font-family:'Guardian Egyptian Web',Georgia,serif;
	-webkit-font-smoothing:antialiased;
	color:#333;
	margin:0;
}
.question{
	border-top:2px solid #4BC6DF;
	margin:0 auto 40px;
}
.question5{
	background:#eee;
	padding:0 10px 40px;
}
.question h2{
	font-size:24px;
	margin-top:0.2em;
}

.answer{
	margin-bottom:20px;
}
.answer h3{
	margin:0 0 0.2em;
	font-size:18px;
	line-height:1.4em;
	font-family:'Guardian Egyptian Web';
	display: inline;
}

.answer p{
	font-size:16px;
	line-height:1.4em;
	margin:0;
	font-family:'Guardian Text Egyptian Web';
	display: inline;
}
#nextButton{
	display: none;
}
#wrapper_desktop, #wrapper_tablet{
	display: none;
	padding-bottom:20px;
}
#diagramContainer{
	height:390px;
	overflow: hidden;
	position: relative;
}
#diagramContainer #diagram{
	margin:0 auto;
	display: block;
}
#diagram{
	width:100%;
	max-width:725px;
	height:3375px;
	background:url(../img/diagram_small.png);
	background-size:100%;
	background-repeat: no-repeat;
}
#diagramContainer:after{
	display: block;
	position: absolute;
	bottom:0;
	height:20px;
	width:100%;
	background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
	content:'';
}
.answerDivide{
	display: none;
}

@media(min-width:685px){
	#wrapper_mobile{
		display: none;
	}
	#wrapper_tablet{
		display: block;
	}
	#nextButton{
		margin:0 auto;
		display: block;
		background:#005689;
		height:40px;
		border:none;
		border-radius:20px;
		color:#fff;
		font-family:'Guardian Text Sans Web';
		font-weight:bold;
		font-size:16px;
		padding:0 20px;
		cursor: pointer;
		outline:none;
	}
	#nextButton:hover{
		background:#4BC6DF;
	}
	#nextButton:disabled{
		display: none;
	}
}
@media(min-width:701px){
	#diagramContainer{
		height:410px;
	}
}

@media(min-width:941px){
	#wrapper_tablet{
		display: none;
	}
	#wrapper_desktop{
		display: block;
	}
	#diagramContainer{
		height:354px;
	}
	#diagram{
	width:100%;
	max-width:997px;
	height:2900px;
	background-image:url(../img/diagram.png);
	background-size:100%;
}
}