html {
	margin: 0;
	padding: 0
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

a {
	text-decoration: none;
	color: #bc6c37;
	outline: none
}

a:hover {
	text-decoration: underline
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.form-head {
    font-size: 20px;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    padding: 0 0 1em;
}
.content-section {
	width: 976px;
	background: #f1f1f1;
	padding: 20px;
	margin: 0 auto;
	display: grid
}

.content-section h2 {
	font-size: 14px;
	color: #252525;
	margin-bottom: 15px
}

.dynamic-form-wrap,
.static-form-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 15px;
	margin-bottom: 15px
}

.disclaimer-wrap {
	font-size: 12px
}

.pp-body-nml {
	float: left;
	width: 40%;
	font-size: 14px;
	color: #252525;
	text-align: right;
	padding-right: 10px;
	padding-top: 3%;
	word-break: break-word;
	display: none;
}

.content-section input[type=text],
.content-section select,
input[type=email],
input[type=tel] {
	border: 1px solid #ccc;
	padding: 1%;
	width: 100%;
	height: 2.6em;
	color: #000;
	font-size: 14px;
	margin-top: 5px
}

.content-section input[type=checkbox],
input[type=radio] {
	vertical-align: top
}

.LV_invalid,
select.LV_invalid {
	border: 1px solid #C00!important;
	background-color: #fff8f6!important
}

.content-section textarea {
	border: 1px solid #ccc;
	padding: 2%;
	resize: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}

.ppLB_popup {
	width: 50%
}

.pp-checkbox-row {
	font-size: 12px;
	padding-bottom: 15px
}

.pp-checkbox-row label {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 0
}
.pp-checkbox-label {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.cta-btn {
    font-size: .85em;
    padding: .5em 1.2em .48em 1.2em;
    margin: 0;
    background: #6A9D67;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
}

.cta-btn:hover {
    transition: color .2s ease-out, background .2s ease-out;
    background: #588757;
	cursor: pointer;
	-webkit-transition: color .2s ease-out, background .2s ease-out;
	-moz-transition: color .2s ease-out, background .2s ease-out;
	-o-transition: color .2s ease-out, background .2s ease-out;
	-ms-transition: color .2s ease-out, background .2s ease-out;
}

.cta-btn:active {
    outline: 0 !important;
    text-decoration: none;
}

.cta-btn:active:before {
    display: block;
    content: "";
    border-radius: 4px;
    border: 2px solid #fff;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
}

.backdrop,
.box {
	position: absolute;
	display: none
}

.backdrop {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 50
}

.box {
	top: 10%;
	left: 7%;
	width: 86%;
	background: #fff;
	z-index: 51;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444
}
.ct p{margin-top: 10px;}
#thankyou1{font-size: 18px !important;}
@media screen and (max-width:640px) {
	.content-section,
	.dynamic-form-wrap,
	.static-form-wrap {
		display: block
	}
	.content-section,
	.content-section input[type=text],
	.content-section select,
	.content-section textarea,
	input[type=email],
	input[type=tel] {
		width: 100%
	}
	.dynamic-form-wrap p,
	.static-form-wrap p {
		margin-bottom: 0.6em
	}
	.pp-body-nml {
		float: none;
		width: 100%;
		text-align: left;
		display: block;
		padding-top: 0;
		display: none;
	}
}

@media screen and (min-width:641px) and (max-width:976px) {
	.content-section {
		width: 100%
	}
}