.powermail_morestep .btn-group,
.powermail_morestep	.powermail_tab_navigation { 
	display: none;
}

#contact_page fieldset {
	border-bottom: none;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.col_submit {
	border: none;
	padding-top: 25px;
	margin-top: 25px;
}

.col_submit::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #ccc;
	display: block;
	margin-bottom: 25px;
	box-sizing: border-box;
}

#contact_page .step {
	float: left;
}

.clear {
	clear: both;
}

/*
.m-ui-select {
	display: block;
}
*/

.powermail_fieldwrap > .powermail_label {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.powermail_textarea {
	width: 100%;
}

.powermail_fieldwrap_type_check .checkbox label {
	margin-top: 1em;
}

.powermail_fieldwrap .required {
	display: block;
	color: #b3b3b3;
	font-size: 0.71em;
	text-align: right;
}


.parsley-errors-list {
	display: none !important;
}

.powermail_fieldwrap .parsley-errors-list.filled + .required {
	color: #ff1d25 !important;
}

input.parsley-error {
	box-shadow: none;
	outline: none;
	border-bottom-color: #ff1d25 !important;
}

.parsley-error {
	color: #ff1d25;
}


.help-text {
	color: red;
	-webkit-text-stroke: 0 !important;
}