/* Marketo Thank You */
.marketo-thank-you-message-wrapper {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    background-color: #a9bd38 !important;
    font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px !important;
    padding: 60px 0 40px !important;
    z-index: 999;
    color: #fff !important;
}
.marketo-thank-you-message-wrapper h1 {
    color: #ffffff !important;
}
.marketo-thank-you-message-wrapper a{
    text-decoration: underline !important;
    color: #fff !important;
    font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.marketo-thank-you-message-wrapper button {
    position: absolute !important;
    /*right: -10px;*/
    top: 0;
    border: none !important;
    color: #fff !important;
    margin-bottom: 0;
    padding: 30px 2px !important;
    font-size: 30px !important;
    font-weight: 100 !important;
}

.marketo-thank-you-message-wrapper button:hover,
.marketo-thank-you-message-wrapper button:active,
.marketo-thank-you-message-wrapper button:focus{
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.marketo-thank-you-message-wrapper .button {
    text-decoration: none !important;
    border: 1px solid #fff !important;
}

.marketo-thank-you-message-wrapper .button:hover,
.marketo-thank-you-message-wrapper .button:active,
.marketo-thank-you-message-wrapper .button:focus{
    background-color: #fff !important;
    color: #a9bd38 !important;
    text-decoration: none !important;
    outline: none !important;
}

.marketo-thank-you-message-wrapper a.learn-more {
    color: #0099ad !important;
}

p.cta-link {
    line-height: 0 !important;
}


@media only screen and (  max-width: 64em ) {
    .marketo-thank-you-message-wrapper {
        /*line-height: 34px !important;
        /*padding: 80px 0 !important;*/
    }
    .marketo-thank-you-message-wrapper button{
        right: 15px !important;
        padding-top: 14px !important
    }
}