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

.header-nav li a
{
  color: #CC0000;
}
.carousel-inner .item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;    
    height: auto;
    line-height: 1;
    max-height: 500px;
}
.product-flag-free {
    background-color: #CC0000;
}
.ProductIcon__LargeCircle--course{
    background: #CC0000;
}
.product-tile .product-footer {
    background: #000000;
}
#search-form.callout-region {
    background-color: #000000;
}
.product-tile .product-footer {
    color: #ffffff;
} 
.feature-region {
	background-image: none;
}

#main.product-results {
    background-color: #ffffff;
}

#app-footer a, #app-footer ul {
    color: #CC0000;
}

.btn-link { 
    color: #CC0000;
}
.btn-info{
background-color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: grey;
    background-color: #CC0000;
    border-color: #CC0000;
}