/* MORTGAGE CALC */
.mortgageCalcCont {
    background:#000;
    float: left;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
}
.mortgageCalcTitle {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.loanDetails, .loanDetailsPayment, .mortPayment, .calcButton {
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 22px;
    line-height: 30px;
    padding: 0 10px;
    width: 25%;
}
.mortPayment, .calcButton {
    font-size: 22px;
    text-align: center;
}
.loanDetailsPayment, .mortPayment{
	width:100%;
	}
.mortCalcForm input {
    border-radius: 2px;
    box-sizing: border-box;
    color: #000;
    float: left;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
input.trueCostInput, input.calcInputButton {
    border-radius: 3px;
    float: left;
    margin: 0;
    text-align: center;
    width:100%;
}
input.calcInputButton {
    background:#999;
    border: medium none;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
}
input.calcInputButton:hover{
	background:#fff;
	color: #1E1F21;
	}
.mortDisclamer{
	float:left;
	background:#000;
	color:#fff;
	padding:10px;
	font-size:14px;
	line-height:18px;
	margin-bottom:30px;
	width:100%;
	}
/*  RESIZE AT LESS THAN 1300 PIXELS */
@media only screen and (max-width: 1300px){
}
/*  RESIZE AT LESS THAN 1170 PIXELS */
@media only screen and (max-width: 1170px){
.mortCalcTextCont{
	font-size:16px;
	line-height:28px;
	}
}
/*  RESIZE AT LESS THAN 960 PIXELS */
@media only screen and (max-width: 960px){
}
/*  RESIZE AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px){
.loanDetails, .calcButton{
	width:50%;
	}
}
/*  RESIZE AT LESS THAN 720 PIXELS */
@media only screen and (max-width: 720px){
}
/*  RESIZE AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
}
/*  RESIZE AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px){
.loanDetails, .calcButton{
	width:100%;
	}
}
/*  RESIZE AT LESS THAN 360 PIXELS */
@media only screen and (max-width: 360px){
}