/*This is the self-paced text */
.product-dates { 
visibility: hidden !important; 
color: #0C4C91; 
}

/*This is the Sorry This Course is Closed for Enrollment Text*/
.ProductEnrollment__Notice {
visibility: hidden !important; 
}

/* Hide 'self-paced' portion of registration pages specifically. */
#product-page .hero-head + p {
	display: none;
}

/* Hide 'hero-action' portion of listing pages specifically. */
#product-page .hero-action+ p {
	display: none;
}

.hero-action {
	display: none;
}

.hero-action-footer {
	display: none;
}

/*End Hide 'hero action' portion*/

/*This is the course logo on the catalog tile */
.ProductIcon__LargeCircle--course {
background: #66c398;
color: #ffffff;
}

/* Hover effect on course listings */
.product-link:hover {
transform: scale(1.05);
color: #102748
}

.product-link {
transition: transform 0.5s ease;
transform: none;
color: #000000;
}

/* Underline when hover over listings */
.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #0C4C91;
}

/* end hover effect on course listings */

#disclaimer-text { 
color: black; 
font-size: 10pt; 
text-align: center;
width: 100%;
}