﻿.login_action_container .btn-primary {
    background: #2871af !important;
}
    .login_action_container .btn-primary:hover, .login_action_container .btn-primary:focus {
        background: #2871af !important;
    }
a, .header-points a, .header-points span, .product-points, .product-icon div span:hover, .savings-goal-star-active, .fade-out-block-button-open span, .fade-out-block-button-close span, .product-container-blocks .product-title a:hover {
    color: #2871af;
}
    a:hover, a:focus {
        color: #2871af;
    }
.order-direct-container {
    background: #2871af;
}
.product-icon div span:hover {
    color: #2871af;
}
.product-points {
    color: #2871af;
}

.wrapper_main_content_loggedin {
    /* must be same height as the footer */
    padding-bottom: 200px;
}

.wrapper_main_footer_loggedin {
    /* negative value of footer height */
    margin-top: -200px;
    height: 200px;
}

@media (max-width: 991px) {
    .savings-goal-star-active, .savings-goal-star-active:hover {
        color: #2871af !important;
    }
} 