/*HEADER*/
#app-header {
  padding: 10px;
  background-color: #002A5C;
}
/*Modify the header background for all catalog pages.*/

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 2px;
  background-repeat: no-repeat;
  background: #E5A84F;
}
/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #F0F0F0;
}
/*Format the background inside the feature area*/
.product-bg {
  background-color: #F0F0F0;
}
/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #002a5c;
  padding-top: 30px;
}

span.Dropdown__ToggleTextWrapper {
color: white;
}

span.Dropdown__ToggleText {
color: white;
}

span.Dropdown__ToggleIcon--header.icon-right {
color: white;
}

header#feature {
    background-color: #E5A84F;
}

.product-tile .product-footer {
    color: #002A5C;
}

#app-footer {
color: #ffffff;
}

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

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

a[href="/login"] {
    color: white;
}

.header-nav {
    color: white;
}
/* Working Code as of 4/14/2016 */

/* 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:#FFFFFF;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#E5A84F;
}
/* 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 17px 10px;
    font-size:14px;
    color:#FFFFFF;
}

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

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

.search-form-container {
    color: #002a5c;
}

form.search-form {
color: #002a5c;
}

#search-form.callout-region {
 color: #002a5c;
}

#search-form .search-refine-button:hover, #search-form .search-refine-button:focus {
    color: #E5A84F;
}

span.search-refine-button__contents {
color: #002a5c;
}

/* FREE Triangle */
.product-flag-free {
    background-color: #002a5c;
}

/* Round course icon */
.ProductIcon__LargeCircle--course {
    background: #E5A84F;
}

.registration-product-image {
    width: 330px;
    margin: 0 auto;
}