/* participant item */
#participant-item {
	padding-bottom: 32px;
}

#participant-item h2,
#participant-item-info h2 {
	font-weight: 500;
	font-size: 1.625rem;
	line-height: 3.0625rem;
	color: #192a35;
}

#participant-item table td {
	padding-top: 0;
	padding-bottom: 0;
}

#hero-banner a.green,
#participant-item .green {
	color: #69e8ba;
}

#hero-banner a.blue,
#participant-item .blue {
	color: #00b3f0;
}

#hero-banner a.orange,
#participant-item .orange {
	color: #f47920;
}

#hero-banner a.red,
#participant-item .red {
	/*color: #dc3545;*/
	color: #f47920;
}

#hero-banner a:hover {
	color: #545454;
  	text-decoration: underline;
}

#participant-item-info {
	padding: 32px 0;
	background-color:#ebfafe;
}

#participant-item .status,
#participant-item-info .status {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

#participant-item .status.green,
#participant-item-info .status.green {
	background-color: #69e8ba;
}

#participant-item .status.blue,
#participant-item-info .status.blue {
	background-color: #00b3f0;
}

#participant-item .status.orange,
#participant-item-info .status.orange {
	background-color: #f47920;
}

#participant-item .status.red,
#participant-item-info .status.red {
	/*background-color: #dc3545;*/
	background-color: #f47920;
}

#call-to-action {
	padding-bottom: 66px !important;
}

#call-to-action a.btn:hover {
	text-decoration: none;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* participant item */
	
}

/* Responsive phone */
@media (max-width: 576px) {
	
	/* participant item */
	#participant-item table .logo-wrapper {
		display: none;
	}
}