#enquireForm {
	background: rgba(0, 0, 0, .5);
	display: none;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#enquireForm > div {
	background: #fff;
	border: #55565a 2px solid;
	box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px;
	top: 100px;
	margin: 0 auto;
	min-width: 230px;
	max-width: 360px;
	padding: 26px;
	position: relative;
	width: 80%;
}

#enquireForm > div form div:nth-of-type(2) input {
	background-color: #ff9933;
	font-size: 16px;
	height: auto;
	line-height: 40px;
}

#enquireForm > div form div:nth-of-type(2) p {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 0;
}

#enquireForm h2 {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
}

#enquireForm input.text {
	font-weight: normal;
	font-size: 14px;
	height: auto;
	line-height: 35px;
	width: 100%;
	margin: 0 0 14px;
}

#enquireForm p {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
}

#enquireForm p:nth-of-type(4) {
	font-size: 13px;
}

#enquireForm textarea {
	height: 100px;
	margin: 0 0 10px;
}

#enquireForm #fldEnqMailSignup {
	height: 14px;
	margin: 2px 0 0 11px;
	width: 14px;
}

#enquireForm .buttons {
	margin: 0;
	padding: 0;
}

#enquireForm .buttons .button:first-child {
	width: 100%;
}

#enquireForm .buttons .button:last-child {
	background: transparent;
	border: #3c3d41 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	color: #3c3d41 !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	line-height: 17px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
	margin: 0;
	min-width: 20px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	width: auto;
}

#enquireForm .buttons .button:last-child:hover {
	border-color: #12db33;
	color: #12db33 !important;
}

#enquireForm .checkboxes {
	margin: 3px 0;
	padding: 4px 0 10px;
}

#enquireForm .checkboxes label {
	font-weight: 500;
}









#enquireFormThanks {
	background: rgba(0, 0, 0, .5);
	display: none;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#enquireFormThanks > div {
	background: #fff;
	top: 100px;
	margin: 0 auto;
	padding: 26px;
	position: relative;
	width: 220px;
}

#enquireFormThanks h2 {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 600;
	line-height: 34px;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

#enquireFormThanks p {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
}

#enquireFormThanks .buttons {
	margin: 0;
	padding: 0;
}

#enquireFormThanks .buttons .button:first-child {
	width: 100%;
}

#enquireFormThanks .buttons .button:last-child {
	background: transparent;
	border: #3c3d41 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	color: #3c3d41 !important;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	line-height: 17px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
	margin: 0;
	min-width: 20px;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
	width: auto;
}

#enquireFormThanks .buttons .button:last-child:hover {
	border-color: #12db33;
	color: #12db33 !important;
}