div.building-questionnaire {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	height:80%;
	max-height:471px;
	z-index:99;
	-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}
div.building-questionnaire img {
	height:100%;
	max-height:471px;
	
}

section.survey {  
	background:none !important;
	padding: 88px 20px 100px;
	}
	section.survey * {  
		color: #000 !important;
	}
	section.survey h1 {
		text-align:center;
		font-family:"Baskerville MT W01 It";
		font-size:62px;
		margin-bottom: 115px;
		letter-spacing:-.03125em;
	}
	section.survey form {
		max-width: 806px;
	}
	section.survey div.form-row {
		padding-bottom: 55px;
	}
	section.survey div.survey-left {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	div.survey-left label {
		 position: relative;
		font-family:'BaskervilleMTW01-Roman';
		font-size: 24px;
		line-height: 26px;
		display: inline-block;
		height: auto;
		text-align: left;
	}
	section.survey div.survey-right {
		width: 50%;
		height: auto;
		display: inline-block;
		text-align: left;
	}
		section.survey div.survey-right label {
		font-size: 20px ;
		font-family:'BaskervilleMTW01-Roman';
		}
	section.survey div.skin-radio {
		display:block;
		padding:5px
	}
	section.survey div.skin-radio label {
			font-size: 20px;
			line-height: 24px;
			font-family:'BaskervilleMTW01-Roman';
		}
	section.survey div.skin-radio label:before {
		border: 2px solid #000;
		border-radius: 14px;
		width: 14px;
		height: 14px;
		padding: 3px;
	}
	section.survey div.skin-radio label:after {
		width: 12px;
		height: 12px;
		background-color: #000;
		content: "";
		font-size: 0px;
		border-radius: 12px;
		position: absolute;
		left: 6px;
		top: 6px;
		display: none;
	}
	section.survey input[type="text"], input[type="email"] {
		border: 0;
		border-bottom: 1px solid #000;
		width: 30px;
	    min-height: 30px;
		font-size:20px;
		text-align:left; 
	    margin-left: 20px;
		line-height:1;
		padding:5px;
    	display: inline;
}
section.survey input.missing { border-bottom: 1px solid #ff3300 !important}
/*	section.survey label {
		position: relative;
		font-family:'BaskervilleMTW01-Roman';
		font-size: 24px;
		line-height: 26px;
		display: inline-block;
		height: auto;
		text-align: left;
		}*/
		
	section.survey div.survey-right div.yesdiv {
		 width: 200px;
    	display: inline;
	}
	section.survey div.first-text-input {
		margin-top:20px;
		padding-bottom: 10px;
	}
	section.survey div.text-input {
		margin-top:0px;
		padding-bottom: 10px;
	}
	
	section.survey input[type="submit"] {
    	border: 3px solid #000;
		background: url(/img/lumina/bg-copper-button.jpg) transparent no-repeat center center;
		background-size: cover;
		border: none;
	}
	section.survey span.subtext {
		font-size: 20px; 
		line-height: 24px; 
		color:#000; 
		font-family:"Baskerville MT W01 It";
		padding-left:1.25em;
	}
	section.survey  div.skin-checkbox label {
		font-family:'BaskervilleMTW01-Roman';
	}
	




section.survey div.skin-checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #707170;
    top: 0;
    padding-top: 2px;
}
section.survey div.skin-checkbox label:before {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: transparent;
}
section.survey div.skin-checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(/thepeak/lib/img/dark/checkmark.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 18px;
    color: #707170;
    text-align: center;
    line-height: 20px;
	}


section.survey::input[type="email"]::-webkit-input-placeholder { line-height: 20px; color: #000 !important; font-family:'BaskervilleMTW01-Roman'; font-size: 18px; text-transform: lowercase; font-style:italic}
#SurveyEmail::-webkit-input-placeholder { font-size: 20px; line-height: 24px; color:#000; font-family:'BaskervilleMTW01-Roman'; font-style:italic;}
#SurveyPhone::-webkit-input-placeholder { font-size: 20px; line-height: 24px; color:#000; font-family:'BaskervilleMTW01-Roman'; font-style:italic;}
#SurveyName::-webkit-input-placeholder { font-size: 20px; line-height: 24px; color:#000; font-family:'BaskervilleMTW01-Roman'; font-style:italic;}
/**.missing::-webkit-input-placeholder {  color: #ff3300; }*/
section.survey:-moz-placeholder { line-height: 24px; color: #000; font-family:'BaskervilleMTW01-Roman'; font-style:italic; font-size: 18px;  text-transform: lowercase;}
#BrokerCompany:-moz-placeholder { font-size: 20px; font-family:'BaskervilleMTW01-Roman'; font-style:italic; line-height: 24px;}
/**.missing:-moz-placeholder {   color: #ff3300;  }*/
section.survey:-ms-input-placeholder { line-height: 24px; color: #000; font-family:'BaskervilleMTW01-Roman'; font-style:italic; font-size: 18px; text-transform: lowercase; }
#SurveyEmail:-ms-input-placeholder { font-size: 20px; line-height: 24px;}
/**.missing:-ms-input-placeholder { color: #ff3300;  }*/
section.survey p.reveal-response {     color: #000;    text-align: center; margin-top: 20px;  text-transform: none; font-size: 16px;}
#SurveyEmail, #SurveyPhone, #SurveyName {
	width:300px;
	display:none;
}

section.survey div.g-recaptcha div:first-child {
	margin-left:auto;
	margin-right:auto;
}

div.skin-radio { margin-left: 20px; }
div.skin-radio label { color: #fff; font-family:Georgia; font-size: 20px;  line-height: 24px; padding-left: 33px}
div.skin-radio label:before { border: 2px solid #fff; border-radius: 14px; width: 14px; height: 14px; padding: 3px;}
div.skin-radio label:after { width: 12px; height: 12px; background-color: #fff; content: ""; font-size: 0px; border-radius: 12px; position: absolute; left: 6px; top: 6px; display: none;}
div.skin-radio input:checked+label:after { display: block;}





@media only screen and (max-width:767px) {
	section.survey div.survey-left {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding-bottom:2em;
	}
	div.survey-left label {
    	font-size: 22px;
		width:100%;
	}
	section.survey div.survey-right {
		height: auto;
		display: inline-block;
		text-align: left;
		padding: 20px 40px;
	}
	div.survey-right label {
    	font-size: 18px;
		text-align:left;
	}
	section.survey input[type="text"], input[type="email"] {
    	margin-left: 0px;
	}
	div.building-questionnaire {
		display:none;
	}
} 


@media only screen and (max-width:600px) {

	section.survey div.survey-right {
		width:100%;
	}

}