/* #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;
	}
	dd a {
		overflow-wrap: break-word;
		word-wrap: break-word;

		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;

		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}


/* #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;}

    #site-banner {
        margin-top: 17px;
        background: #ffffff url(images/layout/page_title_hr.png) center center repeat-x;
        text-align: center;
    }

    .menu_div #site-banner {
        background: #000;
        background-image: none;
        color: #fff;
    }

    .site_title {
        display: inline-block;
        padding: 10px 20px;
        background: #ffffff;
        color: #B10737;
        font: bold 2.0em/1.3 Verdana, sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu_div .site_title {
        background: #000;
        color: #fff;
    }

    #section_title.red_bar {
        width: 100%;
        margin: 17px 0 0;
        padding: 5px 15px;
        background: #B10737;
        color: #ffffff;
        line-height: 1.6;
        box-sizing: border-box;
    }


/* #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, .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;
	}
    #content_container div.groups { display: none; }

	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;
	}

	h1.page_title_pwp {
		width: 100%;
		margin: 0 0 17px;
		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;
	}



	#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, #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;}

	.image_box {
		width: 300px;
	}



/* #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 h2 { display: none; }
	nav .top_level {
		cursor:default;
	}
	nav ul.menu {
		float: right;
		text-align: left;
		display: inline;
		margin: 0;
		padding: 0 4px 0 0;
		list-style: none;
	}
	nav ul.menu 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;
	}
    .menu_div nav ul.menu li {
		-webkit-transition: all 0;
		-moz-transition: all 0;
		-ms-transition: all 0;
		-o-transition: all 0;
		transition: all 0;
	}
	nav ul.menu li:hover, nav ul.menu li.active-trail {
		background: #D1D2D4;
	}

    .menu_div nav {
        margin-top: 0;
    }

    .menu_div nav ul.menu li:hover, .menu_div nav ul.menu li.active-trail {
		color: #000;
	}
	nav ul.menu 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;
	}
    .menu_div nav ul.menu li ul {
		-webkit-transiton: opacity 0;
		-moz-transition: opacity 0;
		-ms-transition: opacity 0;
		-o-transition: opacity 0;
		-transition: opacity 0;
	}
	nav ul.menu 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.menu li ul {
		padding-top: 20px;
		background: #D1D2D4 url(images/nav_submenu_arrow.png) 17px 1px no-repeat;
		border: none;
	}


    nav ul.menus 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.menus li ul li:first-child:hover {
		cursor: auto;
		background: #D1D2D4 url(images/nav_submenu_arrow.png) 17px 1px no-repeat;
	}
	nav ul.menu li ul li:hover { background: #aaa; }
	nav ul.menu li:hover ul {
		display: block;
		opacity: 1;
		visibility: visible;
		border-bottom: solid 1px #fff;
	}

    .menu_div nav {
        background-color: #B10737;
    }
    .menu_div  nav > div > div > ul.menu > li > a {
        color: #fff;
    }
    .menu_div nav > div > div > ul.menu > li > a:hover {
        color: #000;
    }
    .menu_div  nav > div > div > ul.menu > li.active-trail > a {
        color: #000;
    }

		#content_container nav {
			max-width: 100%;
			width: 100%;
		}
		#content_container footer {
			display: none !important;
		}

	#mobile_menu {display:none;}

	/*Text resize button*/
	header span {
		display:inline-block;
		float:right;
		width:28px; height: 20px;
		border-left: solid 2px #fff;
		cursor: pointer;
	}
	header span:hover {
		background: #000;;
	}
    header span i {
        display: block;
        width: 16px;
        height: 10px;
        margin: 5px auto;
        background: url(images/layout/text_resize.png) 0 0 no-repeat;
    }
    header span:hover i {
		background: url(images/layout/text_resize.png) 0 -10px 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 img {
	max-width: 238px;
}

/* 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;
}


/* #Personal Web Page Sidebar
================================================== */
#sidebar-pwp {
	background: #fff;
}
#sidebar-pwp .photo {
	margin-bottom: 10px;
	padding: 19px;
	background: #eee;
}
#sidebar-pwp img {
	width: 200px;
}
#sidebar-pwp .site_name {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar-pwp h5 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3;
}
#sidebar-pwp ul.contact_info {
	margin: 12px 0 0;
}
#sidebar-pwp ul.contact_info li {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: .9em;
	text-transform: lowercase;
	cursor: initial;
}
#sidebar-pwp ul.contact_info i {
	width: 10px;
	padding-right: 10px;
	color: #B10737;
}

#content_container ul.breadcrumbs {
	margin: 10px 0 35px;
	padding: 0;
	list-style: none;
}
#content_container ul.breadcrumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
ul.breadcrumbs a {
	font-weight: bold;
}
ul.breadcrumbs span {
	display: inline-block;
	padding: 0 10px;
}


/* Links
================================================== */
a.read_more {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    font-size: 0.8em;
    text-transform: uppercase;
}
a.more_info {
    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;
}
a.link_icon::after {
	font-family: FontAwesome;
	content: "\f08e";
	padding-left: 10px;
}


/* Widgets
================================================== */
.cols .title .rss {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background: #ff8800 url(images/layout/icons/rss.png) center center no-repeat;
    background-size: 70%;
    border-left: solid 3px #fff;
}
#news.widget {
    background: #F3F3F4;
}
.widget .item, #news .item, #events .item {
    display: table;
    width: 100%;
    margin: 18px 0 0;
    padding: 0 0 18px;
    border-bottom: dotted 1px #999;
    overflow: auto;
}

#news .item {
    display: block;
}
#news .item_wrapper {
    display: block;
}
#news .item div.photo, #news-widget .item div.teaser {
    display: block;
}
#news .item div.photo, #news .item div.teaser {

    max-width: 100%;
    padding: 0 20px 20px 0;
    vertical-align: top;
}
#news .item div.photo {
	padding-right: 0;
}
#news .item div.photo {
    float: left;
}
#news .item div.photo, #news .item div.photo img {
    max-width: 265px;
}
#news .item div.photo.blank {
    width: 1px;
}
#news .item div.teaser img {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
    border: none !important;
}
#news .item .date {
    display: block;
    margin: 0 0 10px;
    font-style: italic;
}
#news.widget .item div.teaser p a {
    display: inline-block;
    max-width: 200px;
    word-wrap: break-word;
}
.submitted {
    display: block;
    margin-bottom: 20px;
}
#events-widget .header {margin-bottom: 15px;}
#events-widget.header a {display: table-cell;}
#events-widget a.heading {
    display: block;
    margin: 0;
    font-weight: bold;
}
#events-widget .event_speaker, #events-widget .event_type {
    display: block;
    margin-bottom: 7px;
}
#events .item {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
#events .item a {
    display: block;
    padding: 20px 0;
    width: 100%;
}
#events .item a:hover {
    background: #eee;
}
#events .item span, #events .item strong, #events .item em {
    color: #333;
}
#events .item h3 {
    color: #B10737;
}
#events span {
    display: block;
    padding-top: 3px;
}
#events span.event_location {
    padding: 10px 0;
}
#events span.event_public {
    font-style: italic;
}
#events_list em {
    display: block;
    padding-top: 10px 0 5px;
}

.widget .teaser h3 {
	display: inline-block;
}

.widget p.note {
    padding-bottom: 0;
    color: #666;
    font-size: 90%;
    line-height: 1.1;
}
#seminar-series-subscribe {
	padding: 20px 0 0;
	background: #fff;
}
#seminar-series-subscribe p.note {
  padding: 15px 0 0;
}
.widget .header {
	display: table;
	width: 100%; height: 20px;
}
.widget .header h3 {display: table-cell;}
.widget .header h3 {
	padding-left: 12px;
	background: #000;
	color: #fff;
	font-size: 1.0em;
	line-height: 20px;
	text-transform: uppercase;
}
#seminar-series-subscribe a.button {
  display: block;
	max-width: 80%;
  height: 30px;
  margin: 0 auto;
  padding: 5px 10px;
  background: #B10737;
  color: #fff !important;
  border: none;
  outline: none;
  font: 14px/16px Arial,Helvetica,sans-serif;
  font-weight: bold;
	text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.item-list {
    margin-top: 30px;
}

.news_teaser_photo {
    max-width: 692px;
    margin: 0 auto 20px;
}
div.caption {
    padding: 10px;
    background: #D1D2D4;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 90%;
}



/* #Main Content
================================================== */

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;
}

#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;
}


/*** 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, #content .field-item .about_nophoto {
	display: inline-block;
	float: left;
	width: 80px; min-height: 40px;
	margin-right: 20px;
}
#content .field-item .about_nophoto {
    height: 90px;
    background: url('images/profile.jpg') no-repeat;
    background-size: contain;
}

#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: 250px; 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;
}
#isiglobal-publications-search-form .form-select {
	display: inline-block;
	height: 30px;
	margin: 0; padding: 0;
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
}
#results .pub_item {
	margin-bottom: 15px;
}
#results .pub_title {
	display: block;
	margin-bottom: 5px;
    font-weight: bold;
}
#results .pub_links {
	display: block;
	margin-top: 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;
	}
	.content h2 {
		line-height: 24px;
		margin-bottom: 10px;
		font-size: 22px;
	}



/* Pages
================================================== */
#content_container .foaf h3 {
    margin-top: 20px;
}
#content_container .foaf label {
    display: inline-block;
    width: 70px;
}
#content_container .foaf .row {
    margin-bottom: 10px;
}

#content_container .foaf .full_name {
    font-size: 1.2em;
    font-weight: bold;
}
#content_container .foaf h3 {
    margin: 3px 0 10px;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: normal;
    font-style: italic;
}
#content_container .foaf h3.subheader {
    margin: 20px 0 10px;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    font-style: normal;
}

.publication_list .filter a {
    display: inline-block;
    padding: 0 6px;
}
.publication_list .filter a.active {
    padding: 0 6px 0 2px;
}
#content_container .publication_list h3 {
    margin: 25px 0 5px;
}
.publication_list .item {
    padding-bottom: 20px;
    border-bottom: solid 1px #efefef;
}
.publication_list h4 {
    line-height: 1.3;
    margin-bottom: 5px;
}
.publication_list footer {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}
#biblio-node {
    margin-top: 20px !important;
}
#biblio-node tr.even, #biblio-node tr.odd {
    background-color: #ffffff;
    border: none;
    padding: 0;
}
#biblio-node td {
    padding: 0 10px 10px 0;
}
#biblio-node .biblio-row-title {
    font-weight: bold;
}
#content_container ul.inline {
    display: block;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: solid 1px #efefef;
}
#content_container ul.inline li:first-child {
    padding-left: 0;
}

// People directory
/*
.directory_list {
    display: table;
}
.directory_list .item {
    display: table-row;
}
.directory_list .photo, .directory_list .info {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
}
.directory_list .photo {
    width: 100px;
    padding-right: 20px;
    text-align: left;
}
.directory_list .photo img {
    max-width: 100px;
    height: auto;
}
*/
/*** Research Leadership ***/
.directory_list {width: 100%;}
.directory_list div {
	float: left;
	width: 130px;
	margin: 0 10px 20px 0;
	font-size: 12px;
}
.directory_list a, .directory_list .full_name {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.directory_list .full_name {
	margin-top: 5px;
}
.directory_list .photo {
	display: block;
	width: 130px; height: 150px;
	margin: 0 0 10px;
	background-color: #D1D3D2;
	background-position: center center;
	background-size: cover;
}
.directory_list span {
	display: block;
	margin-bottom: 3px;
	box-sizing: border-box;
}
.directory_list label {
	display: inline-block;
	padding-right: 5px;
}
.directory_list label.phone {
	width: 12px; height: 12px;
	background: url(images/layout/icons/phone.png) no-repeat;
}
.directory_list div:nth-child(5n+1) {clear:both;}
.directory_list div:nth-child(5n+0) {margin-right:0;}
.directory_list div:first-child {margin-right:10px;}
.directory_list .status {
	display: block;
	width: 100%;
	text-align: center;
}



header #photo-banner {
    margin-bottom: 13px;
    padding: 0;
}
header #photo-banner img {
    width: 100%;
    height: auto;
}

.cols {
    display: table;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.col {
    display: table-cell;
    height: 100%;
    padding: 0 10px;
    vertical-align: top;
}
.col.w100 { width: 100%; }
.col.w75 { width: 75%; }
.col.w70 { width: 70%; }
.col.w65 { width: 65%; }
.col.w60 { width: 60%; }
.col.w55 { width: 55%; }
.col.w50 { width: 50%; }
.col.w45 { width: 45%; }
.col.w40 { width: 40%; }
.col.w35 { width: 35%; }
.col.w30 { width: 30%; }
.col.w25 { width: 25%; }
.col:first-child {
    padding-left: 0;
}
.col:last-child {
    padding-right: 0;
}
.col .col_content {
    height: 100%;
    padding: 14px;
    background: #fff;
    border: solid 1px #959595;
}
#mobile-main-content {
    display: none;
}
.col h3.title {
    padding-left: 12px;
    background: #000;
    color: #fff;
    font-size: 1.0em;
    line-height: 20px;
    text-transform: uppercase;
}

#featured-story {
    margin-top: 18px;
}
#featured-story h3 {
    margin: 0;
}
#featured-story .main_image {
    display: block;
    width: 100%;
}
#featured-story .date {
    display: block;
    margin: 3px 0;
    font-style: italic;
}


.groups {
    display: none;
}


/*** table elements ***/
.tbl {
    display: table;
    margin-bottom: 20px;
}
.tbl .tr {
    display: table-row;
}
.tbl .tr .tc {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px;
}




/* #Login
================================================== */
body.login_screen { background: #CECECE url('images/login/background.png') repeat-x; height: 100%; }

#body_wrapper {
	width: 100%;
	height: 100%;
	min-height: 708px;
	background: url('images/master_page_bg.gif') repeat-x;
	display:block;
	clear:both;
}

#login_wrapper {
	position: absolute;
	top: 30%; left: 50%;
	margin-left: -215px;
	padding: 0;
	width: 430px;
	font-family: "Trebuchet MS", verdana, geneva, sans-serif;

}
#login_wrapper .header {
	width: 430px;
	height: 61px;
	background: url('images/login/header.png') no-repeat;
}
#login_wrapper .content {
	padding: 10px 20px 4px;
	background-color: #fff;
	font-size: 11px;
}
#login_wrapper a {
    color: #900;
}
#login_wrapper .form-item { margin: 6px 0; }
#login_wrapper .form-required { color: #fff; }
#login_wrapper .form-error { color: #c00; }
#login_wrapper p { margin-bottom: 10px; }
#login_wrapper .form-text {
	border: #333 solid 1px;
	width: 300px;
	color: #40403B;
}
#login_wrapper h2 {
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
}
#login_wrapper .footer {
	width: 390px;
	padding: 10px 20px;
	background: url('images/login/footer.png') no-repeat left bottom;
	border-top: #E1E1D0 solid 1px;
	font-size: 11px;
	color: #4B4B45;
}

input.login-submit, input.cancel, .form-submit {
	background-color: #900;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font: 1.2em Calibri, Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin: 5px 0 4px;
  padding: 4px 10px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
}


/***** Experimental *****/
header.black_bar #site-banner {
    margin-top: 17px;
    background: #000;
    text-align: center;
}
header.black_bar .site_title {
    background: #000;
    color: #fff;
}
header.black_bar nav {
    margin-top: 0;
    background-color: #B10737;
}
header.black_bar nav a, header.black_bar nav a:visited, header.black_bar nav .top_level {
    color: #fff;
}
header.black_bar nav li:hover a {
    color: #000;
}
header.black_bar span:hover {
    background: #ccc;
}
header.black_bar span i {
    background: url(images/layout/text_resize.png) 0 -20px no-repeat;
}
header.black_bar span:hover i {
    background: url(images/layout/text_resize.png) 0 -30px no-repeat;
}
header.black_bar nav ul.menu li ul {
    background: #C2C2C2 url(images/nav_submenu_arrow.png) 17px 1px no-repeat;
}
header.black_bar nav ul.menu li:hover,
header.black_bar nav ul.menu li.active-trail,
header.black_bar ul.menu li.active-trail,
header.black_bar nav ul.menu li ul li {
    background: #C2C2C2;
}
header.black_bar nav ul.menu ul li:hover,
header.black_bar nav ul.menu ul li:hover a {
    background: #999;
}
header.black_bar nav ul.menu ul li:hover a {
    color: #fff;
}
header.black_bar ul.menu li.active-trail > a {
    background: #C2C2C2;
    color: #000;
}
header.black_bar nav ul.menu li {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
