#app-header {
    background-color: #cbe1cc;
}
.feature-region {
	background-image: none;
}
.search-form-container {
    background-color: #ffffff;
}
.Dropdown__ToggleText {
    color: #ffffff;
}

/* Working Code as of 4/14/2016 */
#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 10px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#FFFFFF;
}

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

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

/* 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:#3A613C;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#FFFFFF;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#000000;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

.ProductIcon__LargeCircle--course {
    background: #cbe1cc;
}