/* Custom CSS File for Buyers to Modify */
#logo img {
	margin-bottom: 5px;
}
#logo svg {
	margin-bottom: 5px;
}
span.field-validation-error {
	display: block;
}
label.nonBlockLabel {
	display: inline;
}
.noMargin {
	margin: 0px 0px 0px 0px !important;
}

#contact-form input[type="email"] {
	width: 40.4%;
	height: 24px;
	margin-bottom: 0px;
}

#contact-form textarea {
	width: 40.4%;
	height: 150px;
}
.siteButton {
	/*padding: 10px 5px 10px 5px;*/
}