button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

.container-1200 {
  border: 5px solid #FF0000;
  padding: 10px;
  box-sizing: border-box;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 20px;
	background: url(images/gf-percentbar-bg.png) repeat-x;
	border: 1px solid rgba(0, 186, 255, 0.5);
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
}

.progress-bar-progress {
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 186, 255, 0.5);
	margin: 0;
	padding: 0;
	text-align: right;
	padding: 0 2px 0 0;
	box-sizing: border-box;
	color: #FFFFFF;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	z-index: 50;
}

.other {
  width: 230px;
}

.quiz-form-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.quiz-form-title span {
	color: #FF0000;
}
.quiz-one, .quiz-two, .quiz-three, .quiz-four, .quiz-five, .quiz-six, .quiz-seven {
	padding: 0 0 50px 0;
}
.quiz-two, .quiz-three, .quiz-four, .quiz-five, .quiz-six, .quiz-seven {
	display: none;
}
#quizForm {
	font-size: 16px;
}

.quiz-bar {
	width: 100%;
	border-top: 1px solid #999999;
}
.quiz-error {
	border: 1px solid #FF0000;
	margin-top: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255,0,0,.2);
}
.quiz-error-block {
	padding: 20px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-size: 20px;
	color: #FF0000;
	box-sizing: border-box;
	display: none;
}
.quiz-form-block {
	padding: 10px 0;
  font-family: "cantiga-condensed", sans-serif;
	font-size: 45px;
  font-weight: 700;
	line-height: 51px;
	color: #009;
	box-sizing: border-box;
	display: none;
}
.full-height {
	height: 100%;
}
fieldset {
  border: 0;
}
#quiz-seven{
	position:relative;
}
#quiz-seven input:not([type=radio]), #quiz-seven textarea{
	position:relative;
	width:100%;
	-moz-border-radius:0;
  -webkit-border-radius:0;
  -khtml-border-radius:0;
  border-radius:0;
	font-size:16px;
	padding:10px;
	box-sizing: border-box;
}
#quiz-seven textarea{
	height:200px;
}
#quiz-seven div.quiz-block-left{
	position:relative;
	float:left;
	border:1px solid rgba(0,0,0,0);
	width:49%;
	margin:0 .5% 0 0;
}

#quiz-seven div.quiz-block-right{
	position:relative;
	float:right;
	border:1px solid rgba(0,0,0,0);
	width:49%;
	margin:0 0 0 .5%;
}
#quiz-seven div.quiz-block-center{
	clear:both;
	position:relative;
	border:1px solid rgba(0,0,0,0);
}

#quiz-seven div.form-error{
  background-color: rgba(255, 0, 0, 0.2);
}

.text-left {
  text-align: left;
}

@media (max-width:899px){
  .offer-sheet .container-full h1.info-header{
    margin-top:0;
  }
}
@media (max-width:767px){
	#quiz-seven div.quiz-block-left, #quiz-seven div.quiz-block-right{
		float:none;
		width:100%;
		margin:0;
	}
	.quiz-seven p{
		width:80%;
	}
}
@media (max-width:600px){
	.quiz-seven p{
		width:95%;
	}
}
