/* bundled styles */
/* form #29100 */
.mc4wp-form-29100 label, 
.mc4wp-form-29100 input, 
.mc4wp-form-29100 textarea, 
.mc4wp-form-29100 select, 
.mc4wp-form-29100 button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mc4wp-form-29100 {
	display: block;
	background-repeat: repeat;
}

.mc4wp-form-29100 input[type='radio'],
.mc4wp-form-29100 input[type='checkbox'] {
	margin-right: 6px;
	display: inline-block
}

@media( max-width: 767px ) {
	.form_flex {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 3px;
	}
	
	#form_namef {
		width: 100%;
		margin-bottom: 3px;
	}
	#form_namel {
		width: 100%;
	}
	
	#form_email {
		width: 100%;
	}
	#form_address {
		width: 100%;
	}
	
	#form_city {
		width: 100%;
		margin-bottom: 3px;
	}
	#form_state {
		width:  100%;
		margin-bottom: 3px;
	}
	#form_zip {
		width: 100%;
	}
	
	#form_home_number {
		width: 100%;
		margin-bottom: 3px;
	}
	#form_cell_number {
		width: 100%;
	}
	
	#form_country {
		width: 100%;
		margin-bottom: 3px;
	}
	#form_gatecode {
		width: 100%;
	}
	
	#form_submit {
	width: 100%;
	margin-top: 8px;
	}
}

@media( min-width: 767px ) {
	.form_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	}
	
	#form_namef {
		width: 50%;
	}
	#form_namel {
		width: 49%;
	}
	
	#form_email {
		width: 100%;
	}
	#form_address {
		width: 100%;
	}
	
	#form_city {
		width: 50%;
	}
	#form_state {
		width:  30%;
	}
	#form_zip {
		width: 18%;
	}
	
	#form_home_number {
		width: 50%;
	}
	#form_cell_number {
		width: 49%;
	}
	
	#form_country {
		width: 50%;
	}
	#form_gatecode {
		width: 49%;
	}
	#form_submit {
		width: 100%;
		margin-top: 12px;
	}
}

