@font-face {
	font-family: 'Nexa-Regular';
	src: url('webfonts/347431_B_0.eot');
	src: url('webfonts/347431_B_0.eot?#iefix') format('embedded-opentype'), url('webfonts/347431_B_0.woff2') format('woff2'), url('webfonts/347431_B_0.woff') format('woff'), url('webfonts/347431_B_0.ttf') format('truetype');
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
	outline: none;
}
a {
	outline: none;
}
.clear {
	clear: both;
}
.large_heading {
	color: #000000;
	font-size: 18px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.small_heading {
	color: #000;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.totalVotes {
	color: #ed2923;
	font-weight: bold;
	font-size: 13px;
}
.green_text {
	font-family: Arial;
	color: #006600;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	margin:0 0 0 10px;
}
.red_text {
	color: #ed2923;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display:inline-block;
	margin:0 0 0 10px;
}
.quick-quiz input[type="submit"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	ms-border-radius: 10px;
	background: #ed2923;;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 20px auto 0 auto;
	border: 0px;
	font-family: 'Nexa-Regular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.quick-quiz input[type="submit"]:hover {
	background: #00aeef;
	text-decoration: none;
	color: #fff;
}
.popup_quiz {
	font-size: 14px;
}
.popup_quiz a {
	color: #000;
	text-decoration: underline;
}
.popup_quiz h2 {
	color: #ed2923;
	font-family: 'Nexa-Regular';
	text-transform: uppercase;
	display: block;
	padding: 0;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.popup_quiz p {
	margin: 0 0 20px 0;
}
.popup_quiz p strong.question {
	margin: 0 0 10px 0;
	display: block;
	color: #00aeef;
}
.popup_quiz p label {
	display: block;
	margin: 0 0 5px 0;
}
.popup_quiz ul {
	padding: 0 0 0 15px;
}
.popup_quiz ul li {
	margin: 0 0 5px 0;
}
