html,body {background-color:#FFFFFF;}
/* -----------custom header stuff----------------*/
#app-header{
   background-color:#FFFFFF;
}

.btn-link, .btn-link:visited {color:#00467f;}
.btn-link:hover,.btn-link:active {color:#00467f;}
.Dropdown__ToggleText {color:#00467f;}

.feature-region {
    background-image:url(https://explore.neumann.edu/hubfs/catalogue/Dome_CampusImage1440x350.png);
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#ffcf06;
    border-top:4px solid #FFFFFF;
    border-bottom:4px solid #ffcf06;
}

#search-form.callout-region {
    background-color: #00467f;
}

.product-enroll-button {
	display: none;
}
#add-remove-cart-button {
        display: none;
}

/* testing -added 7/13/23 */

/* This helps you change the color of the header bar incase you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#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:#4d4d4d;
}

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

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

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

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