body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: 'Open Sans', helvetica, sans-serif;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: 16px;
}

a {
	color: #2e7de1;
	transition: color 200ms ease;
	text-decoration: none;
	font-weight: bold;
}

.hide {
	display: none;
}

.thank-you {
	padding: 15px 18px;
  background: #ffffc5;
  display: block;
}

a:hover {
	color: #2762AE;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

#pardot-form {
	color: #666;
	font: 16px/120% Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	
}

#pardot-form p.required label, #pardot-form span.required label {
	background: none;
	font-weight: normal;
}

form.form p.form-field {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

form.form p {
	margin-right: 0;
	margin-left: 0 !important;
	font-size: 14px;
}

form.form p.errors {
	font-size: 16px;
}


form.form p.form-field label {
	color: #666;
	width: 360px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.2;
}

form.form p.form-field.Opted_In span label {
	display: inline !important;
}

form.form p.form-field.Opted_In span {
	margin-left: 0;
}

form.form p.form-field span.description {
	color: #666;
	margin-top: 0px;
	font-size: 14px;
}

form.form p.form-field span.description a {
	text-decoration: none;
	border-bottom: 1px dotted #2e7de1;
	color: #2e7de1;
	}


form.form p.form-field input.text {
	width: 350px;
	padding: 8px 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #666;
}

form.form p.form-field select {
	background: url(//hazelcast.org/wp-content/themes/pure-2014/images/select-bg.png) no-repeat right center #f2f2f2;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 34px;
	color: #666;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	box-sizing: border-box;
}

form.form p.form-field textarea.standard {
	width: 350px;
	padding: 8px 10px;
	font-size: 16px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box; 
    -webkit-appearance: none;	
}

#pardot-form p.no-label {
	margin-left: 0;
	font-size: 14px;
}


#pardot-form p.submit {
	margin:0;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

#pardot-form p.submit input {
	margin:0;
	padding: 14px 35px;
	font-size: 16px;
	background: #2e7de1;;
	color: #fff;
	cursor: pointer;
	transition: background 150ms ease;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}


#pardot-form p.submit input:hover {
	background: #2762AE;
}


#org #pardot-form p.submit input,
#online-book #pardot-form p.submit input {
	background: #ff5f00;
}

#org #pardot-form p.submit input:hover,
#online-book #pardot-form p.submit input:hover {
	background: #ca4326;
}


/*
*
*
* Newsletter FORM
*
*
*/


#newsletter form.form {
	position: relative;
}

#newsletter form.form p.no-label, form.form p.email-pref {
	margin: 0;
}

#newsletter form.form p.form-field label {
	display: block;
	text-align: left;
	float: none;	
}

#newsletter form.form p.form-field input.text {
	width: 250px;
}

#newsletter form.form p.form-field.error input.text {
	border: 1px solid red;
}

#newsletter form.form p.submit {
	margin: 0;
	float: none;
	margin-top: 20px;
}

#newsletter form.form p.submit input {
	padding: 8px 26px;
	border: none;
}


/*
*
*
* Training Bundle FORM
*
*
*/


#training-bundle form.form {
	position: relative;
}

#training-bundle form.form p.no-label, form.form p.email-pref {
	margin: 0;
}

#training-bundle form.form p.form-field {

}

#training-bundle form.form p.form-field input.text {
	width: 300px;
}

#training-bundle form.form p.form-field.error input.text {
	border: 1px solid red;
}

#training-bundle form.form p.submit {
	margin: 0;
	margin-top: 10px;
	float: left
}

#training-bundle form.form p.submit input {
	padding: 9px 26px;
	border: none;
	width: 322px;
	margin-top: -2px;
	background: #ff5f00;
	-webkit-appearance: none;
}

#training-bundle form.form p.submit input:hover {
	background: #ca4326;

}

#training-bundle form.form p.errors {
	display: none;
}

#training-bundle form.form p.error {
	position: absolute;
	bottom: -65px;
}



/*
*
*
* Enterprise Trial FORM
*
*
*/

#enterprise-trial form.form p.form-field label {
	width: 100%;
}

#enterprise-trial form.form p.form-field {
	margin-bottom: 10px;
}

/*
*
*
* SIDEBAR FORM
*
*
*/

/* clear fix that doesn't require markup */
#sidebar  .form:before,
#sidebar  .form:after {
    content: "";
    display: table;
} 
#sidebar  .form:after {
    clear: both;
}
#sidebar  .form {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* END CLEAR FIX */

#sidebar .formbox {
	padding: 30px;
	padding-top: 8px;
	background: #f2f2f2;
	min-height: 140px;
}

#sidebar #pardot-form {
	width: 100%;
}

#sidebar #pardot-form p.required.pd-radio span label {
	background: none;
	padding-left: 5px;
}

#sidebar #pardot-form p.required label, #sidebar #pardot-form span.required label {
	background: none;
	font-weight: normal;
}

#sidebar form.form p.form-field input.text {
	padding: 8px;
	border: 1px solid #ccc;
	outline: none;
	font-size: 16px;
	width: 100%;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box; 
    -webkit-appearance: none;
	border-radius: 0;
}

#sidebar form.form p.form-field input.text:hover {
	border: 1px solid #aaa;
}

#sidebar form.form p.form-field input.text:focus {
	border: 1px solid #2e7de1;
}

#sidebar form.form p.form-field textarea.standard {
	width: 240px;
	width: 100%;
    box-sizing: border-box;
}

#sidebar p.submit {
	margin-right: 0;
}

#sidebar form.form p.form-field label {
	width: 100%;
	font-size: 14px
}

#sidebar #pardot-form p.submit {
	text-align: center;
	float: none;
	margin-top: 15px;

}

#sidebar #pardot-form p.submit input {
	padding: 14px 35px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
}



/*
*
*
* New CONTACT FORM
*
*
*/

#contact #pardot-form {
	width: 690px;
}



#contact form.form p.form-field input.text {
	width: 650px;
} 

#contact form.form .left {
	float: left;
	clear: none;
	width: 345px;
}

#contact form.form p.form-field.left input.text {
	width: 305px;
}

#contact form.form p.form-field textarea.standard {
	width: 650px;
}

#contact form.form p.form-field label {
	width: 320px;
}

.placeholder {
	color: #999;
}

/*
*
*
* New RESPONSIVE CONTACT FORM
*
*
*/

#contact-responsive #pardot-form {
	width: 100%;
}

#contact-responsive form.form p.form-field input.text {
	width: 100%;
	outline: none;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box; 
    -webkit-appearance: none;
    border-radius: 0;
} 

#contact-responsive form.form div.left {
	float: left;
	clear: none;
	width: 50%;
}

#contact-responsive form.form p.left.first {
	margin-right: 10px;
}

#contact-responsive form.form p.form-field.left input.text {
	width: 100%;
}

#contact-responsive form.form p.form-field textarea.standard {
	width: 100%;
}

#contact-responsive form.form p.form-field input.text:hover,
#contact-responsive form.form p.form-field textarea.standard:hover {
	border: 1px solid #aaa;
}

#contact-responsive form.form p.form-field input.text:focus,
#contact-responsive form.form p.form-field textarea.standard:focus {
	border: 1px solid #2e7de1;
}

#contact-responsive form.form p.form-field label {
	max-width: 320px;
}

#contact-responsive p.submit {
	margin-right: 0;
}

.placeholder {
	color: #999;
}

@media (max-width: 40em) {
	#contact-responsive form.form div.left {
		float: none;
		width: 100%;
	}
	
	#contact-responsive form.form p.left.first {
		margin-right: 0;
	}	
}





