@font-face {
  font-family: "roboto_slabregular";
  src: url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "roboto_slabthin";
  src: url("../fonts/robotoslab-thin-webfont.woff") format("woff"), url("../fonts/robotoslab-thin-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "roboto_slabbold";
  src: url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, h3{
	color: #fff;
	font-family: "roboto_slabregular";
	font-size: 14px;
}

.myArrow{
	color: #54e39f;
}

#main_container{
	max-width: 640px;

	background-color: #7461ea;
	text-align: center;
	margin: 0 auto;
}

#main_container #Question .figure{
	display: flex;
	justify-content: center;

}

#main_container #Question .figure h3{
	color: #54e39f;
	margin: 10px 5px;
	font-family: "roboto_slabbold";
	font-size: 40px;
}

#main_container #Question .figure p{
	color: #fff;
	margin: 10px 5px;
	margin-top: 20px;
	text-align: left;
	font-family: "roboto_slabregular";
	font-size: 16px;
	line-height: 18px;
}

#main_container #Question .Qbuttons{
	display: flex;
	margin: 10px auto;
	align-items: center;
    justify-content: center;
}

.sub, #Question .Qbuttons p{
	font-family: "roboto_slabregular";
	font-size: 14px;

}


#main_container #Question .Qbuttons .Qcontent{
	max-width: 100px;
	text-align: left;
	flex-grow: 1;
	margin: 0 10px;
	padding: 5px;
	cursor: pointer;
	border: 2px solid #54e39f;
}

#main_container #Question .Qbuttons .Qcontent.FirstActive{
	background-color: #54e39f;
	border: 2px solid #fff;
	color: #fff;
}

#main_container #Question .Persons{
	max-width: 590px;
	margin: 0 auto;
}

#main_container #Question .Persons .person{
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 2px;
}

#main_container #Question .Persons .person.lessActive{
	background-color: #d0d0d0;
}

#main_container #Question .Persons .person.lessActive.active{
	background-color: #54e39f;
}

ul.tabs{
	width: 100%;
	max-width: 640px;
	list-style: none;
	display: flex;
	margin: 0 auto;
}

ul.tabs li{
	flex-grow: 1;
}

ul.tabs li a{
	text-align: center;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.active{
	background-color: #002079;
}

li.activeInner{
	background-color: #54e39f !important;
}

ul.tabs li a .tab-text{

}

#main_container .Sections{
	width: 100%;
	background-color: #002079;
	padding: 10px 0;
	height: 405px;
}

#main_container .Sections h3{
	font-size: 18px;
	font-family: "roboto_slabbold";
}

.textNum{
	height: 50px;
	position: relative;
	border: 2px solid #54e39f;
	max-width: 150px;
	margin: 10px auto;
}
.textNum p{
	color: #54e39f;
	font-family: "roboto_slabbold";
	font-size: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}

#main_container .TabGraphs .GraphContent{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;

}

#main_container .TabGraphs .GraphContent ul.GraphItems{
	text-align: left;
	list-style: none;
	margin-right: 30px;

}

#main_container .TabGraphs .GraphContent ul li{
	margin: 5px 0;
	padding: 5px;
	background-color: #8191bd;
}

#main_container .TabGraphs .GraphContent ul li a{
	text-decoration: none;
	display: block;
}

#main_container .TabGraphs .GraphContent svg{
	width: 165px;
	height: 165px;
}

#main_container .TabGraphs .GraphContent svg circle:nth-of-type(1){
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	/*position: relative;
	left: 50%;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);*/
}

.conventions{
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "roboto_slabregular";
}

@media screen and (max-width: 320px){
	#main_container{
		
	}
}