.cta-radio-thumbnail{
    width: 200px;
    margin-top: 10px;
    display: block;
}
.description{
    margin-bottom: 15px;
}
.style1 .description a{
    text-decoration: underline;
    color: #fff;
}
.style2 .description a,
.style3 .description a{
    text-decoration: underline;
}

/* STYLE 1 */
.style1{
    padding: 0 20px 20px 20px;
    background-color: #009ad2;
}
.style1 .link a{
    color: #fff;
}
.style1 .description{
    color: #fff;
}
.style1 .title{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 20px;
}



/* STYLE 2 */
.style2{
    padding: 0;
}
.style2 .link a{
    color: #fff;
}
.style2 .title{
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}
/* STYLE 3 */
.style3{
    padding: 0;
}
.style3 .image{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.style3 .content-cta{
    width: 60%;
    width: calc(66% - 30px);
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
    margin: 0;
}
/* STYLE 4 */
.style4{
    padding: 0;
}
.style4 .image{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.style4 .content-cta{
    width: 60%;
    width: calc(66% - 30px);
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: top;
    margin: 0;
}




/* iPhone 6 and Nexus Devices*/
@media screen and (max-width:415px) {
    /* STYLE 3 */
    .style3 .image{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        display: block;
        vertical-align: top;
    }
    .style3 .content-cta{
        width: 100%;
        display: block;
        padding: 0;
        vertical-align: top;
    }
    /* STYLE 4 */
    .style4 .image{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        display: block;
        vertical-align: top;
    }
    .style4 .content-cta{
        width: 100%;
        display: block;
        padding: 0;
        vertical-align: top;
    }
}
