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

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

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

#cbForm input.text {
	width: 100%;
	margin: 0 0 10px;
}

#cbForm p {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

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

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

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

#cbForm .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;
}

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

#cbForm .checkboxes {
	padding: 0 0 10px;
}

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









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

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

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

#cbFormThanks p {
	color: #3c3d41;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

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

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

#cbFormThanks .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;
}

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