#signup-form-step-2 {
	height: 350px;
	overflow: hidden;
	transition: height 1s ease-in-out;
}

#signup-form-step-2.hidden {
	height: 0;
	transition: height 0.5s cubic-bezier(0, 1, 0, 1);
}

.signupbox1 {
	background: #205597 center top/100% auto no-repeat url(https://www.horseracingnation.com/static/images/signupbox1bg-78c2a48a68a70c90fe3702656bb60bbf.jpg?vsn=d);
	color: #fff;
	padding: 70px;
}

.sbheader {
	padding-bottom: 80px;
}

.sbtext {
	float: right;
	max-width: 50%;
	padding-top: 65px;
	font-size: 20px;
}

.sbtext h4 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1em;
	font-family: oswald;
	color: #aac0de;
}

.sbbook {
	float: left;
}

.clear {
	clear: both;
}

.sbtext h1 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	font-family: oswald;
	color: #fff;
}

.sbtext p {
	margin-bottom: 25px;
	line-height: 1.5em;
	color: #c2d5ee;
}

.sbtext ul {
	margin-left: 20px;
	list-style: disc;
	line-height: 1.5em;
	color: #f06521;
	padding-left: 0;
}

.sbtext ul span {
	color: #fff;
}

.sbbook {
	float: left;
	max-width: 50%;
}

.sbbook img {
	max-width: 100%;
}

.sbheader {
	padding-bottom: 80px;
}

.sbform {
	font-size: 14px;
}

.sbform ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.sbform ul li:last-child {
	margin-right: 0;
}

.sbform p {
	margin-top: 17px;
	text-align: center;
	color: #84a9d7;
}

.sbform a,
.sbform a:visited {
	color: #82d5ff;
}

.sbform a:hover {
	text-decoration: underline;
}

.sbform input[type=text],
.sbform input[type=password] {
	width: 90%;
	height: 50px;
	padding: 0 5%;
	border: 0;
	background: #fff;
	font-size: 18px;
	color: #000;
}

.sbform input.sbsubmit {
	width: 100%;
	height: 50px;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #018bd1;
	background: #31aae7;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.sbform input.sbsubmit {
	background: #018bd1;
	cursor: pointer;
}

.signupbox2 {
	padding: 1px 70px 70px;
	border-bottom: 1px solid #104d9a;
	background: #0c3b76;
	color: #fff;
}

.signupbox2 h1 {
	width: 250px;
	margin: -25px auto 25px;
	background: #00234e;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-family: oswald;
	color: #fff;
}

.signupbox2 ul {
	list-style: none;
}

.signupbox2 ul li {
	float: left;
	width: 45%;
	margin-bottom: 15px;
}

.signupbox2 ul li:nth-child(odd) {
	margin-right: 10%;
}

.signupbox2 ul li img {
	float: left;
	margin-top: 4px;
}

.signupbox2 ul li p {
	margin: 0 0 0 50px;
	font-weight: 300;
	font-size: 24px;
	font-family: oswald;
}

.signupbox3 {
	padding: 70px;
	background: #0c3b76;
}

.signupbox3 img {
	max-width: 100%;
}

.sbvalidation {
	font-weight: bold;
	font-size: 14px;
}

.crt-usr-step2 h1 {
	color: #84a9d7;
}

.white-bg {
	background-color: #fff;
}

@media screen and (min-width: 769px) {
	#signup-form-step-2 {
		height: 90px;
	}
}

@media screen and (max-width: 1002px) {
	.signupbox1 {
		padding: 20px 20px 45px;
	}

	.sbtext {
		float: none;
		width: auto;
		max-width: 420px;
		padding-top: 0;
		margin: 0 auto;
	}

	.sbbook {
		float: none;
		margin-top: 50px;
		text-align: center;
	}

	.sbform {
		margin-top: 50px;
	}

	.sbform ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 17px;
	}

	.sbform ul li:last-child {
		margin-bottom: 0;
	}

	.signupbox2 {
		padding: 1px 20px 20px;
	}

	.signupbox2 ul li {
		width: 100%;
	}

	.signupbox2 ul li:nth-child(odd) {
		margin-right: 0;
	}

	.signupbox3 {
		padding: 20px;
	}
}
