/* HEADER BUTTON CTA */
body .app-header-button, body .app-header-button:link, body .app-header-button:active, body .app-header-button:visited {
    color: #FFF;
    display: inline-block;
    background-color: #141f78 !important;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
