#app-header {
    background: #ffffff;
}

#search-form {
    background: rgb(0,59,92);
    background: radial-gradient(circle, rgba(0,59,92,1) 50%, rgba(66,152,181,1) 100%);
}

.ProductIcon__LargeCircle--course {
    background: #003b5c;
}

.product-tile .product-footer {
    color: #003b5c;
}

.feature-region {
    background-image: rgb(0,59,92);
    background-image: radial-gradient(circle, rgba(0,59,92,1) 50%, rgba(66,152,181,1) 100%);
}

.header-branding h1 a img {
    height: 75%;
}

/* IMPORTED NAVIGATION */
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}

#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 0px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#003b5c;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#4298b5;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#003b5c;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#003b5c;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#4298b5;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#003b5c;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
color: #003b5c;
}

#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}