@charset "UTF-8";

.contact-form-page form.simple-layout .field > label {
	max-width: none;
}

.contact-form-page .decorated#contactForm h2 {
	margin-bottom: .5em;
}

.contact-form-page .separator {
	margin: .5em 2em;
	align-self: center;
	height: 1px;
	background-color: #8a8a8a;
}

.company,
.subject,
.message {
	margin-top: 1em;
}

#subject {
	max-width: 80%; 
}

#subject > * {
	max-width: 150px;
	white-space: pre-wrap;
} 

#message {
	resize: vertical;
	width: 30em;
	height: 6em;
}

.contact-form-page form.simple-layout #getCopy-container label {
	white-space: normal;
}


@media only screen and (max-device-width : 450px) , screen and (max-width: 450px) {
	
	#message {
		width: 100%;
		height: 4em;
	}
	
}
