#top-image {
	display: none;
}

.ibg-h4, .ibg-h5 {
	color: #fff !important;
}


html#ibgalt { 
  background: url(/gssi/images/slide-3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#ibgalt {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  margin: 0;
}
body#ibgalt a {
	color: #fff;
}
#alt-form ul {
	list-style: none
}
body#ibgalt h3 {
	margin-bottom: 5px;
}
.step-content h3 {
	color: #fff;
}
#crebdisclaimer {
	background: #fff;
	color: #000;
	padding: 5px 0;
	text-align: center;
}

.step-content {
  color: #fff;
  font-family: san-serif;
  font-size: 23px;
  line-height: 22px;
  text-align: center;
}

.list-step {
	line-height: 60px;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0;
}
.step-inputs {
	text-align: center;
}

.list-step li {
	display: inline-block;
}

.steps {
	margin-top: 8px
}
.step-bar {
  text-align: left;
  position: relative;
  max-width: 650px;
  margin: 50px auto 0;
  width: 100%;
}
.step-image {
	background: #999;
	display: inline-block;
	padding: 15px 18px 10px;
	color: #fff;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
}
.step-line {
  background: #999 none repeat scroll 0 0;
  display: inline-block;
  height: 5px;
  position: relative;
  top: 2px;
  width: 150px;
  margin-right: -5px;
}
.step-line.active {
	background: #960008;
}
.step-image.active {
	background: #960008;
}
.kind:hover {
	cursor: pointer;
}

.step-input {
	height: 42px;
	margin-bottom: 15px;
	padding: 10px 17px;
}

input[type=checkbox],input[type=radio] {
	display: none;
}
#repeatEmail {
  display: none;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.no-obligation {
	font-size: 12px;
}
.altbtn {
  background: #fff none repeat scroll 0 0;
  color: #960008;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  width: 250px;
}
.altbtn-old {
  background: #960008;
  background-image: -webkit-linear-gradient(top, #cf6c73, #960008);
  background-image: -moz-linear-gradient(top, #cf6c73, #960008);
  background-image: -ms-linear-gradient(top, #cf6c73, #960008);
  background-image: -o-linear-gradient(top, #cf6c73, #960008);
  background-image: linear-gradient(to bottom, #cf6c73, #960008);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.altbtn:hover, .checkedButton {
  color: #fff;
  background: #960008;
  background-image: -webkit-linear-gradient(top, #eba2a7, #960008);
  background-image: -moz-linear-gradient(top, #960008, #960008);
  background-image: -ms-linear-gradient(top, #960008, #960008);
  background-image: -o-linear-gradient(top, #960008, #960008);
  background-image: linear-gradient(to bottom, #960008, #960008);
  text-decoration: none;
}


@media  all and (min-width: 320px) and (max-width: 479px) {
	.step-line {
		width: 30px;
	}
}
@media (min-width: 480px) and (max-width: 599px) {
	.step-line {
		width: 88px;
	}
}
@media (min-width: 600px) and (max-width: 799px) {
	.step-line {
		width: 133px;
	}
}

