/* hotchalk requestInfo styles */

.form-box input {
	box-shadow: none;
}

.field-box .categoryradio div,
.field-box .programradio div {
	display:inline-block;
}

.field-box .categoryradio div {
	width:30%;
}

.field-box .programradio div {
	width:100%;
}

.field-box .categoryradio label,
.field-box .programradio label {
	padding-left: 3%;
	float:none;
	display:inline-block;
}

.field-box .programradio label {
	width: 90%;
}

.field-box .categoryradio input,
.field-box .programradio input {
	width: auto;
	position: relative;
	top: 14px;
}

.field-box p {
	text-align:center;
}

.processui {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	background:#000 url(../images/ajax-loader-dark.gif) center center no-repeat;
}

.processuilite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color:transparent;
	background:url(../images/ajax-loader.gif) center center no-repeat;
}

.stepline {
	display: block;
	border-top: 4px solid #999;
	margin: 0 14px;
	margin-top: 14px;
	text-align: center;
}

.stepline span {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	position: relative;
	top: -18px;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

.stepline span.current,
.stepline span.current.visited {
	background: #83c783; /* Old browsers */
	background: -moz-linear-gradient(top,  #83c783 0%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c783), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #83c783 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #83c783 0%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #83c783 0%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #83c783 0%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}

.stepline span.visited {
	background: #c5deea; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(31%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
}

.stepline span.visited:hover {
	cursor:pointer;
}

.stepline span.marker1 {
	display: block;
	float: left;
	left: -14px;
}

.stepline span:last-child {
	display: block;
	float: right;
	right: -14px;
}
	
.whyhere[type=text],
span.required,
.disclaimer label {
	display:none;
}

#visitorTrk {
	border:none;
}

.step1 .hc-no-js {
	padding-bottom: 0px !important;
}

.field-box.hc-no-js.last {
	padding-top: 0px !important;
}

.form-validate-errors {
	color:red; margin-bottom:10px;
}

.hc-invalid-input {
	border-color: red !important;
}

.hc-invalid-input .radio {
	border: 1px solid red;
}

.hc_display_none {
	display: none !important;
}

.accordion-type .field-box {
	width: 100%;
	display:none;
}

.accordion-type .current.field-box {
	display:inline;
}

div.category {
	display:none; /* js will turn on */
}

/* radio button groups need a border so can have red border */
div.categoryradio, div.programradio {
	border: 1px solid transparent;
}

.category select.numcats_1 {
	display:none;
}

.form-container.contact {
	display:none;
}

.intl-tel-input {
	width: 100%;
	margin-bottom: 7px;	
}

.intl-tel-input.allow-dropdown input {
	padding-left:52px !important;
}

.field-box div.phone div { 
	width: auto;
}

.field-box div.phone .intl-tel-input.allow-dropdown .selected-flag {
	width: 46px; 
}

.field-box div.phone .intl-tel-input.allow-dropdown .iti-flag { 
	width: 20px; 
}

.field-box .phone .intl-tel-input .flag-container { 
}

.field-box .phone .intl-tel-input {
	width: 100%;
}

.field-box .intl-tel-input .country-list .flag-box {
	margin: 0 6px 0 0;
}

.field-box .intl-tel-input .country-list .country-name {
	color: black;
	font-size: 80%;
}

.field-box .intl-tel-input .country-list .dial-code {
	font-size: 80%;
}

.field-box .isrn {
	display:none;
}

.loadinggif {
   background: url(../images/loading.gif) no-repeat right center;
}

/*mobile*/
@media (max-width: 768px) {
	
	.processui {
		z-index: 9999;
	}
	
}
