/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	body { 
		font: 0.8em Verdana, sans-serif;
		color: #000; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
 	}
	::selection {
		text-shadow: none;
		background: #FFC20E;
		color: #000;
	}
	::-moz-selection {
		text-shadow: none;
		background: #FFC20E;
		color: #000;
	}
	.clear {clear:both;}
	.show {display:block !important;}
	
	#main_wrapper {background: #fff;}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		color: #000; 
		font-family: "Open Sans", Arial, sans-serif;
		font-weight: 700;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	.columns h4 { margin-bottom: 0; }
	.feature h4 { margin-bottom: 0; }
	h1 { font-size: 30px; line-height: 50px; margin-bottom: 0;}
	h2 { font-size: 25px; line-height: 40px; margin-bottom: 0; }
	h3 { font-size: 22px; line-height: 34px; margin-bottom: 0; }
	h4 { font-size: 14px; line-height: 30px; margin-bottom: 0; }
	h5 { font-size: 13px; line-height: 24px; }
	h6 { font-size: 11px; line-height: 21px; }

	p { margin: 0;}
	p:last-child { margin-bottom: 0; }
	p img { margin: 0; }
	.margin10 p { margin-bottom: 10px !important; }

	em { font-style: italic; }
	strong, b {font-weight:bold;}
	small { font-size: 80%; }

	/* Blockquotes */
	blockquote, blockquote p { font-size: 13px; font-weight: 400; line-height: 24px; color: #666; font-style: normal; }
	blockquote { margin: 20px 0; padding: 10px 20px; border-left: 5px solid #DA6F2F; }
	blockquote p:first-of-type { margin-top: 0 !important; }
	blockquote p:last-of-type { margin-bottom: 0 !important; }

	.indent {margin-left: 30px;}

	hr { border:0; border-bottom: 1px dotted #d6d6d6; margin: 20px 0 40px; height:0; clear: both;}
	.hr { border-bottom: 1px dotted #d6d6d6; margin: 20px 0 40px; height:0; clear: both;}

	.align-right { text-align: right; }
	.align-center { text-align: center; }
	.align-left { text-align: left; }
	
	dl {
		margin: 15px 0 0;
	}
	dt {
		float: left;
		clear: left;
		width: 85px;
		margin: 0 0 10px 0;
		font-weight: bold;
		text-align: right;
	}
	dd {
		margin: 0 0 10px 100px;
	}


/* #Header
================================================== */
	header { line-height: 0; background: #fff;}
	header #mobile_nav {
		display:none;
		float: left;
		width: 300px; height: 40px;
		background: #575757;
		color: #fff;
		line-height: 40px;
		font-size: 13pt;
		text-transform: uppercase; 
	}
	header #mobile_nav span {float:left; padding-left: 10px;}
	header #mobile_nav #btn {
		float: right;
		width: 51px; height: 40px;
		background: #DA6F2F url(../images/mobile_btn.png) center 13px no-repeat;
		opacity: .9;
	}
	header #mobile_nav #btn:hover {opacity: 1;}
	
	header .container {
		width: 984px;
		margin: 0 auto;
	}
	
	header #usc_banner {
		height: 65px;
		background-color: #000;
	}
	header #usc_banner a {
		display: inline-block;
		width: 171px; height: 36px;
		margin-top: 14px;
		background: #000 url(images/logos/usc_logo.jpg) 0 0 no-repeat;
	}
	
	header #isi_banner {
		height: 107px;
		background-color: #fff;
	}
	header #isi_banner #isi_logo {
		display: inline-block;
		float: left;
		margin-top: 38px;
	}
	header #isi_banner #viterbi_logo {
		display: inline-block;
		float: right;
		margin-top: 38px;
	}
	
	header #search_bar {
		width: 984px; height: 40px;
		margin: 0 auto;
		background-color: #fff;
	}
	header #search_bar .container {
		height: 40px;
		margin: 0;
		background: #000 url(images/search_bg.jpg) 115px 0 no-repeat;
	}
	#search_bar form {
		float: right;
		width: 190px; height: 40px;
		border-left: solid 4px #fff;
	}
	#search_bar .search_query {
		display: inline-block;
		float: left;
		width: 156px; height: 40px;
		padding: 0;
		background: #C2C2C2;
		border: none;
		border-right: solid 2px #fff;
		font: 1.0em/2.0em Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#search_bar .search_btn {
		display: inline-block;
		float: right;
		width: 31px; height: 40px;
		padding: 0;
		background: #000 url(images/search_icon.png) center 11px no-repeat;
		border: none;
		cursor: pointer;
	}
	#search_bar .search_icon {
		display: none;
	}
	#search_bar .search_query_on {background-color:#fff;color:#000;}

	
/* #Slideshow
================================================== */	
	#home_slideshow {
		width: 984px; height: 365px;
		margin: 0 auto 15px;
		background: #444;
	}
	#home_slide {
		width: 100%; height: 100%;
		background-repeat: no-repeat;
	}
	#home_slide #top_photo {
		position: absolute;
		z-index: 2;
	}
	#home_slide #bottom_photo {
		position: absolute;
		z-index: 1;
	}
	
	#home_slide #info_wrapper {
		position: absolute;
		display: table;
		z-index: 5;
		width: 270px;
		margin-left: 670px;
	}
	
	#home_slide #info_box {
		display: table-row;
		height: 330px;
		color: #fff;
		font-weight: bold;
	}
	#home_slide #researcher_name {
		display: block;
		margin: 47px 0 13px;
		font-size: 1.2em;
		line-height: 1.2em;	
		color: #FFC10D;
	}
	#home_slide #researcher_content p {
		display: block;
		padding-right: 20px;
		font-size: 0.9em;
		line-height: 1.4em;
	}
	#home_slide #researcher_content a {
		display: block;
		margin-top: 12px;
		font-weight: normal;
		font-style: italic;
		color: #FFC10D;
		text-decoration: none;
	}

	#home_slide #controls {
		position: relative;
		z-index: 10;
		width: 100%;
		top: 164px;
		font-size: 2.0em;
		text-transform: uppercase;
		color: #fff;
	}
	#home_slide #controls .previous, #home_slide #controls .next {
		float: left;
		width: 21px; height: 37px;
		margin: 0 20px;
		cursor: pointer;
		background: url('images/layout/slideshow_buttons.png') no-repeat 0 0;
		opacity: 0.8;
	}
	#home_slide #controls .next {
		float: right;
		background-position: -21px 0;
	}
	#home_slide #controls .previous:hover, #home_slide #controls .next:hover {
		opacity: 1;
	}

	
/* #Main Content
================================================== */
	
	#content, #home_content {
		display: table;
		width: 984px;
		margin: 0 auto;
		background: #fff;
	}
	#content {display: table;}
	#content a, #content a:visited, #home_content a {
		color: #B10737;
		text-decoration: none;
	}
	#content p {
		margin: 0 0 20px;
	}

	#content_container {
		display: table-cell;
		float: none;
		vertical-align: top;
		width: 692px;
		margin: 0;
		padding: 0 14px 40px 18px;
		border: solid 1px #959595;
	}
	
	h1.page_title {
		width: 100%;
		margin: 47px 0 17px 0;
		padding: 0 0 8px;
		font: bold 1.3em/.9em Verdana, sans-serif;
		line-height: 1.1em;
		color: #B10737;
		text-transform: uppercase;
		background: url(images/layout/page_title_hr.png) bottom repeat-x;
	}
	
	h2.hr {
		width: 100%;
		margin: 10px 0 17px 0;
		padding: 0 0 8px;
		font: bold 1.1em/.9em Verdana, sans-serif;
		color: #B10737;
		text-transform: uppercase;
		background: url(images/layout/page_title_hr.png) bottom repeat-x;
	}
	
	h3 {
		margin: 0 0 10px;
		font: bold 1.1em/1.2em Verdana, sans-serif;
		color: #000;
	}
	
	.news_item {
		margin: 18px 0 0;
		padding: 0 0 18px;
		background: url(images/layout/page_title_hr.png) bottom repeat-x;
		overflow: auto;
	}
	.news_item img {
		float: left;
		margin: 0 20px 5px 0;
		width: 80px;
	}
	.news_item .read_more {
		display: inline-block;
		margin-left: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#home_page .header {
		display: table;
		width: 100%; height: 20px;
	}
	#home_page .header h3, #home_page .header a {display: table-cell;}
	#home_page .header h3 {
		padding-left: 12px;
		background: #000;
		color: #fff;
		font-size: 1.0em;
		line-height: 20px;
		text-transform: uppercase;
	}
	#home_page .header a.rss_icon {
		width: 31px;
		background: url(images/layout/menu_sprite.png) right top no-repeat;
	}
	
	#isi_news, #isi_feature_story, #isi_widget_col, #col2, #col4 {
		display: table-cell;
	}
	#col2, #col4 {width: 20px;}
	#isi_news, #isi_feature_story, #isi_events {
		padding: 14px;
		background: #FFF;
		border: solid 1px #959595;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#home_page .heading, #home_page a.read_more, #home_page a.more_news, a.back_link {
		text-decoration: none;
		color: #B10737;
	}
	#home_page a.read_more {
		font-weight: normal;
		font-size: 0.8em;
		text-transform:uppercase;
	}
	#isi_news .date, #isi_feature_story .date {
		display: block;
		margin: 3px 0;
		font-style: italic;
	}
	#isi_news p, #isi_feature_story p {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#isi_news {
		width: 282px;
		background: #F3F3F4;	
	}
	#isi_news .news_item {
		display: table;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	#isi_news img {
		float: none;
		width: 70px;
		margin: 0; padding: 0;	
		border: solid 1px #AFB1B4;
	}
	#isi_news .photo, #isi_news .teaser {
		display: table-cell;
		padding-left: 15px;
		vertical-align: top;
	}
	#isi_news a.read_more {
		display: block;
		margin-top: 5px;
	}
	#home_page a.more_news {
		display: block;
		width: 100%;
		margin-top: 8px;
		font-size: 1.0em;
		font-weight: bold;
		font-style: italic;
		text-align: right;
		text-transform: uppercase;
	}
	a.back_link {
		display: block;
		margin-top: 40px;
		font-weight: normal;
		font-size: 0.8em;
		text-transform: uppercase;
		text-align: left;		
	}
	
	#isi_feature_story {width: 362px;}
	#isi_feature_story h3, #isi_feature_story p {margin: 15px 0 0;}
	#isi_feature_story img {
		display: block;
		width: 100%;
		margin: 15px 0 0;
	}
	#isi_feature_story a.read_more {
		display: inline-block;
		margin-left: 15px;
	}
	
	#isi_feature_story.mobile {display:none;}
	
	#isi_widget_col {
		width: 240px;
		margin: 0;
		vertical-align: top;
		background: url(images/layout/col_fill_bg.png) no-repeat bottom;
	}
	#isi_widget_col .bottom_pad {height: 14px;}
	#isi_widget_col .header a {
		display:inline-block;
		width: 100%;
		color: #fff;
		text-decoration: none;
	}
	#researcher_video {
		width: 240px;	height: 120px;
		margin: 15px 0;
		background-position: center;
		background-size: 95%;
	}
	#researcher_video a {
		display: block;
		width: 100%; height: 100%;
		background: url(images/layout/video_play.png) no-repeat 10px center;
		opacity: 0.7;
	}
	#researcher_video a:hover {opacity: 1.0;}
	
	#isi_events {
		margin: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#isi_events .header {margin-bottom: 15px;}
	#isi_events .header a {display: table-cell;}
	#isi_events .item {
		margin: 0 0 12px;
		padding: 0 0 12px;
		background: url(images/layout/page_title_hr.png) bottom repeat-x;
		overflow: auto;
	}
	#isi_events .item h3 {color: #B10737;}
	#isi_events a.heading {
		display: block;
		margin: 0 0 3px;
		font-weight: bold;
	}
	#isi_events .event_type {
		display: block;
		margin-bottom: 3px;
	}
	#isi_events em {
		padding-bottom: 5px;
	}
	#isi_events a.event_time {
		display: block;
		margin-top: 2px;
		color: #B10737;
		text-transform: uppercase;
		text-decoration: none;
	}
	#isi_events p.note {
		padding-bottom: 20px;
		color: #666;
	}
	#content_container .events_list {
		padding-left: 0;
		padding-top: 0;
		border: none;
	}
	#content_container .events_list .item {
		margin: 0; padding: 0;
	}
	#content_container .events_list a {
		display:block;
		padding: 20px 0;
		width: 100%;
	}
	#content_container .events_list a:hover {
		background: #eee;
	}
	#content_container .events_list em, #content_container .events_list strong, #content_container .events_list span {
		color: #333;
	}
	#content a.ical {
		display:inline-block;
		margin-left: 30px;
		padding: 2px 5px;	
		background: #B10737;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;		
	}
	
	#content_container h3 {
		margin: 40px 0 10px;
		font-size: 14px;
	}
	#content_container h3:first-of-type {margin-top: 0;}
	#content_container .events_list span {
		display: block;
		padding-top: 3px;
	}
	#content_container .events_list em {
		display: block;
		padding-top: 10px;
	}
	#content_container .events_list span.event_location {
		padding: 10px 0;
	}
	#content_container .events_list span.event_public {
		display: block;
		font-style: italic;
	}
	#content_container .toc ul {
		margin-bottom: 40px;
	}
	#content_container .toc ul li {
		margin-bottom: 5px;
	}
	#content_container ol {
		list-style: decimal;
		margin-left: 30px;
	}
	#content_container ol li {margin-bottom: 5px;}
	
	
	#content #history_page .field-item .about_photo,	#history_page .about_photo img {width: 150px;}
	#history_page a.title {
		display:block;
		margin-bottom: 10px;
	}
	.more_history {
		display: block;
		float: right;
		font-weight: bold;
		text-transform: uppercase;
	}
	/* timeline */
	#timeline_tabs {
		position: absolute;
		z-index: 5;
		height: 35px;
	}
	#timeline_tabs div {
		display: inline-block;
		width: 120px;	height: 35px;
		margin: 0 2px;
		border: solid 1px #c2c2c2;
		border-bottom: none;
		line-height: 22px;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
	}
	#timeline_tabs div:first-child {margin-left: 0;}
	#timeline_tabs .off {background: #D1D2D4;}
	#timeline_tabs .on {border-bottom: solid 1px #fff;}
	#timeline_tabs span {
		display: block;
		margin-top: 5px;
	}
	.decade {
		display: none;
		position: relative;
		width: 650px;
		top: 36px; 
		margin-bottom: 20px; padding: 0 10px 10px;
		border: solid 1px #c2c2c2;
	}
	.decade td {
		padding-top: 20px;
		padding-right: 20px;
		vertical-align: top;
	}
	.decade table .year {
		width: 80px;
		font-weight: bold;
		border-bottom: solid 1px #c2c2c2;
	}
	.decade table .content {
		width: 430px;
		padding-right: 5px;
		border-bottom: solid 1px #c2c2c2;
	}
	.decade table .image img {
		width: 80px;
		border: solid 1px #c2c2c2;
	}
	
	
/* #Timeline
================================================== */
	#isi-timeline .vco-storyjs .vco-feature h2, #isi-timeline .vco-storyjs .vco-feature h3 {
		font-family: Verdana, sans-serif !important;
	}
	#isi-timeline .vco-storyjs p, #isi-timeline .vco-storyjs blockquote, #isi-timeline .vco-storyjs blockquote p {
		font-family: Verdana, sans-serif !important;
		font-size: 0.8em;
		line-height: 1.6em;
	}
	#isi-timeline .vco-storyjs .vco-feature h3 {
		margin-top: 10px;
		color: #B10737;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
	
	/* Event layout */
	#isi-timeline .vco-slider .slider-item .content .content-container .media {
		float: none !important;
		display: table-row;
	}
	#isi-timeline .vco-slider .slider-item .content .content-container .media .media-wrapper {margin-bottom: 20px;}
	
	/* Timeline fixes */
	#isi-timeline .vco-timeline .vco-navigation .timenav-background .timenav-line {background-color: #B10737;}
	#isi-timeline .vco-storyjs h2.date {
    color: #000;
		font-size: 18px;
		font-weight: bold;
	}
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3, 
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
		padding-top: 5px;
		font-family: Verdana, sans-serif !important;
		font-size: 0.8em;
	}
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3, 
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
		padding-top: 5px;
    color: #B10737;
	}
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .line,
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker .line .event-line, 
	#isi-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
    background: #B10737;
	}
	#isi-timeline .vco-storyjs .thumbnail {width: 6px;}
	#isi-timeline .vco-storyjs .vco-feature p {color: #000;}

	
	
/* #Lists
================================================== */
	
	#content_container ul {
		list-style-image: url(images/layout/bullet_red.png);
		margin-left: 15px;
		
	}
	#content_container ul li {
		padding-left: 10px;
		color: #000;	
	}
	
	.content ul {
		margin: 0 0 20px;
	}
	
	.content ul li ul {
		margin: 10px 0;
	}
	
	.content ul.spaced li {
		margin-bottom: 10px;
	}
	
	
/* #Main Navigation
================================================== */
	nav {
		display: block;
		position:relative;
		z-index: 10;
		width: 984px; height: 20px;
		margin: 17px auto 13px;
		background-color: #FFC20E;
		color: #000;
		text-transform: uppercase;
	}
	nav a, nav a:visited, nav .top_level {
		display: inline-block;
		width: 100%;
		font: Verdana, sans-serif;
		font-size: 11px;
		line-height: 20px;
		color: #000;
		text-decoration: none;
	}
	nav .top_level {
		cursor:default;
	}
	nav ul {
		float: right;
		text-align: left;
		display: inline;
		margin: 0;
		padding: 0 4px 0 0;
		list-style: none;
	}
	nav ul li {
		display: inline-block;
		margin: 0 -3px 0 0;
		position: relative;
		padding: 0 10px 0 17px;
		color: #000;
		line-height: 20px;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	nav ul li:hover {
		background: #D1D2D4;
	}
	nav ul li.active {
		background: url(images/nav_active.gif) repeat-x;
	}
	nav ul li.active a {
		display: inline-block;
		height: 23px;
	}
	nav ul li ul {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 20px;
		left: 0;
		display: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transiton: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-transition: opacity 0.2s;
	}
	nav ul li ul li { 
		display: block;
		padding: 3px 25px 3px 17px;
		white-space: nowrap;
		margin: 0;
		background: #D1D2D4;
		border-top: solid 1px #fff;
		color: #000;
	}
	nav ul li ul li:first-child {
		height: 20px;
		padding-top: 0;
		padding-bottom: 0;
		background: #D1D2D4 url(images/nav_submenu_arrow.png) 17px 1px no-repeat;
		border: none;
	}
	nav ul li ul li:first-child:hover {
		cursor: auto;
		background: #D1D2D4 url(images/nav_submenu_arrow.png) 17px 1px no-repeat;
	}
	nav ul li ul li:hover { background: #aaa; }
	nav ul li:hover ul {
		display: block;
		opacity: 1;
		visibility: visible;
		border-bottom: solid 1px #fff;
	}
	
	#mobile_menu {display:none;}
	
	/*Text resize button*/
	header span {
		display:inline-block;
		float:right;
		width:28px; height: 20px;
		background: url(images/layout/text_resize.png) 7px 5px no-repeat;
		border-left: solid 2px #fff;
		cursor: pointer;
	}
	header span:hover {
		background: #000 url(images/layout/text_resize.png) 7px -5px no-repeat;
	}
		

/* #Sub Menu
================================================== */
#left_sidebar {
	display: table-cell;
	float: none;
	vertical-align: top;
	width: 238px;
	border-right: solid 20px #fff;
	background-color: #C2C2C2;
}
#left_sidebar ul li {
	width: 100%;
	padding: 4px 0;
	border-bottom: solid 8px #fff;
	background-color: #C2C2C2;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	/*text-indent: 21px;*/
	cursor: pointer;
}
#left_sidebar ul li:last-child {border: none;}
#left_sidebar ul li.active {
	background: #c2c2c2 url(images/layout/submenu_arrow.png) right 5px no-repeat;
}
#left_sidebar ul li:hover {background-color: #aaa;}
#left_sidebar ul li a, #left_sidebar ul li a:visited {
	display: inline-block;
	width: 185px;
	padding-left: 21px;
	color: #000;
}

#left_sidebar .separator {
	width: 100%; height: 40px;
	padding: 0;
	background: #fff url(images/layout/page_title_hr.png) center repeat-x;
}

#section_title, #responsive_submenu {
	display: none;
}

/* Submenu graphic */
#submenu_graphic {
	width: 100%;
}
#submenu_graphic div {
	width: 100%;
	background: url("https://cdn.tutsplus.com/net/uploads/legacy/009_jQueryMenu/sm/article/9.jpg");
	background-size: 100% 100%;
  background-repeat: no-repeat;
	color: #aaa;
	text-align: center;
	padding: 80px 0;
}

/* Website sidebar links */
#website_links_container {
	width: 100%;
	padding: 0;
}
#website_links_container ul {
	width: 100%;
	padding-bottom: 20px;
	background: #c2c2c2;
}
#website_links_container ul li, #website_links_container ul li:last-child {
	display: block;
	padding: 8px 0;
	border: none;
	border-bottom: solid 2px #fff;
}


/* #Main Content
================================================== */

#directory {padding-top: 5px;}
#directory #alphabet {
	height: 20px;
	margin-bottom: 37px;
	padding: 0 0 0 5px;
	background: #000;
	color: #727272;
}
#directory #alphabet #all_btn {
	float: right;
	padding: 0 19px;
	border-left: solid 2px #fff;
}
#directory #alphabet a, #directory #alphabet span {
	display: inline-block;
	padding: 0 7px;
	font: bold 1.0em/20px Verdana, sans-serif;
}
#directory #alphabet a {color: #fff;}
#directory #alphabet a:hover {
	background: #D1D2D4;
	color: #000;
}
#directory #alphabet .active {
	padding-bottom: 3px;
	background: url(images/directory_active.png) no-repeat;
	color: #000;
}
#directory #alphabet select, #directory #alphabet span.directory_select {display:none;}

#directory form {
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
#directory form div {
	display: inline-block;
	margin: 0;
}
#directory #edit-sq {
	display: inline-block;
	width: 320px; height: 22px;
	padding: 0 2px;
	border: none;
	background: #FFC20E;
	color: #000;
}
#directory #edit-submit-search {
	display: inline-block;
	height: 22px;
	margin: 0;
	padding: 0 5px;
	border: none;
	background: #000;
	color: #FFC20E;
	font-size: 12px;
	text-transform: uppercase;
}

.directory_letter .field-item {
	float: left;
	width: 320px;
	margin: 0 50px 20px 0;
	padding: 20px 0 0;
	background: url(images/layout/page_title_hr.png) top repeat-x;
}
.directory_letter .field-item:nth-child(even) {margin-right: 0;}
.directory_letter .field-item .about_photo {
	float: left;
	margin-right: 20px;
}
.directory_letter .field-item .full_name a {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
#content .directory_letter .field-item a.more_btn {
	display: inline-block;
	color: #A7A9AB;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
#content_container .directory_letter .field-item h3, #content_container .directory_letter .field-item h4 {
	margin-bottom: 0;
	font-size: 1.0em;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
.directory_nophoto {
	float: left;
	margin: 0;
	width: 80px;
	height: 100px;
	background: url('images/layout/profile.jpg') no-repeat;
}

#bio-photo {float: left;width: 140px;}
#content_container .bio {float: left;width: 550px;}
.bio h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.bio h4:last-of-type {margin-bottom: 20px;}

#fellows div {
	float: left;
	width: 315px;
	margin-bottom: 30px;
	margin-right: 30px;
}
#fellows div.clear {
	float: none;
	margin: 0;
}
#fellows h3 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}
#management p {
	float: left;
	width: 300px;
}

/* News Articles */
.news_container .page_title {margin-bottom: 0;}
.news_container .date, .news_container .author {
	display: block;
	margin: 10px 0;
	font-size: 0.9em;
	line-height: 14px;
	color: #000;
}
.news_item .date {
	font-style: italic;
	margin: 0 0 10px;
}
.news_item h3 {
	margin: 0;
}
.news_item .read_more {
	display: block;
	margin: 3px 0 0;
	font-size: 0.8em;
}

.news_container .author {margin-bottom: 20px;}
.news_container #sidebar {
	float: right;
	width: 180px;
	margin: 0 0 20px 40px;
}
.news_container #sidebar .story_photo {margin-bottom: 10px;}
.news_container #sidebar img {max-width: 180px;}
.news_container #sidebar .font {display: none;}
.news_container #story_options {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/layout/page_title_hr.png) bottom repeat-x;
}
.news_story #story_options a {
	display: block;
	height: 16px;
	padding-left: 24px;
	background: url(images/layout/menu_sprite.png) -2px -245px no-repeat;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}
.news_story #story_options a.print {
	background-position: -2px -230px;
}
.news_container #sidebar .press_contact {
	background-color: #D1D2D4;
	font-size: 11px;
}
.news_container #sidebar .press_contact span {
	display: block;
	padding: 5px 0;
	background-color: #C2C2C2;
	text-align: center;
	text-transform: uppercase;
}
.news_container #sidebar .press_contact p {padding: 10px;}
.news_container #sidebar .press_contact a {
	display: inline-block;
	margin-bottom: 3px;
	color: #000;
}
.news_container #article table {
	float: left;
	margin: 20px 20px 20px 0;
}
.news_container #article table img {
	max-width: 692px;
}

/*** Research Leadership ***/
#research-leadership {width: 100%;}
#research-leadership div {
	float: left;
	width: 130px;
	margin: 0 10px 20px 0;
	font-size: 12px;
}
#research-leadership a, #research-leadership span.full_name {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#research-leadership .photo {
	display: block;
	width: 130px; height: 150px;
	margin: 0 0 10px;
	background-color: #D1D3D2;
	background-position: center center;
	background-size: cover;
}
#research-leadership span {
	display: block;
	margin-bottom: 3px;
	box-sizing: border-box;
}
#research-leadership label {
	display: inline-block;
	padding-right: 5px;
}
#research-leadership label.phone {
	width: 12px; height: 12px;
	background: url(images/layout/icons/phone.png) no-repeat;
}
#research-leadership label.research_area {
	width: 12px; height: 14px;
	background: url(images/layout/icons/microscope.png) no-repeat;
}
#research-leadership div:nth-child(5n+1) {clear:both;}
#research-leadership div:nth-child(5n+0) {margin-right:0;}
#research-leadership div:first-child {margin-right:10px;}
#research-leadership .status {
	display: block;
	width: 100%;
	text-align: center;	
}

fieldset.accordian {
  position: relative;
	height: auto;
	margin-bottom: 20px;
  background: url(images/layout/page_title_hr.png) bottom repeat-x;
}
fieldset.accordian legend {
	display: block;
	padding-bottom: 15px;
	box-sizing: border-box;
	cursor: pointer;
}
fieldset.accordian legend span {
	display: inline-block;
	height: 14px;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	text-indent: 5px;
	text-transform: uppercase;
}
fieldset.accordian legend #results-message {
	float: right;
	font-size: 12px;
	text-transform: none;
}
fieldset.accordian legend div {
	position: relative;
	display: inline-block;
	width: 14px; height: 14px;
	background: url(images/layout/arrow_menu-red.png) center center no-repeat;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
fieldset.accordian legend div.open {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
} 
fieldset.accordian .collapsed {display:none;}
fieldset.accordian .fieldset_wrapper {
	margin: 0 0 0 20px;
}
fieldset.accordian .options_wrapper {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: solid 1px #D0D1D3;
}
fieldset.accordian .options_wrapper:first-child {padding-top: 5px;}
fieldset.accordian .options_wrapper:last-child {border: none;}
fieldset.accordian .options {
	margin: 0;
	padding: 0;
	-moz-column-count: 2;
  -webkit-column-count: 2;
}
fieldset.accordian #positions {
	-moz-column-count: 2;
  -webkit-column-count: 2;
}
fieldset.accordian h4 {
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: normal;
	line-height: 20px;
}
fieldset.accordian h4:first-child {padding-top: 0;}

fieldset.accordian .options .form_item {
	margin: 0 0 10px;
	vertical-align: top;
}
fieldset.accordian .options input[type=checkbox] {
	height: 16px;
	margin: 0;
	vertical-align:middle;
}
fieldset.accordian .options label {
	margin: 0 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}
fieldset.accordian .search_wrapper label {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
}
fieldset.accordian .search_wrapper input {
	display: inline-block;
	width: 300px;
}

/*** Directory ***/
.directory_list {width: 100%;}
.directory_list th {
	padding: 10px 5px 10px 0;
	background: #fff;
	text-transform: uppercase;
}
.directory_list th {
	padding: 10px 5px 10px 0;
	background: #fff;
	text-transform: uppercase;
}
.directory_list th.active img {
  display: inline-block;
  margin-left: 10px;
}

.directory_list tr:nth-child(odd) { background-color:#eee; }
.directory_list tr:nth-child(even) { background-color:#fff; }
.directory_list tr {
	padding: 10px 0;
	border: none;
}
.directory_list td {padding: 8px 5px 8px 0;}
.directory_list td.active {
	background-color: transparent;
}
.directory_list td.last_name {width: 110px;}
.directory_list td.first_name {width: 90px;}
.directory_list td.email {width: 130px; padding-right: 10px;}
.directory_list td.phone {width: 105px;}

.item-list {
	display: block;
	margin-top: 20px; padding-top: 20px;
	border-top: solid 1px #C2C2C2;
}

#content_container ul.pager {margin:0;}
.pager a {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
}
#content_container .item-list ul li {
	margin: 0 10px 10px;
}
.item-list .pager li.pager-first, .item-list .pager li.pager-last {display: none;}

#search-results {
	padding-bottom: 25px;
	font-size: 0.9em;
}
#search-results div {
  display: inline-block;
  float: right;
	margin-right: 10px;
  font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
#search-results span {
  display: inline-block;
	color: #B10737;
	font-weight: normal;
	cursor: pointer;
}

#isiglobal-directory-search-form {
	margin-bottom: 25px;
}
#isiglobal-directory-search-form #edit-sq-wrapper {display: inline-block;}
#isiglobal-directory-search-form .form-item {margin:0;}
#isiglobal-directory-search-form #edit-sq {
  display: inline-block;
  width: 180px;
  height: 22px;
  padding: 0 2px;
  border: none;
  background: #FFC20E;
  color: #000;
}
#isiglobal-directory-search-form #edit-submit-search {
  display: inline-block;
  height: 22px;
  margin: 0 30px 0 0;
  padding: 0 5px;
  border: none;
  background: #000;
  color: #FFC20E;
  font-size: 12px;
  text-transform: uppercase;
}
#isiglobal-directory-search-form .form-item {display: inline-block;}
#isiglobal-directory-search-form .form-item label {font-weight: normal;}
#isiglobal-directory-search-form #edit-sq-wrapper label {display: none;}
#isiglobal-directory-search-form #edit-letter-wrapper {
	float: right;
	margin-right: 10px;
}
#isiglobal-directory-search-form #edit-letter-wrapper label {display: inline-block;}


/*** Directions ***/
.directions_map {
	width: 100%; height: 250px;
	margin-bottom: 15px;
}
#directions h5 {
	font-size: 12px;
}
#shuttle-times table {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
#shuttle-times th {
	padding: 5px 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#shuttle-times td {padding: 3px 0;}
#shuttle-times tr:nth-child(odd) {
	background: #ccc;
}


/*** Misc ***/
#content .field-item {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: url(images/layout/page_title_hr.png) bottom repeat-x;
	font-size: 0.9em;
}
#content .field-item .about_photo {
	display: inline-block;
	float: left;
	width: 80px; min-height: 40px;
	margin-right: 20px;
}

#content .field-item a.title {font-weight: bold;}
#content .field-item a.more {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
#content .field-item p {margin: 0;}
#content .field-item h4 {
	margin: 3px 0 10px;
	color: #000;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
}
.people_jw p {
	font-size:100%;
	font-weight: bold;
}

span.caption {
	display: inline-block;
	width: 100%;
	margin-top: 3px;
	background: #fff;
}

#honors h4 {color: #B10737;}
#honors div {margin-bottom: 30px;}


/* Forms
================================================== */
#isiglobal-publications-search-form .form-text, 
#isiglobal-technical-reports-search-form .form-text, 
#isiglobal-site-search-form .form-text {
	display: inline-block;
	width: 300px; height: 30px;
	margin: 0; padding: 0 10px;
	background: #C2C2C2;
	border: none;
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}
#isiglobal-publications-search-form #edit-sq-wrapper, 
#isiglobal-technical-reports-search-form #edit-sq-wrapper, 
#isiglobal-site-search-form #edit-sq-wrapper {
	display: inline-block;
	margin: 0;
}
#isiglobal-publications-search-form .form_submit_btn, 
#isiglobal-technical-reports-search-form .form_submit_btn, 
#isiglobal-site-search-form .form_submit_btn {
	display: inline-block;
	height: 30px;
	margin: 0; padding: 0 20px;
	background: #000;
	color: #fff;
	border: none;
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#results .pub_title {
	display: block;
	margin-bottom: 5px;
}
#results strong {
	background-color: #FFC20E;
	color: #000;
}


/* Search
================================================== */
.results {margin-bottom: 25px;}
#content .results p {margin-bottom: 0;}
#content .results .title b {
	background-color: #FFC20E;
	color: #000;
}
#content #search_results .info {
	margin-bottom: 30px;
}
#search_results #pagination {
	margin-bottom: 25px;
	text-align: center;
}
#search_results #pagination a, #search_results #pagination .curr {
	display: inline-block;
	margin: 0 4px;
}
#search_results #pagination .prev_next {
	font-weight: bold;
	margin: 0 10px;
}
#search_results #pagination span {margin-right: 20px;}
#search_results #pagination .curr {font-size: 1.2em;}


/* #Footer
================================================== */
	footer {
		width: 984px;
		margin: 10px auto;
		padding-bottom: 20px;
	}
	footer small {
		font: normal .7em/.7em Verdana, sans-serif;
		color: #000;
	}
	footer a, footer a:visited {
		color: #000;
		text-decoration: none;
	}
	footer small.copyright {float: left;}
	footer small.legal {float: right;}
	
	#footer_bar {clear:both;padding-top:30px;}


/* #Toolbar
================================================== */
#toolbar {
	height: 55px !important;
	margin-top: 0 !important;
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-bottom: solid 1px #333;
}
#toolbar .item-list {margin-top: 0;padding-top: 0;}


/* #Blocks
================================================== */
.block-masquerade {
	width: 228px;
	padding: 10px 0 10px 10px;
	background: #c2c2c2;
}
.block-masquerade h2 {
	font-size: 14px;
	line-height: 24px;
}
.block-masquerade .form-item {margin:0;}
.block-masquerade .description {}
.block-masquerade .form-text {
	border:none;
	line-height: 20px;
}
.block-masquerade .form-submit {
	display: inline-block;
	padding: 0 5px;
	background: #000;
	color: #fff;
	border: none;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.block-masquerade ul, .block-masquerade li {
	margin: 0 !important;
	list-style: none !important;
}
.block-masquerade ul {padding: 5px 0 0 0;}
.block-masquerade a {
	background: #FFC20E;
}


/* #Responsive
================================================== */

	header #search_bar .menu {display: none;}
	
	#exit-full-site {
		display: block;
		width: 984px; height: 30px;
		margin: 0;
		background: #FFC20E;
		color: #000;
		line-height: 30px;
		text-align: left;
		text-indent: 20px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}


/* #Experimental
================================================== */

	.scroll_x {
		width: 600px;
		overflow-x: auto;
	}
	.scroll_x table.directory_list {
		display: block;
		width: 700px;
	}