#stickyWrap {
    background: #DCD5D5
}

#header {
    background: #27354E;
}

.bestText {
   color: white;
}

#step-1, #step-2, #step-3 {
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 1px solid #69A8D3;
    border: 0;
    background: #F1EDED;
}

.section-title {
	color: #1B293F !important;
}

#bg_top {
    background: transparent;
    margin-bottom: 20px;
}

#wizard .selected {
    background: #637090;
    border: 1px solid #062565;
    border: 0;
}

#stepContainer {
    border-radius: 0 !important;
}

#stickyFooter {
    width: 100%! important;
}

#footer {
    width: 100%;
}

#footer_bottom_text {
    background: transparent;
    font-size: 12px
}

#footer a {
    color: #604860;;
}

.bigBlueButton {
    background-color: #637090;
}

.bigBlueButton:hover {
    background-color: #27354E;
}