 

/* lvl2 banner image for the Dental */
.c-layout-page.c-lv2-page .lv2banner {
	background-image: url('/tad/images/school_of_tech_banner.png');
    -webkit-background-size: 100%; 
	-moz-background-size: 100%; 
	-o-background-size: 100%; 
	background-size: 100%; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
/* lvl2 banner END */

/*title font color*/
.c-layout-page.c-lv2-page .lv2banner .page-title-ct {
	display: inline;
    font-weight: bold;
    font-size: 60px;
    color: #f6b72b;
    text-shadow: 1px 5px 6px black;
    
}

@media (max-width:991px) {
	.c-layout-page.c-lv2-page .lv2banner {
		min-height: 160px;
		background-position:49% 59%;
		padding-top: 65px;
	}
}
@media (max-width:430px) {
	.c-layout-page.c-lv2-page .lv2banner {
		background-position:45% 39%;
	}
}
/*lvl2 banner space END*/



/*.c-padding-b-20{
	padding-bottom:20px !important;
}
.c-padding-t-20{
	padding-top:20px !important;
}

::selection { background: #e3b505; color: #17334F;}
a {  color: #363636; }
  a:active,
  a:hover,
a:link, a:visited { color:#296196; text-decoration: none;}
  a:focus {
	color: #214971; }

.c-content-tab-1 .nav > li.active:hover > a{
background-color: white !important;
}
.c-content-tab-1 .nav > li:hover > a{
text-decoration: none;
}
.tab-content table h4 { font-size: 18px; }
.tab-content a.cbp-l-inline-view { margin-left: 12px; margin-top: 5px; } */


div > .c-content-person-1 {
	padding: 0px 10px 0px 10px !important;
}

.faculty-profile .c-content-person-1 .c-body {
	padding:0px 0 40px 10px !important;
}

.profile-bio {
	margin-top: -38px; 
	margin-left: 5px; 
	color: white;
	padding: 5px 5px 5px 20px;
	width: 180px;
	position:absolute;
	border-radius:3px;
	font-size: 100%;
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
	background: rgba(204, 204, 204, 0.5);
}

@media (max-width:991px) {
	.profile-bio {
		margin-top: -45px; 
		color: white;
		width: 200px;
		font-size: 120%;
	}
}

@media (max-width:480px) {
	.profile-bio {
		/*margin-top: -60px; */
		margin-left: 0px; 
		color: white;
		padding: 5px 5px 5px 5px;
		/*width: 200px;*/
		position:absolute;
		border-radius:3px;
		font-size: 60% !important;
		/*visibility: hidden;*/
	}
}

.has-profile-bio:hover > .profile-image > .profile-bio {
	margin-top: -100px;
	margin-left: 40px;
	width: 180px;
	font-size: 120%;
}

@media (max-width:991px) {
	.has-profile-bio:hover > .profile-image > .profile-bio {
		margin-top: -100px;
		margin-left: 50px;
		width: 200px;
		font-size: 130%;
	}
}

@media (max-width:480px) {
	.has-profile-bio:hover > .profile-image > .profile-bio {
		margin-top: -120px;
		margin-left: 10px;
		/*width: 350px;*/
		font-size: 80% !important;
	}
}

::selection { background: #e3b505; color: #17334F;}
a {  color: #363636; }
a:active,
a:hover,
a:link, a:visited { color:#296196; text-decoration: none;}
a:focus {
	color: #214971; 
}