/* Programs, Areas of Study, Areas of Interest related custom styles */ 

.aoso-label, .aos-transfer {
	font-size: 10.5px;
	min-width: 45px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 5px;
	font-weight: 700;
	display: inline-block;
	background-color: #ffffff;
	color: #004d71;
	border: 1px solid #8CB7C9;
	line-height: 25px;
	border-radius: 25px;
}

.aos-thumb {
	min-height: 260px!important;
}

.designation {
	font-size: 10.5px;
	min-width: 45px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-top: 15px;
	font-weight: 700;
	display: inline-block;
	line-height: 1.5;
	border-radius: 25px;
	border: 1px solid #8CB7C9;
}

.degree {
/* 	background-color: #004d71; */
/* 	background-color: #8CB7C9; */
	background-color: #fff;
	color: #004d71;
}

.cert {
	background-color: #fff;
	color: #004d71;
}

#careers table {
  width: 100%;
}
  
#careers th {
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15)!important;
}

#careers td {
	color: #fff;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15)!important;
}

#careers th, #careers td {
	padding: 14px 10px 14px 20px!important;
}

#careers thead th {
/* 	background-color: rgba(0, 0, 0, 0.3); */
	background-color: #004d71!important;
	color: #fff!important;
}

#careers tr:hover {
	background-color: rgba(0, 0, 0, 0.15)!important;
}

.aoi-box-stroke {
	margin: 0 auto 20px auto;
	border: none;
	border-top: 2px solid #f3bd48;
	width: 60px;
}

.single .et_pb_post  {
	margin-bottom: 0px!important;
}

/* Mobile */ 

@media only screen and (max-width: 980px) {
	.aos-thumb {
	min-height: 230px!important;
	}
	
	.degree-row {
	margin-bottom: 0px!important;
	}
	
	.degree-item {
	margin-bottom: 20px!important;
	}
	
	.graphic-button-item {
	margin-bottom: 20px!important;
	}
	
	#careers th, td {
	font-size: 15px!important;
	padding: 12px 20px!important;
}

@media only screen and (max-width: 767px) {
	.aos-thumb {
	min-height: 180px!important;
	}
	
	.designation {
	font-size: 9px;
	min-width: 45px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 12px;
	}
	
	.degree-row {
	margin-bottom: 0px!important;
	}
	
	.degree-item {
	margin-bottom: 10px!important;
	}
	
	.graphic-button-item {
	margin-bottom: 10px!important;
	}
	
	#careers th, td {
	font-size: 13px!important;
	padding: 10px 16px!important;
}