@charset "utf-8";
/* CSS Document */

#diversityContainer a { color:#4F2170; }

#diversityContainer { width:759px; font:13px Arial;}

#diversityContainer #tab-menu { 
	margin-bottom:30px;
}

#diversityContainer #tab-menu #tabs { 
	margin-top:0;
	margin-left:0;
	padding:1em 0;
	background-color:#e3e3e3;	
}

#diversityContainer #tab-menu #tabs li{ list-style:none; display:inline; text-transform:uppercase; padding:0 .95em; font-size:15px; border-right:1px solid #666; }

#diversityContainer #tab-menu a { color:#666 }
#diversityContainer #tab-menu a.current { color:#4F2170; }

#diversityContainer h3 { 
	margin:0; 
	font-size: 15px;
}

/* carousel */
.slides_container {
    width:759px;
    height:285px;
	overflow:hidden;
	margin-bottom:0;
	display:none;
}
.slides_container div {
    width:759px;
    height:285px;
    display:block;
}

/* tab pane styling */
.diversity-panes div.tabbedpane {
	display:none;
}

.col-1 { float:left; position:relative; width:220px; }

.col-1-5 { float:left; width:345px; }

.col-2 { float:left; width:470px; }

.col-3 { float:left; width:720px; }

.col-1, .col-1-5, .col-2, .col-3 { padding-left:15px; padding-right:15px}


.vertList {
	list-style-type:none; 
	padding-left:.5em;
	margin-left:0;
}

.vertList li {
	padding: .35em 0;
	border-top: 1px dashed #aaa;
}

.vertList li.bottom {
	border-top: 1px solid #87AB3E;
}

a.mosaic-overlay {
	color:#fff  !important;
	padding:.5em 1em;
	font-size: 14px;
	font-weight: bold;
	line-height:1.15em;
}

a.mosaic-overlay p {
	margin: 0;
	padding: 0;
}
a.mosaic-overlay .affiliation {
	font-size:12px;
	line-height:13px;
	font-weight:normal;
}


/* Kellogg Voices */
#profile-KelloggVoices {
	font:13px/1.35em Arial;
	color:#222;
}
#profile-KelloggVoices div.profilePhoto{
	position:relative; 
	float:left; 
	width:300px; 
	height:300px
}
#profile-KelloggVoices div.profileContainer {
	position:relative; 
	float:left; 
	width:353px; 
	height:270px; 
	margin-top:30px; 
	text-align:left;
}
#profile-KelloggVoices div.profile {
	margin:0 20px;
}
#profile-KelloggVoices h2 {
	font: 16px/18px Arial;
	font-weight: bold;
	margin:0;
	padding:.5em 0 0 0;
	text-transform: uppercase;
}
#profile-KelloggVoices span.hometown {
	font: 14px Arial;
	font-weight:bold;
}
#profile-KelloggVoices span.degreeProgram{
	font-weight:bold;
	font: 14px Arial;
}
#profile-KelloggVoices div.quote {
	width:100%; 
	height:270px; 
	padding-right:20px; 
	overflow:auto;
}
#profile-KelloggVoices div.activities {
	border-top:1px solid #ccc;
	display:none;
}