.landing-page-container {
    display:block;
    width:700px;
    margin:167px auto;
    background:#f8f8f8;
    height:593px; /* 626 + 167 + 167 */
    overflow:hidden;
    z-index:1000;
    position:relative;
}
.landing-top {
    position:absolute;
    left:245px;
    right:245px;
    top:0px;
    height:167px;
    overflow:hidden;
}
.landing-bottom {
    position:absolute;
    left:245px;
    right:245px;
    top:793px;
    height:167px;
    overflow:hidden;
}
.redeem-bordered-container {
    margin-left:auto;
    margin-right:auto;
    border:2px solid #411763;
    width: 600px;
    padding: 20px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#ffffff, #e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e7e7e7); /* Standard syntax */
}
.findanecode-image {
    background-image: url(/images/happykids4.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.redeem-image {
    background-image: url(/images/index_hero_water.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.redeem-header {
    font-size: 15px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 14px;
}
.redeem-form-input {
    display: inline-block;
    width: 385px;
    height: 26px;
    margin-right: 3px;
    padding-left: 10px;
}
.redeem-form-button {
    display: inline-block;
    background-color: #411763;
    color: white;
    width: 90px;
    height: 28px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: none;
}
.redeem-subtext {
    color: #a4a4a4;
    font-size: 15px;
    margin-top:14px;
}
.redeem-footer {
    
}
.redeem-footer-header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 10px;
}
.redeem-footer-links {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.redeem-footer-link {
    margin-right: 3px;
    margin-left: 3px;
    color:#a4a4a4;
}
.redeem-divider-bar {
    height:1px;
    background-color:#a4a4a4;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    width:660px;
}
.redeem-footer-subtext {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.redeem-footer-spacer {
    height:100px;
}
