/**
 * Valuation Tool
 */

table.ef-valuation-tool-report td input[type=text] {
	width: 100%;
	padding: 5px;
}

.input-full {
	width: 100%;
}

form input.error {
    border-color: #B94A48 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
} 

p.error {
	color: #B94A48;
}

.content-block.vt-header {
    background: #F2F2F2;
    padding: 135px 20px 100px 20px;
}

.content-block.vt-header.internal {
    padding: 55px 20px 55px 20px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}

.content-block.vt-header.internal .trust {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
}

.vt-header h2 {
    font-weight: 300;
    font-size: 25px;
    color: #8F8F8F;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}

.content-block.vt-header.internal .trust img {
    margin-right: 30px;
}

.content-block.vt-header.internal .trust h2,
.content-block.vt-header.internal .trust p {
    margin: 0 0 8px;
    font-size: 20px;
}

.vt-header .cta {
    width: auto;
}

.vt-header form {
    text-align: center;
    line-height: 0;
    overflow: hidden;
}

.vt-header input[type="text"] {
    float: left;
}

.vt-header input[type="submit"] {
    float: right;
    text-align: center;
}

.vt-header input[type="text"],
.ef-vtform-3 .gform_wrapper input[type=text] {
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    height: 58px;
    line-height: 20px;
    padding: 2px 10px;
}

.vt-header input[type="text"] {
    width: 50%;
    /* Width is minus CTA button width. */
    width: calc(100% - 235px);
    width: -moz-calc(100% - 235px);
    width: -webkit-calc(100% - 235px);
}

.vt-seasonal {
    padding: 15px 0;
}

.vt-seasonal ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.vt-seasonal li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

.vt-seasonal input {
    margin-right: 5px;
}

.vt-column {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 50%;
}

.vt-column label, .vt-seasonal > label,
.ef-vtform-3 .gform_wrapper .top_label .gfield_label {
    font-size: 16px;
    font-weight: 400;
}

.vt-column input, .vt-column select {
    background-color: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border-radius:4px;
    font-weight: 400;
    font-size: 15px;
    color: #9B9B9B;
    line-height: 20px;
    padding: 12px 15px;
    border: 1px solid #BEBEBE;
}

.vt-column .error {
    color: #A93538;
}

input.dollars {
    background: url('images/icon-dollars.png') no-repeat 10px 50%;
    padding-left: 40px;
}

input.datepicker { 
    background: url('images/icon-calendar.png') no-repeat 10px 50%;
    cursor: pointer;
    padding: 5px 5px 5px 40px!important;
}
.fa.fa-calendar{display: none!important}

.ef-vtform-3 p.text-center {
    margin-top: 0;
}

.ef-vtform-3 .gform_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.ef-vtform-3 .gform_wrapper .top_label .gfield_label {
    display: none;
    font-weight: 400;
    text-align: left;
}

.ef-vtform-3  .gform_wrapper form{
	display: table;
	width: 80%;
	margin: 0 auto;
}
.ef-vtform-3  .gform_wrapper form .gform_footer,
.ef-vtform-3  .gform_wrapper form .gform_body{
	display: table-cell;
	width: 20%;
}
.ef-vtform-3  .gform_wrapper form .gform_body{
	width: 80%;
}
.ef-vtform-3 .gform_wrapper ul li.gfield{
	display: table;
	width: 100%;
}
.ef-vtform-3 .gform_wrapper ul li.gfield .ginput_container{
	display: table-cell;
	width: 100%;
}
.ef-vtform-3  .gform_wrapper .gform_ajax_spinner{
	margin-top: 20px;
	padding-left: 15px;
    position: absolute;
}
.ef-vtform-3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message,
.ef-vtform-3 .gform_wrapper div.validation_error{
	display: none;
}
.ef-vtform-3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-left: 0;
	font-size: 15px;
}
.ef-vtform-3 .gform_wrapper li.gfield.gfield_error{
	border-top: none; 
    border-bottom: none; 
	background-color: transparent; 
}
.ef-vtform-3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.ef-vtform-3 .ginput_container_email input{
	padding-left: 50px !important;
	background: url(../images/icon-envelope.png) no-repeat scroll 15px 18px #f8f8f8;
    border: 1px solid #bebebe !important;
    border-radius: 5px !important;
    box-sizing: border-box;
    color: #a2a2a2 !important;
    font-family: Lato,Helvetica,sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    height: 59px !important;
    max-width: 430px !important;
    padding: 1px 1px 1px 60px !important;
    width: 100%;
}
.ef-vtform-3  .gform_footer input[type="submit"]{
	height: 57px;
}
.ef-vtform-3 .gfield_error .ginput_container{
	position: relative;
}
.ef-vtform-3 .gfield_error .ginput_container:after{
	content: url(../images/error-24.png);
	position: absolute;
    top: 26px;
    right: 18px;
}

#valuation_tool hr {
    background: #C1C1C1;
    border-style: none;
    height: 1px;
    margin: 0 15px;
}

section.content-vt-internal{
	padding: 80px 15px 30px;
}

.ef-vtform-3 .container{
	margin-bottom: 30px;
}
.ef-vtform-3  section.content-block{
	padding: 80px 15px 20px;
}

.vt-header-1{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 768px) {
	.ef-vtform-3 .gform_wrapper ul li.gfield .ginput_container{
		width: 77%;
	}
	.page-template-page-valuationtool .vt-header h2{
		margin-bottom: 15px;
	}
	.page-template-page-valuationtool .content-block.vt-header{
		padding: 100px 10px 50px;
	}
}
@media screen and (max-width: 675px) {
    .vt-header input[type="text"], .vt-header input[type="submit"] {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .vt-column {
        float: none;
        margin-bottom: 80px;
        width: 100%;
    }
	.ef-vtform-3 .gform_wrapper ul li.gfield .ginput_container,
	.ef-vtform-3 .gform_wrapper ul li.gfield,
	.ef-vtform-3  .gform_wrapper form .gform_footer,
	.ef-vtform-3  .gform_wrapper form .gform_body{
		display: block;
	}
	.ef-vtform-3 .gform_wrapper ul li.gfield .ginput_container{
		width: 100%;
	}
	.ef-vtform-3 .gform_wrapper form .gform_footer{
		text-align: center;
	}
	.vt-header-1{
		width: 95%;
	}
}