/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2024 | 19:26:56 */
/* BLUE LABEL ON THE CARREER PAGE */
.label-blue-lg{
	background-color:#00ccff;
	color:black;
	padding: 5px 10px;
	border-radius:8px;
	font-size: 130%;
    letter-spacing: 3px;
    font-weight: 300;
	display:inline-block;
}

/* GREY CONTENT BOX ON THE CAREER PAGE STARTS HERE*/
.grey-content-box h2{
  color:#00ccff;
  font-weight:bold
}
.grey-content-box p{
  color:white;
}

.grey-content-box{
  background-color: rgba(255, 255, 255, 0.2);
  padding:20px;
  padding-top:60px;
  border-radius:15px;
  border: 1px solid rgba(229,233,235, 0.5);
}
/* GREY CONTENT BOX ON THE CAREER PAGE ENDS HERE*/
