/* Contact us style

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/form-gui.en.css
   ========================================================================== */

html {
	min-width: auto;
}
.main.form {
	padding: 1rem 0 0;
}
.main .thankyou-form {
	padding: 2rem 0 0 !important;
}
#_form-gui {
	margin: 0 1px;
}
#_form-gui * {
	font-family: 'Source Sans Pro', sans-serif;
}
h1.heading {
	color: #dd1100;
	font-size: 2.8125rem;
	font-weight: 400;
}
.contact-us main a:hover {
	color: #f57300;
}
label {
	font-size: 1rem;
	line-height: 1;
}
#gdpr label {
	line-height: 1.3;
}
#_form-gui input:-webkit-autofill {
	-webkit-box-shadow: none;
	-webkit-text-fill-color: inherit;
}
.contact-us .submit-button {
	display: inline-block;
	padding: 9px 25px;
	border: 1px solid #B00F00;
	border-radius: 3px;
	background: #D10 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 1.0625rem;
	cursor: pointer;
	margin: 40px 0 0;
	line-height: 1em;
}
input {
	box-shadow: none;
}
/* error */

.server-error .error {
	color: #D10;
	font-weight: 400;
	background: url(/images/freakedSpikey.png) no-repeat scroll 0% 0% transparent;
	background-size: 48px 82px;
	line-height: 82px;
	padding-left: 58px;
	min-height: 82px;
}
.server-error p {
	margin-left: 3.5rem;
}
#_form-gui label.yesno {
	display: inline-block;
	margin: 0 10px 0 0;
}
.email {
	display: inline-block;
	width: 50%;
	padding: .5rem 0 .3rem;
}
.signup-container {
	padding: .5rem 0 1.7rem;
}
.thankyou {
	background: #f9f9f9;
	border: 1px solid #dadada;
	padding: 12px 22px;
}
.thankyou .feedback-form-heading {
	font-size: 1.3rem;
}
.thankyou td p {
	margin: 0;
	font-size: 1.1rem;
}
@media all and (max-width: 600px) {
	.email {
		width: 100%;
		display: revert;
	}
}