/* resets */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

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,  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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
	margin: 0px 0px 0px 30px;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/* basic html elements */
@media all {
	body {
		width: 100%;
		font-family: "azo-sans-web";
		color: #131f33;
	}


	h1 {
		font-size: 1.8em;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
	}


	h2 {
		font-size: 1.5em;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		text-transform: uppercase;
	}

		h2.orange {
			font-size: 1em;
			border-bottom: 2px solid #E84A27;
			line-height: 0em;
			margin: 0px 0px 30px 0px;
		}

			h2.orange span {
				background-color: #E84A27;
				color: #ffffff;
				padding: 2px 10px 2px 10px;
				border-right: 5px solid #ffffff;
			}

		h2.radioactive {
			font-size: 1em;
			display: inline-block;
			padding: 2px 10px 2px 10px;
			background-color: #d4db25;
			color: #131f33;
		}

		h2.cyanide {
			font-size: 1em;
			background-color: #14bbba;
			color: #ffffff;
		}
			h2.cyanide {
				display: inline-block;
				padding: 2px 10px 2px 10px;
			}

				h2.cyanide a {
					color: #ffffff;
				}

		h2.block {
			font-size: 2em;
			color: inherit;
		}

		h2.quote {
			font-size: 1.5em;
			color: inherit;
			text-transform: none;
			font-weight: bold;
			margin-top: 25px;
		}


		div.overlayheading {
			position: absolute;
			top: -12px;
			width: 560px;
			text-align: center;
		}


		div.overlayheading h2 {
			background-color: #E84A27;
			color: #ffffff;
			font-size: 1em;
			margin: 0px 0px 0px 0px;
			padding: 2px 10px 2px 10px;
			display: inline-block;

		}


	h3 {
		font-size: 1.4em;
		color: #14bbba;
		font-weight: bold;
		font-style: italic;
		margin: 0px 0px 10px 0px;
	}

	h4 {
		font-size: 1.2em;
		font-weight: bold;
		font-style: italic;
		margin: 0px 0px 5px 0px;
	}


	p {
		margin: 0px 0px 20px 0px;
		line-height: 1.6em;
	}

		p.grey {
			color: #131f33;
		}

		p.cyan {
			color: #14bbba;
		}

		p.darkcyan {
			color: #058c8c;
		}

		p.orange {
			color: #E84A27;
		}



	a {
		color: #009999;
		text-decoration: none;
	}

		a.yellow-arrow, a.orange-arrow, a.cyan-arrow {
			color: #131f33;
		}

		a.arrow::after {
			margin-left: 7px;
			content: " >";
			font-family: 'Oswald', sans-serif;
			font-size: 0.8em;
		}

		a.orange-arrow::after {
			color: #E84A27;
			margin-left: 7px;
			content: " >";
			font-family: 'Oswald', sans-serif;
			font-size: 0.8em;
		}

		a.cyan-arrow::after {
			color: #14bbba;
			margin-left: 7px;
			content: " >";
			font-family: 'Oswald', sans-serif;
			font-size: 0.8em;
		}

		a.yellow-arrow::after {
			color: #d4db25;
			margin-left: 7px;
			content: " >";
			font-family: 'Oswald', sans-serif;
			font-size: 0.8em;
		}




		.button {
			text-transform: uppercase;
			display: block;
			padding: 16px;
			margin: 0px 0px 30px 0px;
			width: 100%;
			text-align: center;
			font-size: 1.2em;
			border-radius: 3px;
		}

		a.orange {
			background-color: #E84A27;
			color: #ffffff !important;
		}

		a.white {
			background-color: #ffffff;
			color: #E84A27 !important;
		}



	strong {
		font-weight: bold;
	}

	em {
		font-style: italic;
	}

	small {
		font-size: 80%;
	}

	img {
		border: none;
	}

	.section.white .photo {
		background-color: #ffffff;
	}

	.section.ltgrey .photo {
		background-color: #f3f3f3;
	}

	.photo img {
		width: 100%;
		border: 7px solid #d1d1d1;
	}


	div.round {
		width: 140px;
		height: 140px;
		border: 7px solid #d1d1d1;
		border-radius: 70px;
		float: left;
		margin: 0px 30px 60px 0px;
		padding: 0px;
		background-size: cover;
		background-position: center center;
	}

		div.round div img {
			overflow: hidden;
		}

		div.round a {
			width: 100%;
			height: 100%;
			display: block;
			margin: 0px 0px 20px 0px;
		}

		div.round.round2x {
			width: 230px;
			height: 230px;
			border-radius: 115px;
		}

		div.round .caption {
			text-align: center;
		}

		div.round.top {
			background-position: center top;
		}

}

/* form */
@media all {
	form {
		margin: 0px 0px 20px 0px;
	}

	input[type="text"] {
		padding: 0px 7px;
		border: none;
		background-color: #f3f3f3;
		font-size: 0.8em;
		box-sizing: border-box;
		height: 28px;
		line-height: 1.5em;
		vertical-align: bottom;
	}

	.section.ltgrey input[type="text"] {
		background-color: #ffffff;
	}

	input[type="submit"], input[type="button"] {
		background-color: #E84A27;
		border: none;
		border-radius: 0px;
		padding: 0px 8px;
		color: #ffffff;
		box-sizing: border-box;
		height: 28px;
		line-height: 1.5em;
		vertical-align: bottom;
	}

	select {
		padding: 0px 5px;
		border: none;
		background-color: #f3f3f3;
		font-size: 0.8em;
		box-sizing: border-box;
		height: 28px;
		line-height: 1.5em;
		vertical-align: bottom;
	}


	.container.ltgrey select {
		background-color: #ffffff;
	}

	textarea {
		background-color: #f3f3f3;
		border: none;
		padding: 5px;
		font: inherit;
	}

	fieldset {
		border: 1px solid #d1d1d1;
		padding: 20px 20px 20px 20px;
		margin: 0px 0px 30px 0px;
		transition: background-color linear 1s;
	}

	label {
		line-height: 1.7em;
		display: block;
	}

	
		label.required:before {
			content: '* ';
			color: #ff0000;
		}

	form.two_column fieldset label {
		float: left;
		width: 190px;
		margin: 0px 10px 0px 0px;
	}

		form.two_column fieldset label.required:before {
			position: absolute;
			left: 15px;
		}

		form.two_column fieldset label.error {
			color: #ff0000;
			display: inline;
			width: unset;
		}

	form.two_column fieldset div {
		margin: 0px 0px 10px 0px;
		display: flex;
	}

	form.inline label {
		display: inline;
	}

	form label.inline  {
		display: inline;
	}

	form#frm_giving.two_column fieldset label {
		width: 690px;
	}
	form#frm_giving.two_column fieldset input[type="text"] {
		width: 50px;
		text-align: right;
	}

}

/* tables */
@media all {
	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0px 0px 30px 0px;
		background-color: #ffffff;
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
	}

		table tbody tr {
			border-bottom: 1px solid #d1d1d1;
		}

			table tr:hover {
				background-color: #f3f3f3;
			}

		table.nohover tr:hover {
			background-color: transparent;
		}

		table th, table td {
			text-align: left;
			padding: 10px;
		}

		table thead th {
			background-color: #E84A27;
			color: #ffffff;
			text-transform: uppercase;
		}
		
		table > section {
			width: 1600px; // The width is based on my monitor. It's replaced by jQuery anyway. Percentage widths do not work.
			height: 100%;
			display: table-cell;
			vertical-align: middle;
		}
}

/* basic structural items */
@media all {

	.clearfix {
		display: inline-block;
		width: 100%;
	}

	.fleft {
		float: left;
		margin: 0px 20px 20px 0px;
	}

	.fleft2 {
		float: left;
		padding: 0px 20px 0px 0px;
		padding: 30px 30px 30px 30px;
		width: 50%;
	}
	
	.fleft3 {
		float: left;
		padding: 30px 50px 30px 50px;
		width: 33.3333333333333%;
	}





	.fright {
		float: right;
		margin: 0px 0px 20px 20px;
	}

		.fright.small {
			width: 220px;
			margin-left: 40px;
		}

	.fright2 {
		float: right;
		width: 50%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 20px;
	}


	.fcenter {
		margin: 0px auto 20px auto;
		width: 100%;
	}
    
    .fcenter70 {
		margin: 0px auto 20px auto;
		width: 70%;
	}
    
    .fcenter60 {
		margin: 0px auto 20px auto;
		width: 60%;
	}
    
    .fcenterimg {
		margin: 0px auto 20px auto;
		text-align:center;
	}

	.right {
		text-align: right;
	}

	.center {
		text-align: center;
	}

	.quote {
		font-family: "lexia";
		font-size: 1.3em;
	}

	.hidden {
		display: none !important;
		opacity: 0;
	}

	.offscreen {
		position: fixed;
		top: -1000px;
	}

	.big {
		font-size: 200%;
		text-transform: uppercase;
	}

	.small {
		font-size: 90%;
	}

	.upper {
		text-transform: uppercase;
	}

	.bold {
		font-weight: bold;
	}

	.red {
		color: #ff0000;
	}

	.bgimage {
		position: relative;
	}

		.bgimage:before {
			content: ' ';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			opacity: 0.15;
			background-repeat: no-repeat;
			background-position: center center;
			-ms-background-size: cover;
			-o-background-size: cover;
			-moz-background-size: cover;
			-webkit-background-size: cover;
			background-size: cover;
		}

		.bgimage .container {
			position: relative;
			z-index: 3;
		}

	.nocaption div.caption {
		display: none;
	}
}

.morenews {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

	.morenews a {
		border-bottom: 2px solid #d4db25;
		color: #131f33;
	}

		.morenews a::after {
			margin-left: 7px;
			content: " >";
			font-family: 'Oswald', sans-serif;
		}

	.morenews.orange a {
		border-bottom: 2px solid #E84A27;
	}


#gototop a {
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 80px;
	right: 40px;
	z-index: 10;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	font-size: 1.5em;
	color: #ffffff;
}




header {
	background-color: #ffffff;
	border-top: 15px solid #131f33;
	height: 160px;
}

	header a {
		color: #131f33;
	}



	header .container {
		width: 1160px;
		margin: 0px auto;
		position: relative;
	}


	header #imark a {
		position: absolute;
		display: block;
		top: 50px;
		left: 0px;
		background-image: url(https://ws.engr.illinois.edu/images/block.i.color.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 35px;
		height: 48px;
		text-indent: -99999px;
	}

	header #site_name {
		position: absolute;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
		top: 47px;
		left: 55px;
	}
		header #site_name h1 {
			font-family: "proxima-nova";
			letter-spacing: 0.4px;
			margin: 0px;
		}

		header #site_name span {
			color: #E84A27;
		}
        
        header #site_name .illinois {
            font-weight:700;
        }
        
        header #site_name .physics {
            text-transform:capitalize;
            color:#131f33;
            font-weight:normal;
        }


	header #portal_link {
		position: absolute;
		top: 20px;
		right: 0px;
		letter-spacing: 2px;
		font-size: 0.9em;
		background-color: #14bbba;
		font-weight: bold;

	}
		header #portal_link a {
			display: block;
			padding: 1px 6px;
			text-transform: uppercase;
			color: #13294b;
		}

	header #site_search {
		position: absolute;
		top: 14px;
		right: 150px;
		border-bottom: 1px solid #131f33;
	}
		header #site_search form {
			margin: 0px;
		}

		header #site_search input[type=text] {
			width: 120px;
			background-color: #ffffff;
		}

	header #hamburger {
		display: none;
		font-size: 2em;
	}

		header #hamburger a.close {
			color: #E84A27;
		}

nav#mainnav {
	position: absolute;
	top: 82px;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: 1px;
}

	nav#mainnav a:hover {
		color: #abaaab;
	}

	nav#mainnav a.open {
		display: none;
	}

	nav#mainnav a.close {
		display: none;
	}


	nav#mainnav ul {
		margin: 0px;
		padding: 0px;
		border-top: 4px solid #131f33;
	}

		nav#mainnav ul li {
			float: left;
			margin: 0px;
			padding: 0px;
			position: relative;
		}

			nav#mainnav ul li a {
				display: block;
				padding: 7px 10px 7px 12px;
			}

				nav#mainnav ul li a.hidden {
					display: none;
				}

				nav#mainnav ul li a.active {
					color: #14bbba;
					border-bottom: 2px solid #14bbba;
				}

			nav#mainnav ul li ul {
				position: absolute;
				display: none;
				border-top: none;
				z-index: 10;
				left: 0px;
				top: 34px;
			}

			nav#mainnav ul li:nth-child(n+5) ul {
				left: auto;
				right: 0px;
				text-align: right;
			}

			nav#mainnav ul li:hover ul {
				display: block;
			}

			nav#mainnav ul li ul li {
				float: none;
				background-color: #f3f3f3;
				border-bottom: 1px solid #d1d1d1;
				width: 340px;
			}

	nav#mainnav #mobile_nav_footer {
		display: none;
	}



#splash_image {
	display: none;
}

#secnav {
	display: none;
	position: relative;
}

	#secnav .splash {
		position: relative;
		background-size: cover;
		background-position: center center;
		height: 400px;
	}


    #splash_image, #splash_image:hover .caption{
        display: inline-block;
        position: relative;
        bottom: 0px;
        right: 0px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 10px;
        font-size: 80%;
        text-align: right;
        width:100%;
        margin:0;
    }

	#secnav h1 {
		display: none;
	}

	#secnav ul li {
		width: 1160px;
		margin: 0px auto 0px auto;
		font-size: 0.95em;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}

		#secnav ul li a {
			display: none;
		}

		#secnav ul li ul {
			position: relative;
			border-bottom: 1px solid #e8e8e8;
		}

			#secnav ul li ul li {
				display: inline;
			}

				#secnav ul li ul li a {
					display: inline-block;
					color: #abaaab;
					padding: 10px 35px 10px 35px;
				}

					#secnav ul li ul li a:hover {
						color: #131f33;
					}

				#secnav ul li ul li a.active {
					color: #14bbba;
					border-bottom: 2px solid #14bbba;
				}

/* enable secnav on properly classed pages */
body.secnav #secnav { display: block; }




body.sidebar #content {
	width: 1160px;
	margin: 0px auto 0px auto;
	position: relative;
	display: table;

}





#sidebar {
	position: relative;
	display: none;
	margin: 0px auto 40px auto;
	z-index: 1;
	float: left;
}

	#sidebar .container {
		width: 240px;
		padding: 60px 0px 0px 0px;
	}

	#sidebar #sidebar_header {
		display: none;
	}

	#sidebar ul li a {
		display: none;
	}

		#sidebar ul li ul li ul li a {
			display: block;
			padding: 15px 15px 10px 15px;
			color: #131f33;
			border-bottom: 1px solid #e8e8e8;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
		}
	#sidebar ul li ul li ul li a:hover {
		color: #abaaab;
	}

			#sidebar ul li ul li ul li a.active {
				color: #14bbba;
			}

/* enable sidebar on properly classed pages and modify #content .section .container accordingly */
body.sidebar #sidebar { display: block; }
body.sidebar #content .section .container {
	position: relative;
	margin-left: 360px;
	width: 800px;
}

	body.sidebar #content .section.nosidebar .container {
		width: 100%;
		margin: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}



#rightbar {
	display: none;
	position: absolute;
	margin: 0px auto 40px auto;
	z-index: 1;
	top: 0;
	right: 0;
	font-size: 90%;
}

	#rightbar .container {
		width: 240px;
		padding: 60px 0px 0px 0px;
	}

body.rightbar #rightbar {
	display: block;
}
body.sidebar.rightbar #content .section .container {
	margin-left: 300px;
	margin-right: 300px;
	width: 560px;
}

#rightbar ul {
	margin: 0px 0px 20px 0px;
}

	#rightbar ul li {
		border-bottom: 1px solid #e8e8e8;
		margin: 3px 0px 3px 0px;
	}





#content {
	margin: 0px 0px 0px 0px;
}

	#content a:hover {
		opacity: 0.8;
	}

/* basic section formatting */
@media all {
	.section {
		padding: 0px 0px 0px 0px;
		position: relative;
	}

		.section .container {
			padding: 60px 0px 40px 0px;
			margin: 0px auto 0px auto;
			width: 960px;
		}

			.section .container.narrow {
				width: 560px;
				padding-right:20px;
			}

			.section .container.medium {
				width: 800px;
			}

			.section .container.wide {
				width: 1160px;
			}
			.section .container ul {
				list-style-type: disc;
				margin: 0px 0px 25px 40px;
			}

			.section .container ol {
				list-style-type: decimal;
				margin: 0px 0px 25px 40px;
			}

				.section .container ul li, .section .container ol li {
					margin: 0px 0px 15px 0px;
				}

				.section .container .small ul li, .section .container ol li {
					margin: 5px 0px 5px 0px;
					padding: 0px 0px 5px 0px;
				}
	
		.section.ltgrey {
			background-color: #F3F3F3;
		}

			.section.ltgrey h2.orange span {
				border-right: 5px solid #f3f3f3;
			}


		.section.orange {
			background-color: #E84A27;
			color: #ffffff;
		}

			.section.orange a {
				color: #ffffff;
			}

			.section.orange h2 {
				color: #ffffff;
			}

		.section.white-middle .container {
			background-image: url("/images/white.jpg");
			background-position: center center;
			background-repeat: repeat-y;
			background-size: calc(33%) calc(100%);
		}


		.section.darkgrey {
			background-color: #272E36;
			color: #ffffff;
		}

			.section.darkgrey a {
				color: #14bbba;
			}

			.section.darkgrey .morenews a {
				color: #ffffff;
			}

		.section.black {
			background-color: #000000;
			color: #ffffff;
		}
}



/* basic tabnav formatting */
@media all {

	.section .container ul.ui-tabs-nav {
		list-style-type: none;
		display: inline-block;
		width: 100%;
		margin: 0px 0px 20px 0px;
		border-bottom: 2px solid #E84A27;
	}

	.section .container ul.ui-tabs-nav li {
		float: left;
		margin: 0px 7px 0px 0px;
		padding: 0px;
		border: none;
	}

	.section .container ul.ui-tabs-nav li a {
		padding: 6px 6px 3px 6px;
		background-color: #f3f3f3;
		min-width: 80px;
		display: block;
		text-align: center;
	}
		.section .container ul.ui-tabs-nav li a:hover {
			background-color: #e8e8e8;
		}

	.section .container ul.ui-tabs-nav li.ui-state-active a{
		background-color: #E84A27;
		color: #ffffff;
	}


}


/* footer */
@media all {


	footer {
		font-weight: bold;
		background-color: #1B2025;
	}

		footer:before {
			background-image: url(/images/assets/150623physics-1154.jpg);
			opacity: 0.10;
			background-position: 50% 33%;
		}

		#about .container {
			margin: 0px auto 0px auto;
			padding: 40px 0px 50px 0px;

		}

			#about .fleft:last-child {
				margin-right: 0px;
			}

				#about .fleft.links {
					width: 230px;
					letter-spacing: 3px;
				}	

			#about .fleft.department {
				width: 872px;
			}

				#about .fleft.department .imark {
					margin: 0px 20px 0px 0px ;
					float: left;
				}


					#about .fleft.department .imark a {
						float: left;
						display: block;
						background-image: url(https://ws.engr.illinois.edu/images/block.i.blue.png);
						background-size: contain;
						background-repeat: no-repeat;
						width: 30px;
						height: 40px;
						text-indent: -99999px;
					}


				#about .fleft.department .wordmark {
					font-size: 1.5em;
					margin: 5px 0px 0px 0px;
					font-family: proxima-nova;
				}


		#about h2 {
			color: #d4db25;
			text-transform: uppercase;
			margin: 0px 0px 15px 0px;
			font-size: inherit;
			letter-spacing: 3px;
		}

		#about a {
			color: #e8e8e8;
			text-transform: uppercase;
		}


		#about ul {
			list-style-type: none;
			margin: 0px 0px 0px 0px;

		}

			#about ul li {
				margin: 0px 0px 15px 0px;
				border: none;
				padding: 0px;
			}

		#about .social a {
			color: #d4db25;
			font-size: 1.7em;
			margin-right: 7px;
		}


	#footer {
		background-color: #E84A27;
		position: fixed;
		bottom: 0px;
		height: 40px;
		width: 100%;
		z-index: 10;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		padding: 9px 7px 7px 7px;
		font-size: 0.9em;
		font-weight: bold;
	}

		#footer.section .container {
			padding: 0px;
		}

		#footer p {
			margin: 0px;
		}

		#footer a {
			color: #ffffff;
		}
        


}





/* overlay */

	div.overlay {
		position: absolute;
		right: 0px;
		width: 40%;
		bottom: 70px;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 2;
		padding: 20px;
		color: #ffffff;
	}

		div.overlay a {
			color: #ffffff;
		}

		div.overlay div.category {
			position: absolute;
			top: -10px;
			background-color: #d4db25;
			color: #131f33;
			text-transform: uppercase;
			font-weight: bold;
		}

		div.overlay div.category ul {
			margin: 0px;
			list-style-type: none;
			padding: 2px 10px;
		}

			div.overlay div.category ul li {
				margin: 0px 0px 0px 0px;
				display: none;
			}

				div.overlay div.category ul li:first-child {
					display: inline;
				}

		div.overlay div.title {
			padding: 25px;
			font-size: 1.5em;
			font-family: "Lexia";
		}




/* slideshow */

.slideshow div.slick-slide {
	position: relative;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



/*calendar */
@media all {

	.callist article {
		display: block;
		float: left;
		width: 20%;
		min-height: 250px;
		padding: 0px 20px 0px 20px;
		margin: 0px 0px 20px 0px;
		border-right: 1px solid #d1d1d1;
	}

		.callist article:first-child {
			padding-left: 0px;
		}

		.callist article:last-child {
			padding-right: 0px;
			border-right: none;
		}

		.callist article div.datetile {
			margin: 0px 0px 15px 0px;
		}

		.callist article div.datetile div {
			display: inline;
			color: #E84A27;
			text-transform: uppercase;
			font-weight: bold;
		}

		.callist article a {
			font-weight: bold;
		}

	body.calendar.month table tbody tr {
	}

	body.calendar.month table tbody td {
		border: 1px solid #d1d1d1;
		width: 14%;
		padding: 5px;
	}

	body.calendar.month table tbody td div {
		height: 125px;
		overflow: hidden;
		font-size: 0.8em;
	}

	body.calendar.month table tbody td div ul {
		margin: 0px;
		list-style-type: none;
	}

	body.calendar.month table tbody td div ul li {
		padding: 0px;
		margin: 0px 0px 2px 0px;
	}

	body.calendar.month table tbody th {
		border: 1px solid #d1d1d1;
		padding: 0px;
		vertical-align: middle;
	}

	body.calendar.month table tbody th a {
		width: 24px;
		height: 20px;
		padding: 70px 0px 90px 0px;
		display: block;
		text-align: center;
	}


	body.calendar.event table td {
		border: 1px solid #d1d1d1;
	}

	body.calendar.event table th {
		border: 1px solid #d1d1d1;
		font-weight: bold;
		width: 25%;
	}	

	body.calendar.event table td * {
		margin: 0px;
		padding: 0px;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 1.7rem;
		text-transform: none;
	}

	body.calendar.event table td p,
	body.calendar.event table td h1,
	body.calendar.event table td h2,
	body.calendar.event table td h3,
	body.calendar.event table td h4 {
		margin: 0px 0px 20px 0px;
	}
	body.calendar.event table td ul {
		margin: 0px 0px 20px 30px;
	}




	body.calendar.seminar table thead th.seminar_title {
		width: 45%;
	}
	body.calendar.seminar table thead th.seminar_time {
		width: 17%;
	}
	body.calendar.seminar table thead th.seminar_location {
		width: 30%;
	}

}

/* news formatting */
.newslist {
	display: inline-block;
}


.newslist article {
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 260px;
	height: 380px;
	margin: 0px 40px 60px 0px;
}


	.newslist article:nth-child(4n) {
		margin-right: 0px;
	}

	.newslist article .thumb {
		width: 260px;
		height: 260px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.newslist article .title {
		padding: 15px;
		font-family: "lexia";
	}


	.newslist article .description {
		display: none;
	}


	.newslist article .category {
		background-color: #d4db25;
		color: #131f33;
		font-weight: bold;
		position: absolute;
		text-transform: uppercase;
		top: 244px;
		left: 15px;
		font-size: 0.95em;
	}

		.newslist article .category ul {
			margin: 0px;
			list-style-type: none;
			padding: 2px 10px;
		}

			.newslist article .category ul li {
				margin: 0px 0px 0px 0px;
				display: none;

			}

			.newslist article .category ul li:first-child {
				display: inline;
			}

/*				.newslist article .category ul li:after {
					content: " | ";
				}

				.newslist article .category ul li:last-child:after {
					content: "";
				}
				*/
body.people.memorials .newslist article {
	height: 315px;
}

	body.people.memorials .newslist article .thumb {
		background-position: center top;
	}

body.home .newslist article {
	width: 346px;
	height: 540px;
	margin: 0px 60px 60px 0px;
}

	body.home .newslist article .title {
		font-size: 1.5em;
	}

	body.home .newslist article .thumb {
		width: 346px;
		height: 346px;
	}

	body.home .newslist article.nothumb {
		height: 160px;
		margin: 0px;
		border-bottom: 1px solid #e8e8e8;
		padding: 20px;
		font-weight: bold;
		overflow: hidden;
	}


		body.home .newslist article.nothumb .thumb {
			display: none;
		}

		body.home .newslist article.nothumb .category {
			position: initial;
			color: #ABAAAB;
			background-color: transparent;
			text-transform: uppercase;
		}
			body.home .newslist article.nothumb .category ul {
				padding: 0px;
				margin: 0px 0px 10px 0px;
			}

		body.home .newslist article.nothumb .title {
			font-family: inherit;
			font-size: inherit;
			padding: inherit;
		}



.newslist div.morenews {
	float: left;
	width: 346px;
	height: 60px;
	padding: 19px;
	background-color: #ffffff;
}

body.news #news_article h1 {
	text-transform: none;
	font-size: 2.3em;
}

.news_footer {
	font-style: italic;
}

.bloglist {
	display: inline-block;
	width: 100%;
}

.bloglist article {
	border-bottom: 1px solid #d1d1d1;
	margin: 0px 0px 20px 0px;
}

	.bloglist article .date {
		float: left;
	}

	.bloglist article .author {
		float: right;
	}

	.bloglist article .title {
		clear: both;
	}

/* directory */
#directory form {
	width: 420px;
	margin: 0px auto 20px auto;
}

	#directory form div {
		background-color: #f3f3f3;
		margin: 0px 0px 20px 0px;
	}

#directory form input {
	width: 370px;
}
	#directory form div a {
		display: block;
		width: 20px;
		padding-top: 2px;
		float: right;
	}

#directory form select {
	width: 100%;
}


.dirlist {
	display: inline-block;
	margin-top: 40px;
}

	.dirlist article {
		float: left;
		width: 375px;
		height: 230px;
		margin: 0px 50px 50px 0px;
		display: inline-block;
	}

		.dirlist article:nth-child(2n) {
			margin-right: 0px;
		}

		.dirlist article .photo {
			float: left;
			width: 130px;
			margin: 0px 20px 0px 0px;
		}

			.dirlist article .photo img {
				width: 100%;
				border: 7px solid #d1d1d1;
			}

		.dirlist article .role {
			float: left;
			width: 200px;
			margin: 5px 0px 0px 0px;
		}

			.dirlist article .role .name {
				font-weight: bold;
				text-transform: uppercase;
			}

			.dirlist article .role .title {
				font-style: italic;
				color: #818181;
				margin-bottom: 5px;
			}

			.dirlist article .role .area {
				color: #131f33;
				font-weight: bold;
				text-transform: uppercase;
				margin-bottom: 7px;
			}
body.directory #secnav .splash {
	background-position: center top;
}

body.directory.profile .directory_title .title {
	font-size: 1.55em;
	font-family: 'lexia';
}

.dirprofile {
	display: inline-block;
	font-size: 1.2em;
    width:100%;
}

	.dirprofile .photo {
		float: left;
		margin: 0px 25px 25px 0px;
	}

		.dirprofile .photo img {
			border: 7px solid #d1d1d1;
		}

.dirprofile .photo_image{
    width:140px;
    float:left;
    margin: 0px 10px 10px 0px;
}

.dirprofile .bio_info {
    float:left;
    max-width:600px;
}


	.dirprofile .contact_info {
		float: left;
		margin: 0px 10px 10px 0px;
		max-width: 305px;
	}

		.dirprofile .contact_info h2 {
			display: none;
		}

		.dirprofile .contact_info ul {
			list-style-type: none;
			margin: 0px 0px 7px 0px;
			text-transform: uppercase;
			font-weight: bold;
		}

			.dirprofile .contact_info ul li {
				border: none;
				padding: 0px;
			}

		.dirprofile .contact_info .roles .role {
			display: none;
		}

			.dirprofile .contact_info .roles .role:first-child {
				display: block;
			}

			.dirprofile .contact_info .roles .role div {
				margin: 0px 0px 7px 0px;
			}

			.dirprofile .contact_info .roles .role ul {
				text-transform: inherit;
				font-weight: normal;
			}

				.dirprofile .contact_info .roles .role ul li:nth-child(n+2) {
					display: none;
				}



.biodata img {
	margin: 20px;
}

			.section .container .biodata ul {
				border-top: 1px solid #d1d1d1;
				list-style-type: none;
				margin: 0px 0px 25px 0px;
			}

			.section .container .biodata ol {
				list-style-type: decimal;
				margin: 0px 0px 25px 25px;
			}

				.section .container .biodata ul li, .section .container .biodata ol li {
					border-bottom: 1px solid #d1d1d1;
					margin: 10px 0px 10px 0px;
					padding: 0px 0px 10px 0px;
				}

				.section .container .biodata .small ul li, .section .container .biodata ol li {
					margin: 5px 0px 5px 0px;
					padding: 0px 0px 5px 0px;
				}


.section .container .biodata div#biodata_publications h2 {
	display: none;
}
	.section .container .biodata div#biodata_publications h2:first-child {
		display: inherit;
	}
.section .container .biodata div#biodata_publications ul {
	margin: 0px 0px 0px 0px;
}
	.section .container .biodata div#biodata_publications ul:last-child {
		margin: inherit;
	}

/* bands */

#give:before {
	background-image: url(/images/assets/Chalkboard.outline.png);
}


#askthevan:before {
	background-image: url(/images/assets/150623physics-0303-cropped.jpg);
	background-position: center center;
}

	#askthevan h2 {
		float: left;
		padding: 33px 0px 33px 0px;
		margin: 0px 30px 0px 0px;
		border-top: 2px solid #d4db25;
		border-bottom: 2px solid #d4db25;
		font-family: "Lexia";
		font-size: 6em;
		line-height: 0.4em;
		text-align: right;
		font-weight: bold;
		color: inherit;
		text-transform: none;
	}
		#askthevan h2 .small {
			font-size: 40%;
		}

#research {
	position: relative;
}

#research:before {
	opacity: 0.3;
	background-image: url(/images/assets/150623physics-1178.jpg);
	background-position: center center;
}
	#research.section .container {
		position: relative;
		z-index: 3;
	}


		#research.section .container.intro {
			padding-bottom: 0px;
		}

		#research.section .container.research-circles {
			padding-bottom: 180px;
		}



/* research circles */
.section .container.research-circles ul {
	list-style-type: none;
	display: inline-block;
	margin: 0px 0px 0px 28px;
	position: absolute;
	top: 0px;
	left: 0px;
}

	.section .container.research-circles ul li {
		display: block;
		float: left;
		margin: 0px 20px 0px 20px;
		width: 140px;
		height: 140px;
		border: 7px solid #d1d1d1;
		border-radius: 70px;
		background-color: black;
	}
		.section .container.research-circles ul li:first-child {
			margin-left: 110px;
		}

		.section .container.research-circles ul li.grey {
			background-color: #131f33;
		}

		.section .container.research-circles ul li.cyan {
			background-color: #14bbba;
		}

		.section .container.research-circles ul li.darkcyan {
			background-color: #058c8c;
		}

		.section .container.research-circles ul li.orange {
			background-color: #E84A27;
		}

		.section .container.research-circles ul li.image1 {
			background-image: url(/images/assets/150619physics-1044-small.jpg);
			background-size: calc(140%);
			background-position: calc(55%) center;
		}

		.section .container.research-circles ul li.image2 {
			background-image: url(/images/assets/150623physics-0716-small.jpg);
			background-size: calc(170%);
			background-position: calc(55%) calc(95%);
		}


		.section .container.research-circles ul li a {
			display: table-cell;
			vertical-align: middle;
			padding: 10px;
			width: 140px;
			height: 130px;
			border-radius: 70px;
			color: #ffffff;
			font-weight: bold;
		}


body.academics.undergraduates table th.course,
body.academics.undergraduates table th.hours {
	width: 20%;
}


/* print mods */
@media print
{
	body { 
		border: none !important; 
		background: none !important; 
		margin: 0px !important; 
		padding: 0px  !important; 
		display: block !important;
		width: auto;
	}
	
	header, #mainnav, #secnav, #about, footer  { display: none !important; }

	.clearfix
	{
		margin: 0px !important;
		display: block !important;
		border: none !important;
	}
}

/* Reb additions */

#faculty-directory .item, #postdoc-directory .item, #gradstudent-directory .item, #undergradstudent-directory .item, #visitor-directory .item, #alumni-grad-directory .item, #alumni-postdoc-directory .item, #afffaculty-directory .item, #reu-directory .item, #external-grad-directory .item, #former-postdoc-directory .item, #former-students-directory .item, #researchscientist-directory .item {
    display: inline-block;
    float: left;
    width: 385px;
}

#faculty-directory .faculty_item{
	display: inline-block;
    float: left;
}

#faculty-directory .faculty_item .left_part {
	float:left;
	margin: 0px 20px 20px 0px;
}

#faculty-directory .faculty_item .right_part {
	float:left;
	margin: 0px 0px 10px 0px;
	max-width: calc(100% - 180px);
	min-width: 300px;
}

#faculty-directory .link { margin:0px; }

#faculty-directory .link ul li,  #postdoc-directory .link ul li, #gradstudent-directory .link ul li, #undergradstudent-directory .link ul li, #visitor-directory .link ul li, #reu-directory .link ul li, #afffaculty-directory .link ul li, #researchscientist-directory .link ul li {list-style: none;}


#faculty-directory .item .photo, #postdoc-directory .item .photo, #gradstudent-directory .item .photo, #undergradstudent-directory .item .photo, #visitor-directory .item .photo, #alumni-grad-directory .item .photo, #alumni-postdoc-directory .item .photo, #afffaculty-directory .item .photo, #reu-directory .item .photo, #external-grad-directory .item .photo, #former-postdoc-directory .item .photo, #former-students-directory .item .photo, #researchscientist-directory .item .photo {
    border: 1px solid #5b5b5b;
    float: left;
    margin: 5px 10px 0 0;
    max-height: 212px;
	max-width: 140px;
}

.align-center {
	margin-left:18.5%;	
}

.nodot ul li {
	list-style-type: none;
}

.bio {
	font-size: 85%;
    text-align: left;
}

.main_name {
	font-size:70%;
	max-width:350px;
}

.auther_listing {
    font-style: italic;
    margin-bottom:20px;
}

.breadcrumbs, .breadcrumbs a {
    font-style:italic;
    font-size:.9em;
    color:grey;
    margin-bottom:10px;
}

.breadcrumbs a:hover {
    color: #131f33;
}

.movie_options{
    margin-bottom:20px;
    text-align:center;
}

#outreach_einstein_gravity_playlist {
    float:left;
    width:300px;
    height:300px;
    background-image:url("/images/outreach-LuciaEinstein2.jpg");
    background-repeat: no-repeat;
    margin:50px 200px 20px 0px;
}

#outreach_celebrating_einstein {
    float:left;
    width:300px;
    height:300px;
    background-image:url("/images/outreach-EMRI2JPG.JPG");
    margin:50px 80px 20px 0px;
}

#outreach_black_whole{
    float:left;
    width:300px;
    height:300px;
    background-image:url("/images/outreach-black-wholes.jpg");
    margin:50px 200px 20px 0px;
}

#outreach_rhythms{
    float:left;
    width:300px;
    height:300px;
    background-image:url("/images/outreach-rhythms.jpg");
    margin:50px 80px 20px 0px;
}

/*#outreach_shout_across_time{
    float:left;
    width:300px;
    height:300px;
    background-image:url("/images/outreach-shout-across-time.jpg");
    margin:50px 80px 20px 0px;
}*/

#outreach_einstein_gravity_playlist h2, #outreach_rhythms h2, #outreach_black_whole h2, #outreach_celebrating_einstein h2, #outreach_shout_across_time h2 {
    background-color:#CCCCCC;
    margin:-30px 0px 0px 0px;
    font-size:1.0em;
    padding:10px 20px;
    text-align:center;
}

#books_for_public {
    margin-right: 100px;
}

.in_the_media {
    width:35%;
    margin-top:20px;
}
.video-wrapper{
    float:left;
    width:560px;
    height:325px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container img{
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-padding-top{
    padding-top:40px;
}

.text-padding-top20{
    padding-top:20px;
}

.padding-bottom-50{
    padding-bottom:50px;
}

.credit{
    color:#CCCCCC;
}

.credit a{
    color:#999999;
}

.role {
    margin: 10px;
}

#research-gravitational-wave-theory-bottom-bumper {
    height:100px;
}

#research-gravitational-wave-data-analysis-bottom-bumper {
    height:160px;
}

#research-black-hole-theory-bottom-bumper {
    height:100px;
}

#research-experimental-relativity-bottom-bumper {
    height:100px;
}

#research-cosmology-bottom-bumper{
    height:100px;
}

#research-general-relativity-bottom-bumper{
    height:100px;
}

#research-numerical-relativity-bottom-bumper{
    height:100px;
}

#research-black-hole-lab-bottom-bumper{
    height:100px;
}

#research-neutron-star-bottom-bumper{
    height:80px;
}

#research-tools-stu-movies-bottom-bumper{
    height:120px;
}

.photo-text-fleft {
    float:left;
    width:60%;
    padding-right:20px;
}

.photo-text-fright {
    float:right;
    width:60%;
    padding-left:20px;
}

.research-photo{
    padding-bottom:50px;
}
