@charset "utf-8";
/* CSS Document */
.contact-form form {
	color: #423c3c;
}
.contact-form button.primary {
	margin: unset;
}
.contact-form form, .contact-form .form-container, .contact-form .form-container .flex-container {
	gap: 15px;
}
.contact-form input, .contact-form select, .contact-form textarea {
	width: 100%;
	padding: 5px 10px;
	font-family: inherit;
	font-size: inherit;
}
.contact-form textarea {
	resize: vertical;
	height: 100px;
}
.contact-form select {
	border: 1px solid #333333;
	width: 100%;
	padding: 5px 10px;
}
.contact-form input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}
.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:250px;
	margin: auto;
}
.CaptchaWhatsThisPanel a, .CaptchaMessagePanel{color:#ffffff;}