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

.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: #CA0002;
}

.brandedHeader-wrapper {
    background: transparent;
}


#rs-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#CA0002+0,8e54e9+100 */
    background: lightgrey !important;
}

#logo {
    width: 300px;
    position: relative;
    left: -10px;
}

.navbar.normal, #footer {
    background: lightgrey;
}

.navbar.normal {
    height: 100px;
}