/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

	/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

	audio:not([controls]) {
		display: none;
		height: 0;
	}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

	/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

	a:active,
	a:hover {
		outline: 0;
		color: #000;
	}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	margin: 0 0.1% 0 0.2%;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

	/**
 * Re-set default cursor for disabled elements.
 */

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/**
 * Remove inner padding and border in Firefox 4+.
 */

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

	/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
	}

	/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

	input[type="search"] {
		-webkit-appearance: textfield; /* 1 */
		box-sizing: content-box; /* 2 */
	}

		/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/** Generated by FG **/

@font-face {
	font-family: "Conv_FuturaStd-Medium";
	src: url("../fonts/FuturaStd-Medium.eot");
	src: local("☺"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Conv_FuturaStd-Bold";
	src: url("../fonts/FuturaStd-Bold.eot");
	src: local("☺"), url("../fonts/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/FuturaStd-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Conv_FuturaStd-Book";
	src: url("../fonts/FuturaStd-Book.eot");
	src: local("☺"), url("../fonts/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Conv_FuturaStd-Heavy";
	src: url("../fonts/FuturaStd-Heavy.eot");
	src: local("☺"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.pagination-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.quiz-frame .response-options label:after,
.quiz-frame .row:after,
.pagination-frame:after,
.text-frame:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #fff;
	font: 16px/1.2 "Conv_FuturaStd-Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #fff;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #fff;
		text-decoration: none;
	}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		border-color: #000;
	}

	input[type="text"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="search"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #999;
	}

	input[type="text"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="search"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	textarea::-moz-placeholder {
		opacity: 1;
		color: #999;
	}

	input[type="text"]:-moz-placeholder,
	input[type="tel"]:-moz-placeholder,
	input[type="email"]:-moz-placeholder,
	input[type="search"]:-moz-placeholder,
	input[type="password"]:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #999;
	}

	input[type="text"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="search"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #999;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		color: #999;
	}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

html {
	overflow-y: scroll;
}

body {
	background-size: cover;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

	body:before {
		content: "";
		clear: both;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		opacity: .8;
	}

	body.quize-active {
		overflow: auto;
	}

		body.quize-active:before {
			display: none;
		}

#wrapper {
	overflow: hidden;
}

.small-text {
	font-size: 75%;
}

.container {
	max-width: 1710px;
	margin: 0 auto;
	padding: 0 20px;
}

.hide {
	display: none;
}

.start-frame {
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

	.start-frame .title {
		padding: 15px 0;
		margin: 0 0 20px;
		background-size: 100% auto;
	}

	.start-frame h1, .start-frame h2 {
		font-weight: normal;
		color: #fff;
		margin: 0;
		font-size: 23px;
		font-family: "Conv_FuturaStd-Medium";
	}

	.start-frame h2 {
		font-family: "Conv_FuturaStd-Heavy";
		padding-top: 0.2rem;
	}

	.start-frame span {
		padding-top: 12px;
		font-size: 34px;
		font-family: "Conv_FuturaStd-Book";
		display: block;
	}

	.start-frame .sub-title {
		display: block;
		color: #fff;
		font-size: 15px;
		font-weight: normal;
		font-family: "Conv_FuturaStd-Book";
		margin: 0 0 20px;
	}

.btn {
	text-transform: uppercase;
	font-family: "Conv_FuturaStd-Heavy";
	color: #fff;
	text-decoration: none;
	outline: none;
	border-radius: 64px;
	background: #bad02d;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 15px;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	border: 4px solid #fff;
}

	.btn:hover {
		background: #bad02d;
		color: #fff;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

.hidden-steps {
	position: absolute !important;
	display: block !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 100% !important;
}

.step .container {
	display: table;
	height: calc(100vh - 70px);
	table-layout: fixed;
	width: 100%;
}

	.step .container .text-box {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.step .container .image-holder {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

.quiz-frame {
	padding: 0;
	position: relative;
	overflow: hidden;
}

	.quiz-frame .step {
		padding: 35px 0 0;
		position: relative;
		overflow: hidden;
	}

	.quiz-frame .image-holder {
		overflow: hidden;
		padding: 0 49px;
		text-align: center;
	}

		.quiz-frame .image-holder img {
			vertical-align: bottom;
			max-width: 350px;
			width: 100%;
		}

	.quiz-frame h3 {
		margin: 0 0 15px;
		color: #fff;
		font-weight: normal;
		font-size: 13px;
		line-height: 17px;
		padding: 0 0 0 17px;
		position: relative;
		z-index: 10;
	}

		.quiz-frame h3:after {
			content: "";
			border-top: 1px solid #fff;
			z-index: -1;
		}

		.quiz-frame h3 em {
			font-family: "Conv_FuturaStd-Medium";
			font-style: normal;
			color: #fff;
			position: absolute;
			top: 0;
			left: 0;
		}

			.quiz-frame h3 em:after {
				content: ".";
				clear: both;
				display: inline-block;
				vertical-align: top;
			}

	.quiz-frame h1 {
		color: #fff;
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		padding: 0;
		font-family: "Conv_FuturaStd-Heavy";
		position: relative;
		max-width: 805px;
		overflow: hidden;
	}

		.quiz-frame h1:after {
			content: "";
			clear: both;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 0;
			height: 0;
			z-index: -1;
		}

	.quiz-frame .response-options {
		margin: 0 0 23px;
	}

		.quiz-frame .response-options .sub-row {
			margin: 0 0 4px;
		}

			.quiz-frame .response-options .sub-row.select label {
				background: #bad02d;
				color: #fff;
				box-shadow: 0px 0px 0px 1px #fff;
				border-color: #fff;
			}

			.quiz-frame .response-options .sub-row.select .fake-input {
				border-color: #fff;
				-webkit-transition: all .2s linear;
				transition: all .2s linear;
				background-color: #bad02d;
				color: #fff;
			}

			.quiz-frame .response-options .sub-row.select-error label {
				background: #72b9df;
				color: #000;
				background-color: #fff;
			}

			.quiz-frame .response-options .sub-row.select-error .fake-input {
				border-color: #72b9df;
			}

		.quiz-frame .response-options [type="radio"] {
			position: fixed;
			left: 0;
			top: 0;
			opacity: 0;
			z-index: -1;
		}

		.quiz-frame .response-options .fake-input,
		.quiz-frame .response-options label {
			display: inline-block;
			vertical-align: middle;
		}

		.quiz-frame .response-options label {
			display: block;
			background-color: rgba(255, 255, 255, .6);
			padding: 4px;
			border-radius: 14px;
			border-color: #fff;
			color: #000;
			-webkit-transition: all .2s linear;
			transition: all .2s linear;
			text-decoration: none;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			width: 99%;
			margin: 0 auto;
		}

			.quiz-frame .response-options label:hover {
				background-color: rgba(176, 169, 198, .5);
				/* border-color: #; */
				-webkit-transition: all .2s linear;
				transition: all .2s linear;
			}

				.quiz-frame .response-options label:hover .fake-input {
					border-color: #fff;
					-webkit-transition: all .2s linear;
					transition: all .2s linear;
				}

		.quiz-frame .response-options .fake-label {
			font-size: 13px;
			line-height: 17px;
		}

		.quiz-frame .response-options .fake-input {
			display: inline-block;
			vertical-align: top;
			max-width: 22px;
			min-width: 22px;
			max-height: 22px;
			min-height: 22px;
			border-radius: 50%;
			text-align: center;
			line-height: 20px;
			background: #bad02d;
			font-style: normal;
			color: #fff;
			border: 2px solid #fff;
			font-size: 13px;
			margin: 0 8px 0 0;
			-webkit-transition: all .2s linear;
			transition: all .2s linear;
		}

		.quiz-frame .response-options [type=radio] + .fake-input {
			border-radius: 100%;
		}

		.quiz-frame .response-options [type="radio"]:checked + .fake-input:before {
			opacity: 1;
		}

		.quiz-frame .response-options [type="radio"]:checked ~ .fake-label {
			font-weight: normal;
		}

	.quiz-frame .answer {
		color: #fff;
		font-size: 12.8px;
		line-height: 17px;
	}

		.quiz-frame .answer span {
			font-family: "Conv_FuturaStd-Book";
		}

		.quiz-frame .answer strong {
			font-family: "Conv_FuturaStd-Bold";
		}

		.quiz-frame .answer p {
			margin: 0;
			font-size: 80%;
		}

.pagination-frame {
	background: #bad02d;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

	.pagination-frame .next,
	.pagination-frame .start-over {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		outline: none;
		font-family: "Conv_FuturaStd-Book";
		font-size: 21px;
		position: relative;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		display: inline-block;
		vertical-align: top;
		position: absolute;
		right: 15px;
		z-index: 10;
		top: 18px;
		width: 20px;
		height: 35px;
	}

		.pagination-frame .next:hover,
		.pagination-frame .start-over:hover {
			color: #fff;
			-webkit-transition: all .2s linear;
			transition: all .2s linear;
		}

		.pagination-frame .next:after,
		.pagination-frame .start-over:after {
			content: "";
			clear: both;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			background: url(../images/triangle.png) no-repeat;
			width: 19px;
			height: 36px;
			background-size: 18px;
			background-position: center;
		}

		.pagination-frame .next.disabled,
		.pagination-frame .start-over.disabled {
			color: #d5d2d2;
		}

			.pagination-frame .next.disabled:after,
			.pagination-frame .start-over.disabled:after {
				background: url(../images/triangle-gray.png) no-repeat;
				width: 18px;
				height: 36px;
				background-size: 18px;
				background-position: center;
			}

.pagination-list {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #72b9df;
	border-bottom: 1px solid #72b9df;
	padding: 25px 60px 25px 20px;
	margin: 0 -20px;
	position: relative;
	z-index: 3;
}

	.pagination-list li {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

		.pagination-list li:first-child {
			margin: 0;
		}

			.pagination-list li:first-child:before {
				display: none !important;
			}

		.pagination-list li.select span {
			color: #fff;
			background: #0f6ba7;
		}

		.pagination-list li.select:after {
			content: "";
			clear: both;
			display: block;
			position: absolute;
			top: -1px;
			left: -1px;
			z-index: 1;
			border: 1px solid #72b9df;
			border-radius: 50%;
			width: 20px;
			height: 20px;
		}

		.pagination-list li.success span {
			text-indent: -9999px;
			position: relative;
			background: #0f6ba7;
		}

			.pagination-list li.success span:after {
				content: "";
				clear: both;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				background: url(../images/true.png) no-repeat;
				width: 38px;
				height: 39px;
			}

		.pagination-list li.error span {
			text-indent: -9999px;
			position: relative;
			background: #0f6ba7;
		}

			.pagination-list li.error span:after {
				content: "";
				clear: both;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center;
				background: url(../images/false.png) no-repeat;
				width: 32px;
				height: 31px;
			}

	.pagination-list span {
		display: block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #d5d2d2;
		text-align: center;
		color: #fff;
		font-family: "Conv_FuturaStd-Bold";
		font-size: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-indent: -9999px;
		border: 1px solid #fff;
	}

.result-holder {
	text-align: center;
	margin: 20px 0;
}

	.result-holder span {
		display: block;
		color: #fff;
		font-size: 15px;
		border: 2px solid #fff;
		border-radius: 40px;
		background: #bad02d;
		padding: 10px 20px;
		font-weight: bold;
	}

	.result-holder em {
		font-style: normal;
	}

	.result-holder strong {
		font-family: "Conv_FuturaStd-Bold";
	}

.text-frame p {
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 20px;
	color: #fff;
}

.text-frame strong {
	font-family: "Conv_FuturaStd-Bold";
	display: block;
}

.text-frame .image-frame {
	overflow: hidden;
}

	.text-frame .image-frame img {
		vertical-align: top;
	}

.answer-row {
	min-height: 75px;
}

.question-row {
	clear: both;
}

.step-last h3 {
	clear: both;
}

.step-last .text-frame {
	padding: 0 0 0 8%;
	width: 100%;
}

.havsca-poster {
	color: #fff;
	text-decoration: underline;
}

a.havsca-poster:hover,
a.havsca-poster:focus {
	color: #fff;
	text-decoration: underline;
}

.share-links {
	text-align: center;
}

	.share-links a {
		margin: 0 0.5em;
	}

@media (min-width: 768px) {
	.answer-title-container {
		float: left;
		width: 20%;
		text-align: right;
	}

	.answer-container {
		float: right;
		width: 78%;
	}

	.text-box > .row {
		padding-left: 100px;
	}

		.text-box > .row > .answer {
			padding-top: 20px;
		}

	.start-frame .title {
		padding: 100px 0;
		margin: 0 0 33px;
	}

	.start-frame h1 {
		font-size: 60px;
	}

	.start-frame h2 {
		font-size: 40px;
	}

	.start-frame .sub-title {
		font-size: 35px;
		margin: 50px 0;
	}

	.btn {
		font-size: 32px;
		padding: 22px 30px;
	}

	.step .container {
		height: calc(100vh - 77px);
	}

	.quiz-frame .text-box {
		width: 60% !important;
		overflow: hidden;
	}

	.quiz-frame .image-holder {
		display: table-cell !important;
		padding: 0;
		width: 40% !important;
		text-align: left;
		vertical-align: top !important;
	}

	.quiz-frame h3 {
		font-size: 17px;
		line-height: 20px;
	}

	.quiz-frame h1 {
		font-size: 44px;
		line-height: 50px;
		padding: 0;
		margin: 0;
	}

	.quiz-frame .response-options .fake-label {
		font-size: 17px;
		line-height: 20px;
	}

	.quiz-frame .answer {
		font-size: 17px;
		line-height: 20px;
	}

	.pagination-frame .next,
	.pagination-frame .start-over {
		top: 20px;
		right: 25px;
	}

	.pagination-list {
		padding: 25px 90px 25px 20px;
	}

		.pagination-list li.select:after {
			width: 31px;
			height: 31px;
			top: -3px;
			left: -3px;
			border: 1px solid #72b9df;
		}

		.pagination-list span {
			width: 25px;
			height: 25px;
		}

	.result-holder span {
		font-size: 24px;
		padding: 16px 50px;
		display: inline-block;
		vertical-align: top;
	}

	.text-frame p {
		float: left;
		width: 74%;
		font-size: 28px;
		line-height: 40px;
		margin: 0;
		padding: 15px 0 0 0;
	}

	.step-last .container .text-box .text-frame p {
		font-size: 20px;
		line-height: 27px;
		margin-top: 18px; 
		float: none;
		width: 82%;
	}

	.step-last .container .text-box .text-frame h3 {
		font-size: 23px;
		line-height: 28px;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 20px 10px 0 10px;
	}

	.step .container {
		min-height: calc(100vh - 142px);
		margin: 0 0 0 40px;
	}

	.quiz-frame {
		padding: 0;
	}

		.quiz-frame .text-box {
			width: 70% !important;
			vertical-align: top !important;
		}

		.quiz-frame .image-holder {
			width: 30% !important;
			padding: 4%;
		}

	.step-last .container .quiz-frame .image-holder {
		width: 0 !important;
	}

	.quiz-frame h3 {
		font-size: 26px;
		line-height: 36px;
		padding: 20px 100px 75px 115px;
		margin: 0;
		min-height: 150px;
	}

		.quiz-frame h3:after {
			border-width: 180px 1600px 0 0;
		}

		.quiz-frame h3 em:after {
			display: none;
		}

		.quiz-frame h3 em {
			width: 100px;
			height: 100px;
			border-radius: 50px;
			font-size: 70px;
			color: #fff;
			text-align: center;
			background: #bad02d;
			line-height: 100px;
			position: absolute;
			font-family: "Conv_FuturaStd-Bold";
			color: #fff;
			top: 15px;
			left: 0;
			z-index: 2;
			border: 2px solid #fff;
		}

	.quiz-frame h1 {
		padding: 28px 42px 25px 42px;
		font-size: 50px;
		line-height: 64px;
	}

	.quiz-frame .response-options {
		float: left;
		width: 100%;
		margin: -18px 0 0 0;
	}

		.quiz-frame .response-options .sub-row {
			margin: 0 0 12px;
		}

		.quiz-frame .response-options label {
			padding: 5px;
			border-radius: 40px;
		}

		.quiz-frame .response-options .fake-label {
			font-size: 18px;
			line-height: 25px;
		}

		.quiz-frame .response-options .fake-input {
			max-width: 34px;
			min-width: 34px;
			max-height: 34px;
			min-height: 34px;
			font-size: 20px;
			line-height: 30px;
			margin: 0 18px 0 0;
			border: 1px solid #fff;
		}

	.quiz-frame .answer {
		float: left;
		font-size: 20px;
		line-height: 25px;
		width: 100%;
	}

		.quiz-frame .answer span {
			display: inline-block;
			vertical-align: top;
		}

	.pagination-frame {
		padding: 30px 0 30px 40px;
		border-top: 2px solid #fff;
	}

		.pagination-frame:after {
			content: "";
			clear: both;
			display: block;
			position: absolute;
			top: -4px;
			left: 0;
			bottom: 0;
			width: 100px;
			z-index: 1;
		}

		.pagination-frame:before {
			content: "";
			clear: both;
			display: block;
			position: absolute;
			top: -4px;
			right: 0;
			bottom: 0;
			width: 100px;
			z-index: 1;
		}

		.pagination-frame .next,
		.pagination-frame .start-over {
			float: right;
			/* font-size: 41px; */
			font-size: 30px;
			line-height: 58px;
			margin: 0 90px 0 0;
			position: relative;
			right: auto;
			top: auto;
			width: auto;
			height: auto;
		}

			.pagination-frame .next:after,
			.pagination-frame .start-over:after {
				width: 37px;
				height: 72px;
				right: -40px;
				top: -9px;
			}

			.pagination-frame .next.disabled:after,
			.pagination-frame .start-over.disabled:after {
				width: 37px;
				height: 75px;
			}

		.pagination-frame .start-over {
			font-size: 35px;
		}

	.pagination-list {
		float: left;
		width: 70%;
		border: 0;
		margin: 0;
		padding: 0;
	}

		.pagination-list li.select:after {
			width: 62px;
			height: 62px;
			top: -2px;
			left: -2px;
			border: 0;
		}

		.pagination-list span {
			color: #fff;
			width: 58px;
			height: 58px;
			font-size: 25px;
			text-indent: 0;
			border: 2px solid #fff;
			background: #bad02d;
		}

	.result-holder span {
		padding: 16px 78px;
		font-size: 30px;
	}

	.text-frame {
		padding: 0 0 0 41px;
	}
}

@media (min-width: 1440px) {

	.quiz-frame .answer {
		line-height: 105%;
	}

	.start-frame .title {
		padding: 10% 0 0 0;
		margin: 0 0 43px;
	}

	.start-frame h1 {
		font-size: 64px;
	}

	.start-frame h2 {
		font-size: 64px;
	}

	.start-frame .sub-title {
		margin: 50px 0 190px;
		font-size: 55px;
	}

	.btn {
		font-size: 52px;
		padding: 32px 79px;
	}

	.quiz-frame .text-box {
		padding: 0 0 95px;
	}

	.quiz-frame .image-holder {
		/* padding: 175px 0 0 0; */
		padding: 28px 65px 0 0;
	}

	.quiz-frame h3 {
		min-height: 150px;
		padding: 40px 170px 40px 135px;
		font-size: 25px;
		line-height: 35px;
	}

		.quiz-frame h3:after {
			border-width: 225px 1600px 0 0;
		}

		.quiz-frame h3 em {
			font-size: 70px;
			line-height: 100px;
		}

	.quiz-frame h1 {
		padding: 28px 42px 150px 42px;
		font-size: 62px;
		line-height: 70px;
	}

	.step-last > .container > .text-box > h1 {
		padding: 2% 0 2% 8%;
	}

	.quiz-frame h1:after {
		border-width: 244px 1468px 0 0;
	}

	.quiz-frame .response-options {
		width: 73%;
	}

		.quiz-frame .response-options label {
			padding: 5px;
		}

	.quiz-frame .answer {
		max-width: 73%;
	}

		.quiz-frame .answer span {
			margin: 0 10px 0 -157px;
		}

	.pagination-frame .start-over {
		font-size: 30px;
	}

	.pagination-list {
		width: 61%;
	}

	.result-holder {
		margin: 35px 0 60px;
		max-width: 800px;
	}
}

@media (min-width: 1800px) {
	.pagination-frame .next,
	.pagination-frame .start-over {
		margin: 0;
	}
}

@media (max-width: 1023px) {
	.quiz-frame h3:after {
		display: none;
	}

	.quiz-frame h1:after {
		display: none;
	}

	.pagination-frame .link-name {
		display: none;
	}

	.pagination-list li.success span:after {
		width: 15px;
		height: 15px;
		background-size: cover;
	}

	.pagination-list li.error span:after {
		width: 15px;
		height: 15px;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.btn {
		border: 2px solid #fff;
	}

	.start-frame {
		
	}
		.start-frame .container {
			margin-top: 150px;
		}

	.quiz-frame .image-holder {
		display: table-footer-group !important;
	}

	.pagination-list li.success span:after {
		width: 10px;
		height: 10px;
		background-size: cover;
	}

	.pagination-list li.error span:after {
		width: 10px;
		height: 10px;
		background-size: cover;
	}

	.result-holder strong {
		display: block;
	}

	.step .container .text-box {
		vertical-align: top;
	}

	.quiz-frame .image-holder img {
		width: 80%;
	}
}

@media (min-width: 1700px) {
	.quiz-frame .answer {
		font-size: 30px;
	}

	.quiz-frame h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.quiz-frame .response-options .fake-label {
		font-size: 30px;
		line-height: 50px;
	}

	.quiz-frame .response-options .fake-input {
		max-width: 36px;
		min-width: 36px;
		max-height: 36px;
		min-height: 34px;
		font-size: 25px;
		line-height: 36px;
		margin: 0 18px 0 12px;
		border: 1px solid #fff;
	}
}