.title-wrap {
	padding: 0;
	margin: 0;
	text-align: center;
}

#form-wrap {
	width: 1000px;
	margin: auto;
}

.form-wrap {
	margin: 10px 0;
}

.form-wrap .lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	text-align: center;
	font-weight: 400;
}

.form-wrap fieldset {
	letter-spacing: -.40em;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #CCC;
}

.form-wrap fieldset#privacycheck-wrap {
	margin-top: 50px;
	text-align: center;
	border-bottom: none;
	letter-spacing: normal;
}

input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type="checkbox"] {
        display: none;
        margin: 0;
    }

    input[type="checkbox"] + label {
        padding: 0 0 0 32px;
        line-height: 24px;
    }

    input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        border:none;
    }

    input[type="checkbox"] + label::before {
        border: 2px solid #bfa980;
    }
    
    input[type="checkbox"]:checked + label::before {
        background-color: #bfa980;
    }

    input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    input[type="checkbox"]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -6px;
        border-left: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.form-wrap fieldset#privacycheck-wrap a {
	font-weight: bold;
	text-decoration: underline;
}

.policy-link {
	margin: 30px 0;
}


.form-wrap fieldset legend {
	display: block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-wrap fieldset > div {
	letter-spacing: 1px;
}

.form-wrap fieldset input[type="text"],
.form-wrap fieldset input[type="tel"],
.form-wrap fieldset input[type="email"] {
	padding: 0 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	-webkit-appearance: none;
}

.form-wrap fieldset textarea {
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.4;
	height: 140px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;	
}

.form-wrap fieldset > div > p {
	margin: 0;
	padding: 10px;
}

.form-wrap legend span {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 10px;
	line-height: 28px;
	margin-right: 10px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-wrap legend span.red {
	background-color: #bfa980;
	color: #FFF;
}

.form-wrap #submit {
	margin-top: 40px;
	text-align: center;
}

#back {
	font-weight: bold;
	text-decoration: underline;
}

input[type="submit"] {
	display: block;
	background: #bfa980;
	font-weight: bold;
	width: 300px;
	height: 60px;
	line-height: 45px;
	padding: 0;
	margin: 20px auto;
	color: #FFF;
	font-size: 18px;
	vertical-align: baseline;
	text-align: center;
	box-shadow: none;
	border-style: none;
	border-radius: 5px;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#credit {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 80px;
}

.form-wrap fieldset:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   line-height:0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#form-wrap {
		width: 100%;
		margin: 0;
	}
}

/* Small Devices, Tablets */
@media (min-width : 320px) and (max-width: 478px)  {

	.form-wrap .lead {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.form-wrap fieldset.row {
		display: block;
		width: 100%;
		padding: 15px 0;
		position: relative;
		border-top: 1px solid #CCC;
		border-bottom: none;
	}
	
	.form-wrap fieldset legend {
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.form-wrap fieldset .col-md-8,
	.form-wrap fieldset .col-md-4 {
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	.form-wrap fieldset > div > p {
		margin: 0;
		padding: 10px;
	}

	#form-wrap {
		width: 100%;
		margin: 0;
	}
	
	.form-wrap fieldset input[type="text"],
	.form-wrap fieldset input[type="tel"],
	.form-wrap fieldset input[type="email"] {
		box-sizing: border-box;
		line-height: 50px;
		height: 50px;
	}
	
	.policy-link {
		margin: 10px 0;
	}
	

	.form-wrap fieldset#privacycheck-wrap {
		margin-top: 10px;
	}

	input[type="submit"] {
		width: 100%;
	}
}
