.purchase{display:none;}
.refinance{display:none;}
.apply_button a {
    color: #fff !important;
}
.left_text {
    color: #fff;
}
.copyright {
    color: #fff;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.phone {
    margin-left: 40px;
}
}

@media only screen
and (min-device-width : 360px)
and (max-device-width : 640px) {
.phone {
    margin-left: 40px;
}
}

.container.homepage {
	min-height: 700px; /* temporary until content */
}

.container.page {
	min-height: 700px; /* temporary until content */
}