.text-danger
{
	color:#C00 !important;
}

.btn-danger
{
	background:#c9302c !important;
}

.faculty-info
{
	width:100%;
	display:table;
	margin:20px 0px;
	border-top:1px solid #eeeeee;
	padding-top:20px;
}

.faculty-info .faculty-img,
.faculty-info .faculty-text
{
	display:table-cell;
}


.faculty-info .faculty-img
{
	width:190px;
}

.faculty-info .faculty-img img
{
	max-width:165px;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.faculty-info .faculty-text
{
	vertical-align:middle;
	line-height:115%;
}


.faculty-info .faculty-text h4
{
	margin-bottom:0;
	padding-bottom:10px;
}

.table-program tr:nth-child td
{
	padding-top:12px;
	padding-bottom:12px;
}

.table-program
{
	margin:15px 0px;
}

.table-program tr:nth-child(even) td
{
	background:#eee;
}

.table-program thead td
{
	background:#333333;
	color:#ffffff;
	padding-top:17px;
	padding-bottom:17px;
}

.center-pills {  
display: flex;
    justify-content: center; 
	}

.center-pills .active a,
.center-pills .active a:hover {
    background-color: red;
	border:1px solid red;
}

.center-pills a:hover
{
	background:#333333 !important;
	color:#ffffff;
	border:1px solid #333333;
}

.center-pills a,
.center-pills a:visited
{

	border:1px solid red !important;
	padding:15px 25px;
	font-size:115%;
	margin:3px;
}

.nav-pills.center-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: red;
}

.tab-program h4
{
	border:0;
	color:#333333;
	padding:0;
	font-size:150%;
	margin:10px;
}
/* ===========================
   RELATED AGENCIES & SOCIAL
============================ */

.related-agencies
{
text-align:center;
padding:30px 0px;
padding-top:0;
border-bottom:1px solid #dddddd;
margin-bottom:30px;
}

.related-agencies h4
{
font-weight:300;
padding:0px;
padding-bottom:10px;
margin:0;
font-size:165%;
padding-top:30px;
color:#000;
}

.related-agencies h4.morespace
{
padding:15px 0px;
}

.related-agencies ul,
.related-agencies li
{
list-style:none;
padding:0;
margin:0;
}

.related-agencies ul
{
text-align:center;
}

.related-agencies li
{
display:inline-block;
padding:0px;
}

.related-agencies ul li a img
{
height:100px;
width:auto;
}

@media (max-width:991px) 

{
	
}


@media (max-width:768px) 

{
.related-agencies ul li a img
{
height:100px;
}	
}

@media (max-width:640px)
{
.related-agencies ul li a img
{
height:70px;
}


.faculty-info .faculty-img
{
	width:160px;
}

.faculty-info .faculty-img img
{
	max-width:140px;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
}

@media (max-width:480px)
{
.related-agencies ul li a img
{
height:70px;
}


.faculty-info .faculty-img
{
	width:150px;
}

.faculty-info .faculty-img img
{
	max-width:125px;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
}