/*** Tailored Home Page Styles ***/

.vaya-homepage-contact-button {
    width: 350px;
}

.tailored-homepage .heading-white {
    color: white;
}

.tailored-homepage .heading-underline {
    border-bottom:3px solid #E6ECF3;
    width:120px;
}

/*.tailored-homepage .list-homepage {*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    color: #384C5A;*/
/*    padding-bottom:5px;*/
/*    padding-left:3%;*/
/*}*/

/*.tailored-homepage .list-homepage li {*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    color: #384C5A;*/
/*    padding-bottom:10px;*/
/*    list-style:none;*/
/*}*/


.tailored-homepage p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #384C5A;
}

.tailored-homepage .health-plan h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 56px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 91, 147, 0.4);
}

.tailored-homepage .health-plan p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom:36px;
}

.tailored-homepage .call-to-action-home {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:auto;
    box-shadow: inset 0 0 60px rgba(0, 91, 147, 0.3);
}

.tailored-homepage .call-to-action-home h2 {
    line-height: 56px;
    color: #FFFFFF;
    /* Heading Drop Shadow */
    text-shadow: 0 2px 4px rgba(0, 91, 147, 0.4);
}

.tailored-homepage .call-to-action-home .sub-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.tailored-homepage .call-to-action-home .gb-inside-container {
    width:100%;
}

.tailored-homepage .vaya-stories-homepage h5 a{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #194F90;
}


/*Tablet*/
@media (max-width:810px){
    .tailored-homepage .v-shape-bg-one {
        display:none;
        position:absolute;
        object-fit:contain;
        transform:translateX(70vw) translateY(-5vh);
        width: 170.19px;
        height: 160px;
        margin-top:-20px;
    }

    .tailored-homepage .call-to-action-home p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        text-align:center;
        padding-bottom:0;
    }

    .tailored-homepage .call-to-action-home .gb-icon {
        align-self:center;
    }
}

/*Phone*/
@media (max-width:768px){
    .tailored-homepage h3 {
        font-weight: 300;
        font-size: 30px;
        line-height: 56px;
        color: #194F90;
    }

    .tailored-homepage .call-to-action-home .gb-icon {
        align-self:flex-start;
    }

    .tailored-homepage .call-to-action-home .sub-heading {
        text-align:left;
    }

}