/*Small change for stepy*/
.stepy-header {
    background: rgba(255, 255, 255,  0.4);
}
.stepy-header li.stepy-active div {
    background: #242424;
}

.stepy-header li.stepy-active~li div {
    background: rgba(255, 255, 255,  0.6);
    color: #4D4D4D;
}

.stepy-header li span, .stepy-header li.stepy-active span, .stepy-header li.stepy-active~li span {
    background: transparent;
}

.stepy-header li span, .stepy-header li.stepy-active~li span {
    color: #313131;
}

.stepy-header li div:after{
    background-color: #242424;
}

.brandedHeader-wrapper {
    background: transparent;
}

#rs-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#242424+0,8e54e9+100 */
    background: #242424 !important;
    background: -moz-linear-gradient(45deg,  #242424 0%, #8c8e93 100%) !important;
    background: -webkit-linear-gradient(45deg,  #242424 0%,#8c8e93 100%) !important;
    background: linear-gradient(45deg,  #242424 0%,#8c8e93 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#8c8e93',GradientType=1 ) !important;
}

#branded-header {
    display:none;
}

#special-logo {
    width: 100%;
    position: relative;
    margin-top: -70px;
}