/*Small change for stepy*/
.stepy-header {
    background: rgba(255, 255, 255,  0.4);
}
.stepy-header li.stepy-active div {
    background: rgba(169, 130, 0, 1);
}

.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: rgba(169, 130, 0, 1);
}

.brandedHeader-wrapper {
    background: transparent;
}

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

#logo {
    width: 150px;
    position: relative;
    -webkit-filter: grayscale(100%) invert(100%)!important;
}