#app-header h1 {
    margin:0px 0;
}

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

#user-nav > a {
    color:#000000;
}

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

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

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}

#page-links a {
    display:inline-block;
    padding: 5px 10px 5px 0;
    font-size:14px;
    color:#000000;
}

button#accountDropdown {
  padding: 5px 10px 5px 0;
}

#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#000000;
}


#search-form .search-form-container {
  background-color: #0f4a93;
}

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

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

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

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

/* Hide Registration Fields */
/*.RegistrationBody__UserFields {
display: none;
}*/


/* Hide the Drop Course option from the student dashboard */
.col-xs-2.col-sm-1 {
    display: none;
}

/*Style to hide dates in catalog listings */
/*#listings div.product-dates {
  display: none;
}*/

.product-tile .product-footer {
    color: #000000;
}

button#AdminProductAdd__Course {
    background-color: #000;
}

span.fQfxa_caGd.fQfxa_fKcQ.fQfxa_eCSh.fQfxa_ImeN.undefined.fQfxa_dqAF {
    background-color: #1a4190;
}

/*div#cart {
    display: none;
}*/

/*button#add-remove-cart-button {
    display: none;
}*/

#app-footer {
    font-size: 12px;
    padding-top: 30px;
    background-color: #f5f5f5;
    color: #0f4a93;
background-repeat: no-repeat;
}

#app-footer a, #app-footer ul {
    color: #0f4a93;
    white-space: nowrap;
}

.piped-list>li:before {
    margin-right: 8px;
    content: "|";
    color: #f5f5f5;
}