/* Buy Now buttons - make them green */

a.slide-button.blue, .webinars-header.login-button a.login-link, .slide-button.blue, .webinars-header.login-button a.login-link, input[type="submit"].blue {
    background: #4cb800;
    border-bottom: 4px solid #246900;
    box-shadow: inset 0 0 0 0 #246900;
}

a.slide-button.blue:hover, .webinars-header.login-button a.login-link:hover, .slide-button.blue:hover, .webinars-header.login-button a.login-link:hover, input[type="submit"].blue:hover {
    box-shadow: inset 0 -100px 0 0 #246900;
}
/* end---Buy Now buttons - make them green */

/* hide bouncing "scroll down" arrow */
.arrow.bounce.icon.icon_ArrowDown {
    display: none;
}
/* end---hide bouncing "scroll down" arrow */