.course-title{
	color: #02749f;
	font-size: 2.25rem;
	font-weight: bold;
}


.video-row-bg{
    background-image: url("../images/Bottom Curve.png");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	min-height: 631px;
	position: relative;
	z-index: 2;
}

.yellow-box{
	background-color: #fffebb;
	border-radius: 10px;
}

.prodpage-text-content {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.prodpage-text-content.expanded {
  -webkit-line-clamp: unset; /* show full text */
}

.see-more {
  color: #02749f;
  text-decoration: none;
  font-weight: bold;
}

.see-more:hover {
  text-decoration: underline;
}

.prodpage-format-bg{
    background-image: url("../images/03 Background with Image (Bottom Curve).png");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	position: relative;
	min-height: 1207px;
	z-index: 2;
}

.prodpage-format-card{
	border-radius: 10px;
	height: 100%;
}

.prodpage-format-img{
	border-radius: 10px;
}

.prodpage-card-header{
	color: #02749f;
	font-size: 1.3rem;
	font-weight: bold;
}

.prodpage-format-info{
    font-size: 0.93rem;
}

.prodpage-modal-link{
	font-weight: bold;
	font-size: 1.125rem;
}

.prodpage-modal-link:hover{
	text-decoration: none;
}

.avail-ind-list{
	list-style: none;
}

.avail-ind-list-item{
	display: flex;
	align-items: center;
}

.avail-ind-list-link{
	color: black;
	text-decoration: none;
	font-size: 1.1rem;
	cursor: pointer;
}

.avail-ind-list-link:hover{
	color: black;
	font-size: 1.1rem;
}

#avail-ind-list-gen::before{
	content: "";
	display: inline-block;
  background-image: url("../images/General Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-ind::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Industrial Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-hlc::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Health All Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-hcm::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Health Med Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-hnm::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Health Non Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-fds::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Food Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-off::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Office Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-trn::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Transportation Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-lss::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Lab Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-haz::before{
	content: "";
	display: inline-block;
  background-image: url("../images/HAZWOPER Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}

#avail-ind-list-cst::before{
	content: "";
	display: inline-block;
  background-image: url("../images/Construction Bullet.png");
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 1rem;
}
