/**
 * Marketo elements
 */
.event-contact .mktoErrorMsg {
	color: rgb(255,0,0);
}

/**
 * errors
 */
.event-contact .cf-error {
	color: rgb(255,0,0);
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: center;
}
.event-contact .field-error input,
.event-contact .field-error textarea,
.event-contact .field-error select {
	border: 1px solid red;
	background: rgba(255,0,0,0.1);
}

/**
 * form elements
 */
.event-contact .pei-marketo-forms {
	margin-top: 40px;
}
.event-contact .c-section-title::after {
	background-image: none;
}
.event-contact .solid-border {
	border-style: solid;
}
.event-contact .contact-form-submit {
	border-radius: 2em;
}
.event-contact select,
.event-contact form input {
	height: 50px;
}
.event-contact select {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #cbcbcb;
	outline: none;
	width: 100%;
}
.event-contact .ec-error {
	color: #e12d2d;
	display: none;
}
.event-contact .text-right {
	float: right;
	text-align: right;
}
.event-contact .successMessage {
	margin-top: 45px;
	text-align: center;
	width: 100%;
}
.event-contact .loading-status {
	text-align: center;
	width: 100%;
}
.event-contact .mktoHtmlText a {
	display: inline;
}
