/* ICL Academy */

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

/* Hide 'free' tag on courses  */
.product-image .jqFlag {
  display: none !important;
}

/* High pipe between price and credits */
.product-credits > span:nth-child(1) {
  display: none !important;
}

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

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

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