/*Modify the home page feature area background*/
#home-page .feature-region {
  height:  400px;
  margin: auto;
  background-image: url("https://instructure-uploads.s3.amazonaws.com/account_135130000000000001/attachments/6006/Certification%2526Training%20Banner%20%25281%2529.svg");
  background-size:  cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: #c6d7e9;
  }


/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 1000px;
  padding-top: 48px;
  margin: auto;
  color: #c6d7e9;
}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.3em;
  margin-top: 1em;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.9em;
}
/*Hide dates, price, and free flag*/

.product-dates {
display:  none;
}

.product-price {
display:  none;
}

.jqFlag {
display:  none;
}

/*Hide enrollment message on listing and self-paced*/
.ProductEnrollment__Notice {
	display: none;
}

.hero-region p {
          display: none;
}