#home-page .top-navigation-container {
    margin-bottom: 400px;
}
#home-page #home-slider {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 600px;
    z-index: -1;
    overflow: hidden;
}
#home-page .slick-panel {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
}

.container.bg-white {
    background: none !important;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar.navbar-default {
    margin-left: 0;
}
ul.nav.navbar-nav.flippy li a {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
/*
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    padding: 0 20px 0 0;
}
*/
.flippy.logo ul {
    margin-left: -63px;
    width: auto;
}
.navbar {
    min-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    border: 0;
    margin-left: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav > li.active:last-child > a {
    padding: 5px 20px;
    margin-top: 0;
}
.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav > li.active:last-child > a,
.navbar-default .navbar-nav > li:last-child > a:hover {
    background: #1db954;
}
.navbar-default .navbar-nav > li.ace-orange > a,
.navbar-default .navbar-nav > li.ace-orange > a:hover {
    background: #e04d34;
}

#switcher {
    width: 350px;
    margin-top: 95px;
    margin-right: -20px;
    float: right;
}
#switch-snow,
#switch-surf,
#switch-race,
#switch-bike {
    display: block;
    width: 84px;
    height: 40px;
    text-indent: 400px;
    overflow: hidden;
    float: right;
    background: url("/images/sa-stamp.png") no-repeat;
}
#switch-surf {
    background-position: -85px 0;
}
#switch-race {
    background-position: -169px 0;
}
#switch-bike {
    background-position: -253px 0;
}

.account-links {
    float:right;
    color: #fff;
    padding-top: 3px;
    margin-right: 0;
}
.account-links a {
    color:#fff;
    font-size: 12px;
}
.account-links a:hover {
    color:#fff;
}
.bg-light-grey {
    background-color: #eef9fe;
}
.payoff h1,
.payoff h3 {
    color:#005fbd;
}

/**************
GLOBAL
***************/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-control {
    color: #333;
}
#portfolio .mix-custom {
    display: none;
}

/**************
SIGNUP
***************/

.signup-title {
    padding: 10px 15px;
    color: #fff;
    background-color: #0054a7;
}
.signup-body {
    display: none;
    border: 1px #dddddd;
}
.signup-body.open {
    display: block;
}
.typeSwitchContainer {
    margin: 10px 10px 5px 10px;
    padding: 5px 0 15px 2px;
    border-bottom: 1px solid #ccc;
}
.signup-title.selected:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
}
.signup-title.done {
    cursor: pointer;
}
.signup-title.done:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    color: #fff;
    cursor: pointer;
}

/**** node - progress ***/
div#content div.node.progress  {
    width:190px;
    min-height:645px;
}
div.node.progress div.content {
    min-height:585px;
}
div.node.progress div#progress {
    min-height:585px;
}
div.node.progress div.content img {
    display:block;
    float:left;
    margin:8px 0 0 12px;
    border:#333 1px solid;
    padding:3px;
    background-color:#FFF;
}
div.node.progress div.content img:hover {
    background-color:#1de0e2;
    cursor:pointer;
}

span.formError {
    display:block;
    color:#b94a48;
    font-style:italic;
    padding: 6px 0 0 6px;
}
div.form {
    width:550px;
    float:left;
}
div#progress {
    width:185px;
    margin:20px 0 0 0;
    /*background-color:#FF0000;*/
    height:400px;
    float:right;
}

.eduHolder {
    padding: 0 10px;
}
.eduSelect {
    padding: 10px 10px;
    border:2px solid #ccc;
    background-color:#eee;
    margin-bottom: 20px;
}

span.optionInfo {
    display:block;
    color:#000;
    font-weight:bold;
    padding:4px 0 4px 0;
    margin-top: 20px;
}
span#cartError {
    display:block;
    color:#b94a48;
    font-style:italic;
    padding:10px 0 2px 25px;
}
span.cartError {
    display:none;
    color:#b94a48;
    font-style:italic;
    margin: 2px 0;
}
label span.cartError {
    margin: -10px 0 2px -20px;
}

div.formDates {
    margin:10px 0 10px 25px;
}
div.formDatesOptions {
    margin:0 0 0 50px;
}
div.formDatesOptions select {
    margin:10px 0 0 0;
}


/**************
Racing
***************/

div#option-frequency-holder1,
div#option-frequency-holder2,
div#option-frequency-holder3 {
    padding:10px 0 0 25px;
}

div.progress-step {
    background-color:#ccc;
    padding:6px;
    width:160px;
    margin:0 0 0 10px;
}
div.progress-step.first {
    margin-top:-10px;
}
div.progress-info {
    padding:6px;
    width:158px;
    margin:0 0 10px 10px;
    border: 1px solid #ccc;
    color:#000;
}
div.progress-title {
    font-size:16px;
    margin:8px 0 10px 0;
    height:20px;
}

