.hero{
	justify-content: end;
}
header .logo {
    height: auto;
    max-width: 120px;
}
.footer-logo-bm {
    width: 200px;
}
.amount-display {   
    border: none;
    max-width:300px;
	padding: 0px 5px;
}
.amount-currency {
    margin-top: 12px;
    font-size: 2rem;
}
#amountInput {
    background: none;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    color: #0e3645 !important;
    font-family: Nunito, sans-serif;
    font-size: 28px;
    margin: 0;
    min-height: 2.5em !important;
    text-align: center !important;
}
#startBtn { 
    background-color: #009C3E !important;
}
p.error {
    color: red !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

p.savings-text {
    font-size: 15px;
    width: 100%;
    max-width: 480px;
    margin: auto;
    text-align: center;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.custom-btn-no{
    padding: 8px 20px;
    color: #fff;
    background: #2f9ee9;
    margin: 7px auto;
    border: 0px;
    border-bottom: 3px solid #083264;
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 480px;
	text-align: center;
}
.question-subtext{
	color: #6a8690;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 10px;
    text-align: center;
}
p.savings-text a{
    color: #a0a0a0;
}
.input-container.zipcode label{
    font-size: 0px;
}
.input-container.zipcode input::placeholder {
  color: #999;
  font-size: 16px;
  letter-spacing:1px;
}
.gray-text{
    color: #a0a0a0;
    font-size: 17px;
	max-width: 600px;
    margin: 0 auto 20px;
}

.zipline{
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}

.why-choose-us h2 {
    font-size: clamp(2rem, 2.5vw, 3.1rem);
}

.hero h1 {
    font-size: clamp(2rem, 2.5vw, 3.1rem);
}

.how-to-find h2, .loan-options h2, .questions h2, .understand h2{
    font-size: clamp(2rem, 2.5vw, 3.1rem);
}
.cta .form-container h2 {
  font-size: clamp(2rem, 2.5vw, 3.1rem);	
}
.hero p.small-para {
    max-width: 100%;
}

.input-container input {
    text-align: center;
}
.hero ul li {
    margin: 2px 0 0;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0;
    align-items: center;
    display: flex;
}
.hero ul li:first-child{
   margin-bottom:0px
}

.input-container label {
    width: 95%;
    text-align: center;
	margin: auto;
    right: 0;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
    width: max-content;
    text-align: center;
    margin-left: 0px;
    background: #fff;
}
.loan-form-wizard {
    margin-top: 56px;
}




@media (max-width: 768px) {
  .question-title{
        font-size: 1.5rem
    }
}

@media (max-width: 576px) {
	.inline_item-li {
		margin: 0px 6px 0px 6px;
	}
    .index_footer-inline .inline_item-li a {
		font-size: 15px;
        padding: 10px;
    }
	.hero {
		margin-top: 20px;
		min-height: auto;
	}
  .question-title{
        font-size: 1.4rem;
		margin-bottom: 10px;
    }	
}

@media (max-width: 480px) {
	.cta .form-container h2 {
		  font-size: clamp(1.8rem, 2.5vw, 3.1rem);	
		}
		
	.why-choose-us h2 {
		font-size: clamp(1.4rem, 2.5vw, 3.1rem);
	}

	.hero h1 {
		font-size: clamp(1.4rem, 2.5vw, 3.1rem);
	}

	.how-to-find h2, .loan-options h2, .questions h2, .understand h2{
		font-size: clamp(1.4rem, 2.5vw, 3.1rem);
	}	
   .question-title{
        font-size: 1.2rem;
		margin-bottom: 10px;
    }	
}

