/* - variables- */
:root {
  --main-color: #202020;
}
#user-nav > a {
    color:#202020;
}

#user-nav {
  padding-top: 25px;
}
#page-links {
  display: inline-block;
}
#page-links a {
  display: inline-block;
  padding: 5px 10px 5px 0;
  font-size: 14px;
}
button#accountDropdown {
  padding: 5px 10px 5px 0;
}

/* - button/icon background - */
.btn-info, .Icon__CircleWrap--info, .product-flag.product-flag-free {
  background: #ce8e00;
}

/* - button/icon background - */
.btn-info, .ProductIcon__LargeCircle--course, .ProductIcon__SmallCircle--course {
  background: #202020;
}

/* - button/icon background - program*/
.btn-info, .ProductIcon__LargeCircle--program, .ProductIcon__SmallCircle--program {
  background: #202020;
}

/* - button*/
.btn-info {
  background: #090a0f;
}

.search-refine-button__contents {
color: #333333;
}

#app-header {
background-color: #ffffff;
}

ul.nav {
color: #202020;
}

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

span.Dropdown__ToggleText {
color: #202020;
}

/* - button :hover - */
.btn-info:hover, .btn-info:focus, .ProductIcon__LargeCircle--course:focus {
  background: #202020;
  filter: brightness(85%);
}
.product-results .product-tile:hover {
  box-shadow: inset 0px -5px 0px var(--main-color);
}

/* - feature-search - */
.feature-region {
  background-image: inherit;
}

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

.search-refine-button__text {
    color: #202020;
}

.icon.search-refine-button__icon.icon-circle-down {
    color: #202020;
}

.icon.search-refine-button__icon.icon-circle-up {
    color: #202020;
}

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