#home-banner .quick-reg-wrap .text-scroller {
/*	width: 798px;*/
	font-size: 40px;
	font-family: colfax, Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 56px;
	margin-bottom: 46px
}


#home-banner .quick-reg-wrap .text-scroller li {
	box-sizing: border-box;
	display: block;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 1
}

#home-banner .quick-reg-wrap .text-scroller li h3 {
	border-bottom: 2px solid #f89e2d;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 30px;
	color: black;
/*	white-space: nowrap;*/  
overflow-wrap: break-word;



}

@media (max-width: 767px) {
	#home-banner .quick-reg-wrap .text-scroller li h3 {
		padding-bottom: 6px
	}
}

#home-banner .quick-reg-wrap .quick-reg-form-wrap {
	width: 747px;
	height: 154px;
	margin: auto;
	background: rgba(255, 255, 255, 0.5);
	border: solid 1px #fff;
	border-radius: 5px;
	padding: 29px 48px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300
}



#home-banner .quick-reg-wrap .quick-reg-form-wrap .form-heading {
	line-height: 1;
	font-size: 25px;
	color: #070441;
	text-align: center;
	margin-bottom: 24px
}

#home-banner .quick-reg-wrap .quick-reg-form-wrap .form-elements .input {
	width: 219px;
	height: 44px;
	border: solid 1px #bebebe;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #676767;
	font-size: 15px;
	line-height: 24px;
	padding: 9px;
	border-radius: 5px;
	margin-right: 9px;
	vertical-align: top;
	outline: none
}
