/*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;
}
/*Accordion CSS is for drop-down course menu on the listings*/
.accordion span {
color: #0000EE;
}

.accordion span:hover,
.accordion span:hover::after {
  cursor: pointer;
  }

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #0000EE
}

.accordion .content p {
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.span {
}

/*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;
}