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

.product-tile .product-footer {
    color: #333333;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #333333;
}

/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #273991;
}

/* Carousel CSS */
.carousel-inner .item img {
    width: 100%;
}

.feature-region {
	background-image: none;
}

/*MEDIA FORMATTING rules for responsive devices. This coding is optional but helpful for tablets and mobile devices.*/

/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #555;
  }

*/Media for feature region*/

@media (max-width: 1200px) {
  #home-page #feature div {
    max-width: 800px;
 }
 
@media (max-width: 768px) {
  #home-page #feature {
    height: 200px;
    text-align: center;
    padding: 0 2em;
  }