/* dwight OWP */

/* Hide the price from courses */
.product-footer .product-price {
  display: none !important;
}

.product-image .jqFlag {
  display: none !important;
}

#home-page .feature-region {
  background-repeat: no-repeat;
  background: #CD2427;
}

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

/* Modify the layout of the search box submit icon*/
.search-form .search-submit {
color: #163B7D;
}

.product-credits > span:nth-child(1) {
  display: none !important;
}