/* ===================================
   RETURNING AUTHORS HERO
=================================== */

.ra-hero{
    position:relative;
    padding:70px 0 80px;
    background: url('../images/doodlebackground.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ra-content{
    max-width:1100px;
}

.ra-small-title{
    display:block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #8896c0 !important;
    margin-bottom:15px;
}

.ra-hero h1{
    font-family: "Vidaloka",sans-serif;
    font-size: 5.5rem !important;
    line-height:0.95;
    font-weight: 500;
    color:#ffffff;
    margin-bottom:18px;
}

.ra-hero h2{
    font-family:'Open Sans',sans-serif;
    font-size: 2rem;
    line-height:1.1;
    font-weight: 400;
    color: #8896c0 !important;
    margin-bottom:20px;
}

.ra-hero p{
    max-width:1200px;
    font-family:'Open Sans',sans-serif;
    font-size: 1.125rem;
    line-height:1.45;
    font-weight:400;
    color:#ffffff;
    margin:0;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width:1200px){

    .ra-hero h1{
        font-size:72px;
    }

    .ra-hero h2{
        font-size:48px;
    }
}

@media (max-width:991px){

    .ra-hero{
        padding:60px 0;
    }

    .ra-hero h1{
        font-size:56px;
    }

    .ra-hero h2{
        font-size:38px;
    }

    .ra-hero p{
        font-size:18px;
    }
}

@media (max-width:767px){

    .ra-hero{
        text-align:center;
        padding:50px 0;
    }

    .ra-small-title{
        font-size:18px;
    }

    .ra-hero h1{
        font-size:45px !important;
        line-height: 50px;
    }

    .ra-hero h2{
        font-size:30px;
    }

    .ra-hero p{
        font-size:16px;
        line-height:1.7;
    }
}

/* =========================
   RETURNING AUTHORS PLANS
========================= */

.ra-plans-section{
    padding:80px 0;
    background:#fff;
}

.ra-plans-heading{
    max-width: 100%;
    margin:0 auto 50px;
    text-align:left;
}

.ra-plans-heading h2{
    font-size: 30px;
    line-height:1.1;
    font-weight:700;
    color: #1c2238 !important;
    margin-bottom:20px;
    font-family:"Open Sans",sans-serif;
}

.ra-plans-heading p{
    font-size: 1.125rem;
    line-height:1.6;
    color: #636363;
    margin-bottom:20px;
    font-family:"Open Sans",sans-serif;
}

.ra-plan-card{
    background:#fff;
    border:1px solid #d8d8d8;
    padding:18px;
    height:100%;
    display:flex;
    flex-direction:column;
    border-radius:3px;
    overflow:hidden;
}

.ra-plan-header h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
    font-family:Georgia, serif;
}

.ra-orange{
    color:#ff6f4f;
}

.ra-blue{
    color:#4b5e9b;
}

.ra-dark{
    color:#1c2238;
}

.ra-price{
    font-size:28px;
    font-weight:700;
    color:#1c2238;
    margin-bottom:10px;
}

.ra-old-price{
    color:#777;
    text-decoration:line-through;
    font-size:18px;
    font-weight:400;
    margin-right:10px;
}

.ra-plan-header p{
    font-size:14px;
    color:#666;
    margin:0;
}

.ra-divider{
    height:1px;
    background:#dcdcdc;
    margin:20px 0;
}

.ra-features{
    list-style:none;
    padding:0;
    margin:0;
    flex:1;
}

.ra-features li{
    font-size:16px;
    color:#555;
    line-height:1.7;
    margin-bottom:12px;
}

.ra-features strong{
    font-style:italic;
    font-weight:700;
}

.ra-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:120px;
    height:42px;
    padding:0 16px;
    background:#575c73;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
    font-weight:700;
    margin-bottom:15px;
    transition:.3s;
}

.ra-btn:hover{
    color:#fff;
    background:#444a61;
    text-decoration:none;
}

.ra-btn span{
    font-size:24px;
    line-height:1;
}

.ra-save{
    font-size:15px;
    font-weight:700;
    color:#555;
    margin-bottom:20px;
}

.ra-plan-card img{
    width:100%;
    display:block;
    border-radius:2px;
    margin-top:auto;
}

/* Responsive */

@media(max-width:991px){

    .ra-plans-heading h2{
        font-size:42px;
    }

    .ra-plans-heading p{
        font-size:18px;
    }

}

@media(max-width:767px){

    .ra-plans-section{
        padding:60px 0;
    }

    .ra-plans-heading{
        text-align:center;
    }

    .ra-plans-heading h2{
        font-size:34px;
    }

    .ra-plans-heading p{
        font-size:16px;
    }

    .ra-plan-header h3{
        font-size:28px;
    }

}

/* ==========================
   KIDS PLANS SECTION
========================== */

.kids-plans-section{
    padding:80px 0;
    background:#fff;
}

.kids-plan-card{
    border:1px solid #d8d8d8;
    background:#fff;
    padding:18px;
    height:100%;
    border-radius:3px;
}

.kids-plan-header h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
    font-family:Georgia, serif;
}

.kids-orange{
    color:#ff7052;
}

.kids-blue{
    color:#4c5f9e;
}

.kids-price{
    font-size:28px;
    font-weight:700;
    color:#122347;
    margin-bottom:10px;
}

.kids-plan-header span{
    font-size:14px;
    color:#666;
}

.kids-divider{
    height:1px;
    background:#d8d8d8;
    margin:22px 0;
}

.kids-features{
    list-style:none;
    padding:0;
    margin:0;
}

.kids-features li{
    font-size:16px;
    line-height:1.5;
    color:#555;
    margin-bottom:18px;
}

.kids-features strong{
    font-style:italic;
}

.kids-btn{
    width:135px;
    height:42px;
    background:#565c73;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    margin-bottom:18px;
}

.kids-btn:hover{
    color:#fff;
    text-decoration:none;
}

.kids-btn span{
    font-size:24px;
}

.kids-save{
    font-size:14px;
    font-weight:700;
    color:#555;
    margin-bottom:20px;
}

.kids-plan-card img{
    width:100%;
    display:block;
    border-radius:2px;
}

@media(max-width:767px){

    .kids-plans-section{
        padding:60px 0;
    }

    .kids-plan-header h3{
        font-size:24px;
    }

    .kids-price{
        font-size:24px;
    }

}
.story-section {
    background: #f5f5f5;
    font-family: "Open Sans", sans-serif;
    padding: 50px 0 50px 0;
}