html .page-contact .field--widget-boolean-checkbox {}
html .page-contact .field--widget-boolean-checkbox .form-type-checkbox {
	overflow:hidden;
}
html .page-contact .field--widget-boolean-checkbox .form-type-checkbox label {
	display: block;
	padding: 0 0 0 30px;
	font-size: 14px !important;
}
html .page-contact .field--widget-boolean-checkbox .form-type-checkbox input {
	margin-top: 6px;
	margin-left: -30px;
}

html .page-contact #edit-field-please-tick-to-confirm-you-wrapper .form-type-checkbox label {
	float: left;
	width: 20px;
	overflow: hidden;
	font-size: 1px !important;
	margin: 3px 0 20px;
}

html .page-contact .field--widget-boolean-checkbox .form-type-checkbox .description {
	font-size: 14px !important;
	color: #54606c;
}

.page-contact #edit-submit {
  display: inline-block;
  margin-right: 10px;
  padding: 13px 30px;
  background: #014797;
  color: #fff;
  text-decoration: none;
  font-size: 17px !important;
  line-height: 20px !important;
  border-radius: 0;
  border: 0;
  box-shadow: none !important;
  font-weight: 400 !important;
  text-shadow:none !important;
  font-family: open sans, sans-serif;
}

.form-textarea-wrapper textarea {
	border: none;
}