#q0, .buttondiv, .subhead, h1 {
		text-align: center
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline
	}

	h1, h2 {
		font-weight: 700
	}

	.answer, .subhead {
		font-style: italic
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block
	}

	body {
		line-height: 1;
		font-size: 15px;
		font-family: Arial, sans-serif;
		color: #000;
		background-color: #f2f2f2
	}

	ol, ul {
		list-style: none
	}

	blockquote, q {
		quotes: none
	}

	blockquote:after, blockquote:before, q:after, q:before {
		content: '';
		content: none
	}

	table {
		border-collapse: collapse;
		border-spacing: 0
	}

	.clearfix:after, .clearfix:before {
		content: "";
		display: table
	}

	.clearfix:after {
		clear: both
	}

	.clearfix {
		zoom: 1
	}

	.wrapper {
		min-height: 60px
	}

	.content {
		width: 94%;
		max-width: 640px;
		margin: 0 auto;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
	}

	.img-responsive {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto
	}

	h1 {
		font-size: 1.75em;
		color: #fff;
		padding: 10px 0;
		background-color: #4285f4
	}

	h2 {
		font-size: 1.6em;
		padding: 10px 15px
	}

	.txt {
		padding: 15px 35px;
		font-size: 1.3em;
		line-height: 28px
	}

	.buttondiv {
		padding: 20px 10px;
		position: relative
	}

	.line {
		position: absolute;
		width: 100%;
		left: 0;
		top: 1px;
		height: 1px;
		background: -moz-linear-gradient(left, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 1) 50%, rgba(217, 217, 217, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(217, 217, 217, 0)), color-stop(50%, rgba(217, 217, 217, 1)), color-stop(100%, rgba(217, 217, 217, 0)));
		background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 1) 50%, rgba(217, 217, 217, 0) 100%);
		background: -o-linear-gradient(left, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 1) 50%, rgba(217, 217, 217, 0) 100%);
		background: -ms-linear-gradient(left, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 1) 50%, rgba(217, 217, 217, 0) 100%);
		background: linear-gradient(to right, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 1) 50%, rgba(217, 217, 217, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#d9d9d9', GradientType=1)
	}

	.cta, button {
		outline: 0;
		cursor: pointer;
		color: #fff;
		display: block;
		margin: 10px auto 0;
		padding: 13px 0;
		max-width: 220px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		width: 100%;
		font-size: 1.25em;
		border: 1px solid #4285f4;
		background: #4285f4;
		background: -moz-linear-gradient(left, rgba(66, 133, 244, 1) 0, rgba(70, 131, 234, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(66, 133, 244, 1)), color-stop(100%, rgba(70, 131, 234, 1)));
		background: -webkit-linear-gradient(left, rgba(66, 133, 244, 1) 0, rgba(70, 131, 234, 1) 100%);
		background: -o-linear-gradient(left, rgba(66, 133, 244, 1) 0, rgba(70, 131, 234, 1) 100%);
		background: -ms-linear-gradient(left, rgba(66, 133, 244, 1) 0, rgba(70, 131, 234, 1) 100%);
		background: linear-gradient(to right, rgba(66, 133, 244, 1) 0, rgba(70, 131, 234, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285f4', endColorstr='#4683ea', GradientType=1)
	}

	.cta {
		text-decoration: none
	}

	.cta:active, button:active {
		background: #3c79e2;
		background: -moz-linear-gradient(left, rgba(60, 121, 226, 1) 0, rgba(63, 118, 212, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(60, 121, 226, 1)), color-stop(100%, rgba(63, 118, 212, 1)));
		background: -webkit-linear-gradient(left, rgba(60, 121, 226, 1) 0, rgba(63, 118, 212, 1) 100%);
		background: -o-linear-gradient(left, rgba(60, 121, 226, 1) 0, rgba(63, 118, 212, 1) 100%);
		background: -ms-linear-gradient(left, rgba(60, 121, 226, 1) 0, rgba(63, 118, 212, 1) 100%);
		background: linear-gradient(to right, rgba(60, 121, 226, 1) 0, rgba(63, 118, 212, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c79e2', endColorstr='#3f76d4', GradientType=1);
		-webkit-box-shadow: inset 0 3px 0 0 rgba(51, 104, 194, 1);
		-moz-box-shadow: inset 0 3px 0 0 rgba(51, 104, 194, 1);
		box-shadow: inset 0 3px 0 0 rgba(51, 104, 194, 1)
	}

	.subhead {
		font-size: 1.1em;
		padding: 5px
	}

	.answer {
		padding: 20px 10px 20px 44px;
		background-image: url(../images/not_checked.png);
		background-repeat: no-repeat;
		background-position: 8px center;
		border: 1px solid #f2f2f2;
		width: 90%;
		max-width: 540px;
		margin: 15px auto 10px;
		font-size: 1.55em;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.selected {
		background-image: url(../images/check.png);
		background-color: #34a853;
		border: 1px solid #34a853;
		color: #fff
	}

	#q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9, #q10 {
		display: none
	}

	@media screen and (max-width: 768px) {
		h1 {
			font-size: 1.4em
		}

		h2 {
			font-size: 1.25em
		}

		.txt {
			font-size: 1.15em;
			line-height: 22px
		}

		.cta, button {
			font-size: 1.2em
		}

		.answer {
			padding: 12px 10px 12px 44px;
			font-size: 1.1em
		}
	}

	@media screen and (max-width: 399px) {
		.cta, button {
			display: block;
			max-width: 220px;
			width: 100%;
			margin: 10px auto 0 !important
		}

		.txt {
			padding: 10px 15px;
			font-size: 1.1em
		}
	}

	.unsubscribe {
		width: 100%;
		position: fixed;
		bottom: 15px;
		left: 0;
		text-align: center;
		font-size: 13px;
		z-index: 2000;
	}

	.unsubscribe a,
	.unsubscribe a:hover {
		color: #999;
		text-decoration: underline;
	}
	@media (max-width: 767px) {
		.unsubscribe {
			position: relative;
			margin: 50px 0;
			bottom: 0;
		}
	}