.cta09 .blue-bar {
    width: 100%;
    height: 100%;
    background-color: #112B62;
}

.cta09 h2 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta09 .cta-description {
    margin-bottom: 62px;
}

.cta09 p + p {
    margin-top: 20px;
}

.cta09 a {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    transition: 200ms all ease;
    box-shadow: inset 0px 0 #009FE3, inset 0px 0px #009FE3, inset 0px 0 #009FE3, inset 0px 0px #009FE3;
    border: 2px solid #ffffff;
}

.cta09 a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    border-color: #009FE3;
    box-shadow: inset 400px 0 #009FE3, inset 400px 60px #009FE3, inset -400px 0 #009FE3, inset -400px -60px #009FE3;
}

/* HELLES LAYOUT */
main.light .cta09 .blue-bar,
.editor-styles-wrapper.lightpage .cta09 .blue-bar {
    background-color: #009FE3;
}

main.light .cta09 h2,
.editor-styles-wrapper.lightpage .cta09 h2 {
    color: #112B62;
}

main.light .cta09 p,
.editor-styles-wrapper.lightpage .cta09 p {
    color: #000000;
}

main.light .cta09 a,
.editor-styles-wrapper.lightpage .cta09 a {
    color: #112B62;
    border-color: #112B62;
}

main.light .cta09 a:hover,
.editor-styles-wrapper.lightpage .cta09 a:hover {
    color: #FFFFFF;
    border-color: #009FE3;
    box-shadow: inset 400px 0 #009FE3, inset 400px 60px #009FE3, inset -400px 0 #009FE3, inset -400px -60px #009FE3;
}

@media only screen and (max-width: 768px){
    .cta09 .blue-bar {
        width: 25px;
    }

    .cta09 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .cta09 p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cta09 a {
        font-size: 14px;
    }
}
