#btnSignUp {
    float: right;
    margin: 33px 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}

#header.sticky-header #btnSignUp { margin: 13px 0; }

#btnSignUp a { margin: 0 0 0 15px; }

#btnSignUp a:not(.button) { color: #FFF; }
#btnSignUp a:not(.button):hover { color: #DDD; }

#header.sticky-header #btnSignUp a:not(.button) { color: #1ABC9C; }
#header.sticky-header #btnSignUp a:not(.button):hover { color: #111; }

.device-md #btnSignUp {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
}

/* Promo banner: subtle prev/next arrows, aligned on the same line as the x close button */
.promo-banner .sb-msg { padding-right: 64px; }   /* room for the nav arrows + close button */

.promo-banner .promo-nav {
    position: absolute;
    top: 10px;
    right: 36px;
    line-height: 24px;
}

.promo-banner .promo-arrow {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    color: rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}

.promo-banner .promo-arrow:hover { color: rgba(0,0,0,0.65); }
