@import "../../../theme/css/variables.css";


@media only screen and (min-width: 1025px) {
	* {
		text-decoration: none;
		max-width: 100%;
	}

	html {
		overflow-x: hidden;
	}

	html,
	body {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		background-color: #f2f2f2;
	}

	body {
		font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		overflow-x: hidden;
	}

	img {
		border: none;
	}

	a {
		color: inherit;
	}

	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 2;
	}

	#spinner {
		display: none;
		position: relative;
	}

	.spinnerGif {
		position: relative;
		width: 250px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #F8F9F9;
		padding: 20px;
	}

	.container {
		margin: 0 auto;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		width: 92%;
		background-color: white;
		margin-left: 15px;
		margin-right: 15px;
		box-sizing: border-box;
	}

	p {
		font-family: 'Helvetica', Arial, sans-serif;
		font-weight: lighter;
	}

	/* Header Styles */

	header {
		background-color: white;
	box-shadow: 0 5px 5px 0 #cac9c9;
		-webkit-box-shadow: 0 5px 5px 0 #cac9c9;
		-moz-box-shadow: 0 5px 5px 0 #cac9c9;
		padding: 15px 0;
		position: relative;
		z-index: 1;
	}

	.header_container {
		max-width: 960px;
		margin: auto;
	}

	.header_logo {
		max-width: 274px;
	}

	/* Survey Body Styles */
	#surveyContainer {
		padding-top: 30px;
		padding-bottom: 10px;
		height: 530px;
	}

	.main {
		margin: auto;
		background-color: #ffffff;
		border-radius: 10px;
		padding-bottom: 65px;
		position: relative;
	}

	.outerWrapper {
		white-space: nowrap;
		position: absolute;
		transition-property: left;
		transition-duration: 1s;
		transition-delay: 0.5s;
		width: 100%;
		left: 0px;
	}

	.wrap {
		background: white;
		border-radius: 10px;
		margin: 3px auto;
		width: 312px;
	}

	.wrap,
	.wrap input,
	label {
		cursor: pointer;
	}

	.box {
		display: inline-block;
		width: 98%;
		vertical-align: top;
		margin: 0 1%;
	}

	.box1 {
		left: 7px;
	}

	.box2 {
		left: -99vw;
	}

	.box3 {
		/* left: -198vw; */
		left: -200.7%;
	}

	.box4 {
		left: -300vw;
	}

	.box .pl20 {
		margin-top: -7px;
	}

	.pl20 {
		margin-right: auto;
		display: block;
		margin-left: auto;
		width: 314px;
	}

	input {
		display: none;
	}

	label {
		font-size: 21px;
		line-height: 24px;
		font-weight: normal;
		width: 100%;
		display: inline-block;
		text-align: center;
		margin: 0;
		border-radius: 10px;
		border: 1px solid #4880c2;
		padding: 10px 0;
	}

	input[type=radio]:checked+label {
		color: white;
		font-style: italic;
	}

	input[type=checkbox]+label {
		background-color: white;
	}

	input[type=checkbox]:checked+label, input[type=radio]:checked+label {
		background-color: green;
		color: white;
		border-radius: 10px;
	}

	.selected {
		border: 1px solid green;
		background-color: white;
	}

	.button_box {
		height: 30px;
	}

	#surveySubmit,
	#surveySubmitMobile,
	.nextQuestion {
		background: -webkit-linear-gradient(#00CC00, #006600);
		/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#00CC00, #006600);
		/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00CC00, #006600);
		/* For Firefox 3.6 to 15 */
		background: linear-gradient(#00CC00, #006600);
		/* Standard syntax */
		border: 1px solid #006600;
		border-radius: 8px;
		display: none;
		width: 200px;
		height: 39px;
		margin-top: 10px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		line-height: 37px;
		margin: 10px auto;
	}

	#surveySubmitMobile {
		width: 60%;
		max-width: 246px;
		cursor: pointer;
	}

	#surveySubmit:hover {
		box-shadow: 2px 2px 10px 2px #aaa;
		cursor: pointer;
	}

	.skip {
		text-align: right;
		margin-top: 33px;
		padding-bottom: 15px;
		margin-right: auto;
		width: 325px;
		margin-left: auto;
		display: block;
	}

	.skip a {
		text-decoration: underline;
	}
}