@charset "utf-8";
/* CSS Document */

/***** stickey footer */

html, body {
	height: 100%;
}
.sticky {
	display: table;
	height: 100%;
	width:100%;
}
.block {
	display: table-row;
	height: 1px;
}
.push-down {
	height: auto;
}

/****** Registration CSS */

.progress {
	height: 5px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	clear: both;
}
.progress-bar {
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	font-size: 14px;
	font-weight: 600;
	background-color: #00a960;
	color:transparent;
}
.progress .progress-bar.three-sec-ease-in-out {
	-webkit-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}
.reg-steps {
	list-style-type: decimal;
	position: relative;
	left: -35px;
	overflow: auto;
	width: 150%;
	font-family: 'Gill Sans Alt One WGL W01 Lt', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
ol.reg-steps li {
	float: left;
	margin: 0 10px;
	padding: 0 15px;
}
li.dim {
	color: #909393;
}
li.complete {
	color: #00884f;
}

/******* Registration Form CSS */ 

#registration {
	padding: 45px 0;
}
#registration h2, #registration h3, #registration h4 {
	font-family: "Gill Sans Alt One WGL W01 Rg", Arial, san-serif !important;
}
#registration h2 {
	margin:0;
}
form * {
	color: #565b5b;
}
form span { /* use to wrap radios so elements stay together on resize */
	display: inline-flex;
}
form div.checkbox-wrap span { /* use to wrap checkboxes so elements stay together on resize */
	display: inline-block;
}
form div.radio-wrap span { /* use to wrap checkboxes so elements stay together on resize */
	display: inline-block;
}
form h2 {
	color: #00a960;
}
form a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color: #11809f;
	border-bottom: 1px dotted #11809f;
}
form a:focus, form a:hover {
	text-decoration: none;
	outline: none;
	color: #d77b00;
	border-bottom: 1px dotted #d77b00;
}
form a:visited {
	color: #765f97;
	border-bottom: 1px dotted #765f97;
}
form .glyphicon {
	display: block;
	float: right;
	width: 0;
	color: #00a960;
	margin-top: 10px;
}
form .glyphicon-remove:before {
    color: #a92f41;
}

form.mobile { /* keeps text larger on mobile, all forms get this class */
	font-size: 18px !important;
}
form span.pass-glyph { /* controls positioning of checkmarks only */
	margin-top: 0;
	float: none;
	display: inline;
}
input.glyph { /* for password fields only, so glyph doesn't crash */
	width: 99%;
}
#industry-details input[type="checkbox"] {
	display: block;
	margin: 0;
	left: 0;
	top: 25px;
}
#industry-details label {
	margin: 0;
}
#industry-details .col-sm-12, #industry-details .col-sm-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.add-break label {
	display: inline-block;
	padding: 3px 0;
}
.add-break label + div {
	display: inline;
	font-weight: bold;
	margin-left: 10px;
}
.add-break div:after {
	content: "\A";
	white-space: pre; /* or pre-wrap */
}
.darken {
	color: #414444;
	font-weight: bold;
}
input[readonly] {
	background-color: #565b5b;
	color: #FFFFFF;
	cursor: not-allowed;	
}
select {
	background: none;
	height: 2.4em;
	padding: .2em .5em;
	text-indent: 0;
	text-overflow: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(65deg, transparent 50%, gray 50%), linear-gradient(115deg, gray 50%, transparent 50%);
	background-position: calc(100% - 15px) calc(1em - 3px), calc(100% - 7px) calc(1em - 3px), calc(100% - 2.5em) 0.5em;
	background-size: 10px 14px, 10px 14px, 1px 1.5em;
	background-repeat: no-repeat;
	line-height: 1em;
	cursor: pointer;
}
option[selected]:checked, option[selected] {
	outline: none;
	border: none;
}
select option:hover, select option:checked {
	box-shadow: 0 0 10px 100px #909393 inset;
}
form div.errorMsg p {
	color: #cc0000 !important;
}

/***************** end Registration styles */
