/***** Slider *****/
.rangeslider__value-bubble {
	font-size: 24px;
	bottom: 19px;
}
.slideLimit {
	font-size: 16px;
}

.field-validation-error {
    font-size: x-small;
    color: red;
}



/***** Form *****/
.formSection {
	padding: 30px 60px 20px 60px;
}
.fieldRow li {
	width: 388px;
	margin: 0 40px 40px 0;
	padding: 0 5px 0 10px;
}
.fieldRow li:last-of-type {
	margin-right: 0;
}
.fieldRow3 li {
	width: 239px;
}
.fieldRow4 li {
	width: 164px;
}
/*.fieldRow .fieldDate {
	width: 393px;
}*/
.fieldRow2 li {
    width: 47.6%;
}
.fieldRow .fieldGender {
	width: 47.6%;
}
.field select {
   width: 100%;
}
.fieldSelect i {
	display: none;
}
#estimatedPrice {
	padding-bottom: 60px;
}
.buttonWrapper {
	padding: 0;
	margin-bottom: 40px;
}
.fieldRow1 li {
	width: 97.8%;
}
.incomeRow ol {
	margin: 0;
}
.incomeRow select {
    width: calc(100% - 32px);
}
.expensesRow select {
    width: calc(100% - 32px);
}
.termsRow {
	overflow: hidden;
	margin-bottom: 40px;
}
.termsRow .fieldRadio {
	padding-left: 0;
}
.rowLabel,
.termsRow strong {
    margin: 0;
}
.incomeRow li:nth-child(3) {
    width: 50.9%;
}
#expenses .termsRow .fieldRadio label:first-of-type {
	margin-left: 0;
}
#terms {
	padding-bottom: 0;
}
#terms input.button {
	margin-right: 39.6%;
}
.fieldRow3 .totalPreLabel {
	width: 31%;
}





/***** Gateway *****/
#gateway {
	margin: 60px 0 120px 0;
}
#gateway h2 {
	font-size: 34px;
	margin-bottom: 28px;
}
#gateway h3 {
	font-size: 24px;
	font-weight: 400;
}
#gateway h4 {
	font-size: 18px;
	font-weight: 300;
}
#gatewayCol1 {
	height: 300px;
    text-align: left !important;
}
#gatewayCol2 {
	height: 300px;
}




/***** Password *****/
#passwordReset {
	margin: 60px 0 120px 0;
}
#passwordReset h2 {
	font-size: 34px;
	margin-bottom: 38px;
}



/** Added 5 Feb 2018 **/
#addressDetail {
	margin: 0 0 125px 0;
}
.fieldLongLabel .fieldSelect {
	width: auto;
}
.propertyDetailsItem .fieldLongLabel {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -ms-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}
.propertyDetailsItem .fieldLongLabel ol,
.propertyDetailsItem .fieldLongLabel strong {
	/* Flex should have 3 values which is shorthand for 
    <flex-grow> <flex-shrink> <flex-basis> */
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
	width: 50%;
}
.propertyDetailsItem .fieldLongLabel strong {
	line-height: 45px;
}
.propertyDetailsItem .fieldLongLabel ol {
	width: 30%;
}
.propertyDetailsItem .fieldLongLabel .field {
	width: 100%;
}
.propertyDetailsItem .fieldLongLabel .field-validation-error {
	width: 420px;
}