#form_yes {
	background:#73B281; color:#FFF; width:100%; float:left; cursor:pointer; padding:20px; margin:40px auto 20px auto; transition:ease-in-out 0.4s all; line-height:115%;
}
#form_yes:hover{
	background:#498657;
	margin-bottom:20px;
}
#form_no {
	background:#B28488; color:#FFF; width:100%; float:left; cursor:pointer; padding:20px; margin:40px auto 20px auto; transition:ease-in-out 0.4s all; line-height:115%;
}
#form_no:hover {
	background:#86494F;
	margin-bottom:20px;
}
#form_yes .fa, #form_no .fa, .questions label .fa {
	padding-right:3px;
}
#theForm, #theForm2 {
	display:none;
}
#theForm .loading, #theForm2 .loading {
	color:#FFF;
	display: none;
	text-align: center;
	font-size: 1.25em;
}
.simform {
	position: relative;
	margin: 20px auto;
	padding:1em;
	width: 100%;
	text-align: left;
	font-size: 1em;
	padding-bottom:30px;
	background:rgba(73,134,87,1);
	background:#73B281;
	/*border:3px solid rgba(73,134,87,1);*/
}
#theForm2.simform {
	background:rgba(134,86,90,1);
	background:#B28488;
	/*border:3px solid rgba(134,86,90,1);*/
}
#theForm2.simform .error-message, #theForm2.simform .error-message {
 margin-top:-8px;
 font-weight:normal;
}
#theForm2.simform .error-message {
	color: rgba(255,255,255,1);
}

.simform label {
	font-size:1em;
	color:#FFF;
}

.simform .submit {
	display: none;
}

/* Question list style */
.simform ol {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}

.simform ol:before {
	content: '';
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3em;
}

.questions li {
	z-index: 100;
	position: relative;
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
	transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none;
}

/* Labels */
.questions li > span {
	display: block;
	overflow: hidden;
}

.questions li > span label {
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.questions li.current > span label,
.no-js .questions li > span label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.show-next .questions li.current > span label {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Input field */
.questions input {
	display: block;
	margin: 0.6em 0 0 0;
	/*padding: 1em 1em 1em 0.7em;*/
	width: calc(100% - 2em);
	border: none;
	background: transparent;
	color: rgba(0,0,0,0.8);
	font-size: 1.5em;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	height:3rem;
	
}

.questions .current input,
.no-js .questions input {
	opacity: 1;
}

.questions input:focus,
.simform button:focus {
	outline: none;
}

/* Next question button */
.next {
	position: absolute;
	right: 8px;
	bottom: 68px;
	display: block;
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	color: rgba(0,0,0,0.4);
	text-align: center;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover {
	color: rgba(0,0,0,0.5);
}

.next::after {
	position: absolute;
	top: -3px;
	right: 15px;
	width: 100%;
	height: 100%;
	content: "\000BB";
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:2.5em;
	color:#FFF;
}

.next.show {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	pointer-events: auto;
}

/* Progress bar */
.simform .progress {
	width: 0%;
	height: 0.4em;
	background: rgba(0,0,0,0.3);
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.simform .progress::before {
	position: absolute;
	top: auto;
	width: calc(100% - 2em);
	height: inherit;
	background: rgba(0,0,0,0.05);
	content: '';
}

/* Number indicator */
.simform .number {
	position: absolute;
	right: 1em;
	overflow: hidden;
	margin: 0 0 0.4em 0;
	width: 3em;
	font-weight: 700;
	font-size: 0.9em;
	color:#FFF;
}

.simform .number:after {
	position: absolute;
	left: 50%;
	content: '/';
	opacity: 0.4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.simform .number span {
	float: right;
	width: 40%;
	text-align: center;
}

.simform .number .number-current {
	float: left;
}

.simform .number-next {
	position: absolute;
	left: 0;
}

.simform.show-next .number-current {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.simform.show-next .number-next {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

/* Error and final message */
.simform .error-message,
.simform .final-message {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.simform .error-message {
	padding: 0.4em 3.5em 0 0;
	width: 100%;
	color: rgba(255,255,255,1);
	font-size: 1em;
	margin-top:-8px;
}

.final-message {
	top: 50%;
	left: 0;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.25em;
	color:#FFF;
	line-height: 1.8;
}

.error-message.show,
.final-message.show {
	visibility: visible;
	opacity: 1;
}

.final-message.show {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* Final hiding of form / showing message */
.simform-inner.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */
.no-js .simform {
	font-size: 1em;
}

.no-js .questions li {
	padding: 0 0 2em;
}

.no-js .simform .submit {
	display: block;
	float: right;
	padding: 10px 20px;
	border: none;
	background: rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
}

.no-js .simform .controls {
	display: none;
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
    display: none;
}

/* Adjust form for smaller screens */
@media screen and (max-width: 44.75em) {
	.simform {
		font-size: 1em;
	}
}

@media screen and (max-width: 33.5625em) {
	.simform {
		font-size: 1em;
	}
}