/* Hide date on course listings page */
#listings .product-dates {
    display: none;
}

/* Hide date on product page*/
#product-page #feature .hero-head + p {
    display: none; 
}

/*Hide terms and conditions of Instructure */

.piped-list {
display: none;
}

/* Hide refine button */
.search-refine-button {
  display: none; 
}

/* Increase product page font size */
#product-page #description p, #product-page #description span, #product-page #description div {
  font-size: 18px;
}

/* Reduce logo size on header */
.header-branding h1 a img {
  max-height: 35px;
}

/* Hide Cart button - Header*/
#bulk-checkout-divider-hero, #add-to-cart-hero, #add-to-bulk-checkout-hero {
  display: none;
}

/* Hide Cart button - Footer*/
#add-to-cart-footer, #bulk-checkout-divider-footer, #add-to-bulk-checkout-footer {
  display: none;
}