/* ==========================================
   CAPTURE PAGE
   ========================================== */

.header{
    padding:40px 35px 20px;
    text-align:center;
}

.header h1{

    color:#183d68;

    font-size:1.8rem;

    text-align:center;

    margin-bottom:25px;

    line-height:1.2;

}

.gold-line{

    width:80px;
    height:3px;

    background:#d4af37;

    margin:18px auto;

    border-radius:5px;

}

.header h2{
    color:#444;
    font-size:1.35rem;
    margin-bottom:25px;
}

.content{
    padding:0 35px 35px;
}

.content p{
    line-height:1.6;
    margin-bottom:22px;
}

.intro{
    font-size:1.45rem;
    font-weight:600;
    text-align:center;
    margin-bottom:20px;
}

.lead-text{

    font-weight:bold;

    text-align:center;

    color:#183d68;

}

.features{

    margin:25px 5px;

}

.features p{

    margin:18px 0;

    font-weight:600;
    
    line-height:1.5;

}

.tick{
    display:inline-block;
    width:24px;
    color:#2e8b57;
    font-weight:bold;
}

.footer{

    text-align:center;

    margin:70px 0 35px;

}

.footer h3{

    color:#183d68;

    font-size:1.6rem;

    margin-bottom:10px;

}

.footer p{

    color:#666;

    font-size:1rem;
    
    margin-bottom:0;

}