 /*@import url(search-nav.css) screen; search bar */ 
 /*
 ------------------------------------------------------------------------------------ 
 @group Screen Theme-specific screen styling. -----------------------------------------------------------------------------------
 */
 

 /*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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
}*/

/*
 ------------------------------------------------------------------------------------ 
 print style
 ------------------------------------------------------------------------------------
*/
@media print{
.header-image {
display:none;
}

.dept-tag img {
display:none;
}

.dept-tag a{
font-size:32px;
font-weight:bold;
margin-top:20px;
margin-bottom:20px;
display:inline-block;
}

#document a,
#page a,
#document a:visited,
#document a:link,
#document a:active {
color:#12c;
}

#page a:visited,
#page a {
color:#004276;
}

#nav {
display:none;
}

#nav select {
display:none;
}

#nav-subnav{
display:none;
}

#document.layout-home #features,
#document.layout-home #fac-spotlight{
display:none;
}

#document-heading {
display:none;
}

#document .events,#document .eventList {
margin-bottom:2em;
max-height:100%;
}

#document .events .event img{
width:80px;
}

#page #document {
margin-top:30px;
width:100%;
float:none;
overflow:visible;
padding-bottom:20px;
min-height:auto;
height:auto;
}

#page #document h1 {
margin-bottom:12px;
font-size: 30px;
}

#document h2 {
font-size: 22px;
}

#document h3 {
font-size: 17.5px;
}

#document h3.fa{
font-size: 22px;
margin: 0 0 0 0; 
}

#page #document #section1{
width:100%;
margin-left:0;
max-width:100%;
}

.layout-inner #document h2.sectiontitle {
display:none;
}

#search_nav{
display:none;
}

#page .layout-home #features{
display:none;
}

#document.layout-inner #doctitle span{
border-bottom: 1px solid blue;
display: inline-block;
position: relative;
top: 1px; 
}

.grayline{
border-bottom: 1px solid green;
}

#page .layout-home .tab-content > div{
display:block;
opacity:1;
}

#page .layout-home .tab-content h2{
font-size: 15px;
}
#page .layout-home .tab-content h3{
font-size: 13px;
}

#page #section2 ul.nav-tabs{
display:none;
}


#page .layout-home #section4 .eventList > .calendar-event{
width:100%;
height:auto;
border:none;
background:#fff;
}

#page #footer {
border-top:1px solid #000;
position:static;
margin-top:20px;
margin-left:0;
}

.footer-link a{
color:#475d68;
}

#page #footer li {
margin-top:5px;
}

#page #footer ul {
list-style-type:none;
margin-left: 0;
}

#footer #footer-social-icons li{
font-size:10px;
margin:0;
padding:0;
display:block;
width:100%;
}

#footer #footer-social-icons li > span{
display:none;
}

#footer #footer-social-icons li > a{
display:block;
position:static;
text-align:left;
}

#footer-section5 {
position:static;
display:block;
bottom:0;
}

#page #footer #footer-section5 a{
display:block;
width:100%;
}

#page #footer > ul > li,#page #footer .link-group{
float:none;
width:100%;
padding-left:0;
padding-right:0;
margin-left:0;
border:none;
}

}

/* Full screen style (1024px)
	* Header styles
--------------------------------------------------------------------------------------- */
@media screen{


/* TEMP */
.caption-title {
	text-align:left;
	/* font-size: 1.3em; */
}
.caption-text {
	margin-top: 5px; 
	text-align: left;
	/* color: #ccc; */
}
/* #features-nav {
	top: 17px !important;
	right: 25px !important;
	bottom: auto !important;
}
#features-nav a {
	background-color: #aaa !important;
}
#features-nav a.activeSlide {
	background-color: #f16421 !important;
} */


/* @group html
	* outer wrapper styles
--------------------------------------------------------------------------------------- */
html {
overflow:visible;
height:auto;
}

html body {
height:100%;
overflow:visible;
background:#ffffff;
font-family:'Droid Sans', sans-serif;
background: url(/_includes/images/bg.png);

background: url(bg3.png);
-webkit-font-smoothing: antialiased;

}
body {
}
/* *, *:before, *:after {
box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
} */
p {
font-family:'Droid Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family:'Droid Serif', serif;
  font-weight: bold;
}
h4 {
  /*margin:30px 0 25px;*/
  font-size:16px;
}
h5 {
  background:#f5f5f5;
  border-top:2px solid #65a6c2;
  padding: 8px 10px 8px;
  font-size: .9em;
}
.feature h3, .sidesection h3, .sidesection h2, .onethird h3 {
  background:#f5f5f5;
  border-top:2px solid #65a6c2;
  padding: 8px 10px 8px;
  font-size: 16.4px;
}
a,a:visited {
  color:#3381b2;
  font-family: 'Droid Sans', sans-serif;
}
a:hover {
  text-decoration: underline;
  color:#3381b2;
}
.half {
  width:50%;
  float:left;
  padding-right: 37px;
}
.twothirds {
  width:66.666667%;
  float:left;
}
.onethird {
  width:33.33333%;
  float:left;
}

/*--------------------------RANDOM---------------------------*/
table{
  border:1px solid #ebebeb;
}
.layout-inner #sections {
  width:80%;
  float:left;
}
.layout-inner #inner-side {
  width:20%;
  float:left;
}
.layout-inner #section1 .sectioncontent,
.layout-inner #section2 .sectioncontent {
  padding:0 15px;
}
.layout-home #inner-side {
  display:none;
}
#inner-side .inner{
  padding: 0 15px;
}
h2.heading.subsubnav {
  display:none;
}
#document #nav-subnav .subsubnav li{
  border:none;
}
#document .subsubnav li:before {
  content: '';
  margin:0;
}
.subsubnav {
  display:none;
}
.sidesection {
  margin-bottom: 40px;
  font-size: 95%;
}
#home-left-inner{
  margin:0 -25px 0 0;
  padding:0;
}
/*--------------------------/RANDOM---------------------------*/
.bglayer1 {
background: url("psychheader.png");
background-repeat: no-repeat;
padding-top: 44px;
background-size: 100% 49px;
margin-top: 0;
}

#page{
}

#page.layout-inner{
}

.touch-device #page{
font-size:18px;
}

#page.layout-home {
margin:0 auto;
}

#page.layout-inner{
}
.nav-about #page.layout-inner{
}

.nav-error #page.layout-inner{
}

.nav-giving #page.layout-inner{
}
.nav-people #page.layout-inner{
}
.nav-academics #page.layout-inner{
}

.nav-resources #page.layout-inner{
}

.nav-news #page.layout-inner{
}

.sectiontitle{
	position:absolute;
	right:10000px;
	overflow:hidden;
}

.back-to-top {
	right: 0px;
	font-size: 12px;
	padding: 1em;
	display: none;
	background:url(/_includes/images/top.png) no-repeat;
	height: 38px;  /* Height of image */
	width: 38px;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}

/* @group header
	* Header styles
--------------------------------------------------------------------------------------- */

#header {
position:relative;
/* z-index:999; */
margin-top:25px;
max-width:980px;
margin:0 auto;
padding:12px 0;
}

.layout-home #header{
z-index:1000;
}

.layout-inner #header {
margin-top:0;
}
.layout-home h2 {
font-size: 150%;
}

#document .fa-stack {
margin-top: -7px;
margin-left: -4px;
opacity: 0.5;
}

#header #header-list{
margin:0 auto;
position:relative;
max-width:980px;
}

body.nav-home #header {
}

#header .dept-img a{
background-image:url('/_includes/images/dept.jpg');
width:180px;
height:60px;
left:15px;
top:-74px;
position:absolute;

display: none;
}

#header .dept-img a:hover{
opacity:0.65;
}

#header .dept-tag{
/* position:relative;
top:34px;
left:224px;
display:inline-block; */
}

#header .dept-tag a{
color:#000;
display: inline-block;
font-family:'Droid Serif', serif;
font-size: 35px;
/* letter-spacing: -0.05em; */
position: absolute;
text-decoration: none;
font-weight:300;
top:14px;
left:49px;
transition: all ease 0.3s;

}

#header .dept-tag img{
}

#header .i-logo{
display:inline-block;
/* float:left;
text-align:center;
position:relative;
top:33px;
left:224px;
margin-right:10px; */
}

.layout-home #header .header-image{
display:none;
}

.layout-inner .header-image{
/* height:90px;
margin:72px 0 0;
overflow:hidden;
position:relative; */
display:none;
}

#header .i-logo-img{
}

#header .i-logo-img a{
display:inline-block;
}

#header .i-logo a{
background: url("imark.png") no-repeat scroll left center transparent;
color:#777;
display: inline-block;
font-family:'Droid Serif', serif;
font-size: 14px;
font-weight:300;
letter-spacing: 0;
height: 52px;
padding-left: 240px;
text-decoration: none;
transition: all 0.3s ease 0s;
line-height: 65px;
}

#header .i-logo a:hover, #header .dept-tag a:hover {
opacity:0.65;
}

#header #nav-facebook{
position:absolute;
right:0px;
top:-50px;
}

#header #nav-facebook{
display:inline-block;
width:36px;
height:36px;
padding:0;
background:url('/_includes/images/fb-icon.gif') no-repeat;
}

.gsc-control-cse{
	padding:0 !important;
	margin:0 !important;
	border:0px none !important;
	background-color:transparent !important;
}
.gsib_a{
	padding:0px 6px 0 !important;
}
.gsc-input-box{
	height:27px !important;
}

#search_nav td{
	background-color:transparent !important;
	border:0px !important;
	padding:0;
}
.gsc-search-button-v2{
	padding:4px 34% !important;
	height:27px !important;
	width: 100% !important;
	margin-top:0 !important;
	cursor:pointer !important;
}
td.gsc-search-button{
	width:21% !important;
}
#gs_tti50{
	padding: 0 !important;
}
.gsst_a{
	padding-top:0px !important;
	display:block !important;
	position:relative !important;
	top:4px !important;
}
#header #search_nav {
  position: absolute;
  right:0;
  bottom:14px;
  width:320px;
}
#header #search_nav form {
    position: relative;
}


#header #search_nav form input#q{
background:none repeat scroll 0 0 #fff;
width: 180px;
color:#bfbfbf;
border-bottom: 1px solid #e3e3e3;
border-left: 1px solid #e3e3e3;
border-top: 1px solid #e3e3e3;
border-right:none;
box-shadow:none;
padding:8px;
font-size:14px;
margin:0;
font-size:12px;
line-height:15px;
float:left;
/* height:12px; */
border-radius: 2px 0 0 2px;
}

#header ul#search_nav_RIGHT li.search{
background:none;
padding:0;
}

#header #search_nav .searchnav_hide,
#header #search_nav #radio{
display:none;
}
#nav li.search .searchbox{
margin:0;
font-size:13px;
}

#header li.search form input#go{
cursor:pointer;
transition:all ease 0.2s;
}
input#go:hover {
opacity: 0.8;
}
#nav div#search_nav{
height:36px;
border:1px solid #999;
/* position:absolute; */
width:auto;
margin:0;
top:22px;
font-size:16px;
right:91px
}

#header #search_nav_RIGHT{
list-style-type:none;
}

#nav li.search .searchbox{
width:200px;
}

#header #search_nav form #textsearch, #top #nav .form-wrapper form #q {
    width: 234px;
}

#nav li.search form input#go{
/* background: url("/_includes/images/search.jpg") repeat scroll 0 0 transparent;
border: medium none;*/
cursor: pointer;
color:#a5aaae;
background:#000;
/* font-family: Arial,sens-serif;
font-size: 0.875em; */
height: 30px;
/* font-weight:bold; */
margin: 0;
padding: 2px 4px;
right: 0;
top: 0;
width: 35px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
border-right: 1px solid #fff;
border-left:none;
border:none;
/* border-radius: 4px;

	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #178083;
  *background-color: #178083;
  
  background-image: -moz-linear-gradient(top, #1e9fa8, #178083);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e9fa8), to(#178083));
  background-image: -webkit-linear-gradient(top, #1e9fa8, #178083);
  background-image: -o-linear-gradient(top, #1e9fa8, #178083);
  background-image: linear-gradient(to bottom, #1e9fa8, #178083);
  background-repeat: repeat-x;
  border-color: #178083 #178083 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9fa8', endColorstr='#ff178083', GradientType=0); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); */
}

#nav li.search form input#go:hover{
color:#fff;
}

#header #search_nav form input.search {
    position: absolute;
    right: 12px;
}

#header #giving-button{
top:22px;
right:0;
position:absolute;
}

.error{
position:absolute;
}

/* @group Navigation
	* Navigation menu styles
--------------------------------------------------------------------------------------- */
#nav {
width:100%;
/*border-top: 1px solid #324056;*/
max-width: 980px;
margin: 0 auto;
}

.layout-inner #nav{
padding:0;
top:0;
/* position:relative; */
}

#nav-mainnav {
position:relative;
/*border-top: 1px solid #132646;*/
}

.layout-inner #nav-mainnav {
/* padding:12px; */
}

#nav.layout-home {
/* position:absolute; */
/* top:89px; */

}

#nav-mainnav{
/* position:absolute;
top:-416px;
width:100%; */
margin:0 auto;
max-width:980px;
z-index:998;
}
.fa{
	z-index:999 !important;
}

#nav.layout-inner #nav-mainnav{
/* position:absolute;
top:-142px;
width:100%; */
}

#nav-mainnav > ul {
 width:100%; 
margin-bottom:0;
position:relative;
background: #324056;
/* background-color:#64a1bd;
/* background: #738bab; /* Old browsers */
/* background: -moz-linear-gradient(top,  #324C72 0%, #324056 100%); /* FF3.6+ */ 
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324C72 ), color-stop(100%,#324056)); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #324C72  0%,#324056 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #324C72  0%,#324056 100%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(top, #324C72  0%,#324056 100%); /* IE10+ */
/* background: linear-gradient(to bottom,  #324C72  0%,#324056 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#738bab', endColorstr='#5e7a9f',GradientType=0 ); /* IE6-9 */
overflow:visible;
}

#nav-mainnav .subsubnav{
display:none;
}

#nav-mainnav ul li {
text-decoration:none;

font-family:'Open Sans', sans-serif;
font-size: 13px;
}

#nav-mainnav ul > li > span.divider {
color:#777;
}

#nav-mainnav > ul > li {
float:left;
letter-spacing:0;
position:relative;
line-height:20px;
/*border-left: 1px solid #324b73; */
border-right: 1px solid #132646;
border-bottom: 1px solid transparent;

margin-bottom: -1px;
}

#nav-mainnav > ul > li:first-child {
}

#nav-mainnav > ul > li > a, #nav-mainnav > ul > li > span > a, 
#header #giving-button {
font-size:14px;
display:inline-block;
text-decoration:none;
color:#fff;
padding:15px 20px;
line-height:normal;
}

#nav #giving-button{
color:#E67124;
color:#bbb;
background:#000;
}

#nav-mainnav > ul > #search-button{
margin-right:12px;
}

.touch-device #nav-mainnav > ul > li a{
-webkit-tap-highlight-color: #811f0b;
}

.nontouch-device #nav-mainnav > ul > li:hover ,
.nontouch-device #nav-mainnav > ul > li:focus ,
#nav-mainnav > ul > li:hover {
background:#fff;
color:black;
border-bottom: 1px solid white;
border-right: 1px solid white;
border-left: 1px solid white;
overflow: visible;
border-top: 8px solid #fff;
margin-top: -8px;
border-radius: 5px 5px 0 0;
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);

}

.nontouch-device #nav-mainnav > ul > li.nav-home:hover {
border-radius: 5px 5px 4px 4px;
}

#header #giving-button:hover{
color:#fff;
}

/*#nav .nav-sitemap.mainnav > ul > li > a[href^='/about/']*/
.nontouch-device #nav #nav-mainnav > ul > li:hover > a,
.nontouch-device #nav #nav-mainnav > ul > li:focus > a,
#nav #nav-mainnav > ul > li:hover > a,
.nontouch-device #nav #nav-mainnav > ul > li:hover > span > a,
.nontouch-device #nav #nav-mainnav > ul > li:focus > span > a,
#nav #nav-mainnav > ul > li:hover > span > a,
.nontouch-device #nav #nav-mainnav > ul > li:hover > a span,
.nontouch-device #nav #nav-mainnav > ul > li:focus > a span,
#nav #nav-mainnav > ul > li:hover > a span{
background-color:#fff;
text-decoration:none;
color:#2a8fbd;

}

.nontouch-device #nav-mainnav > ul > li:hover > ul,
.nontouch-device #nav-mainnav > ul > li:focus > ul,
#nav-mainnav > ul > li:hover > ul {
box-shadow:0 7px 10px 2px rgba(0, 0, 0, 0.3);
border-top:none;
width:auto;
background-color:#FFF;
opacity:1;
height:auto;
z-index:9999;
left:-1px;
top:47px;
position:absolute;
overflow:hidden;
margin:auto;
padding:20px 0;
/* min-width:185px; */
}
.gsc-orderby-container .gsc-selected-option-container{
	width: 100px !important;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd:focus > ul,
#nav-mainnav > ul > li.mega-dd:hover > ul {
min-width:500px;
padding:20px;

}

.nontouch-device #nav-mainnav > ul > #search-button:hover > ul,
.nontouch-device #nav-mainnav > ul > #search-button:focus > ul,
#nav-mainnav > ul > #search-button:hover > ul {
display:block;
position:absolute;
left:-9999px;
height:1px;
}

#page #nav-mainnav > ul > li > ul > li > a,#page #nav-mainnav > ul > li > ul > li > span > a {
color:#333;
min-width:190px;
padding: 7px 20px;
font-size:14px;
display: inline-block;
}

#page #nav-mainnav > ul > li.mega-dd > ul > li > a,#page #nav-mainnav > ul > li.mega-dd > ul > li > span > a {
font-size:17px;
color: #3381b2;
padding:6px 0px;
display:inline-block;

}

#page #nav-mainnav > ul > li.mega-dd > ul > li > ul > li > a,#page #nav-mainnav > ul > li.mega-dd > ul > li > ul > li > span> a{
color:#333;
padding:6px 0px;
display:inline-block;
font-size:14px;
}

#nav-mainnav > ul > li > ul.show {
height:auto;
left:4px;
top:24px;
position:absolute;
margin:auto;
box-shadow:0 7px 10px 2px rgba(0, 0, 0, 0.3);
border-top:none;
width:auto;
background-color:#000;
opacity:1
}

#page #nav-mainnav > ul > li#search-button > ul.show{
left:auto;
right:0;
height:auto;
top:24px;
position:absolute;
margin:auto;
box-shadow:0 7px 10px 2px rgba(0, 0, 0, 0.3);
border-top:none;
min-width:308px;
background-color:#000;
opacity:1;
padding:10px;
}

#nav-mainnav > ul > li > ul {
display:block;
position:absolute;
left:-9999px;
height:1px;
}

#nav-mainnav > ul > li > ul.mega-dd li > a,#nav-mainnav > ul > li > ul.mega-dd li > span > a {
font-size: 14px;
color:#64a1bd;
text-decoration:none;
text-transform:none;
/* width:100%; */
min-width:185px;
display:inline-block;
padding:5px 10px;
}

#nav-mainnav > ul > li > ul.mega-dd li a:hover {
background:#fff;
text-decoration:underline
}

#nav-mainnav > ul > li.mega-dd > ul > li {
text-decoration:none;
line-height:20px;
width:30%;
/* min-height:200px; */
margin-left:5%;
margin-bottom:20px;
}

#nav-mainnav > ul > li.mega-dd > ul > li.dd-wrap {
clear:both;
margin-left:0;
}

#nav-mainnav > ul > li.mega-dd > ul > li:first-child{
margin-left:0;
}

#nav-mainnav > ul > li > a:hover {
text-decoration:none;
}

#nav-mainnav > ul > li.itemright {
float:right;
}

#nav-mainnav > ul > li.itemright a {
background-color:#91a0b1;
}

#nav-mainnav > ul > li.nav-about > ul > li {
width:48%;
margin-left:0;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-about:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-about:focus > ul,
#nav-mainnav > ul > li.mega-dd.nav-about:hover > ul {
min-width: 450px;
}

#nav-mainnav .nav-about .subnav-about-information {
width:49%;
}

#nav-mainnav .nav-about .subnav-facilities {
clear: both;
margin-left: 0;
margin-top: -177px;
width: 60%
}

#nav-mainnav .nav-about .subnav-contact {
margin-left:53%;
width:47%
}

#nav-mainnav .nav-about .subnav-diversity {
margin-left:4%;
margin-top: 1px;
width:47%
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-undergrad:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-undergrad:focus > ul,
#nav-mainnav > ul > li.mega-dd.nav-undergrad:hover > ul {
min-width: 610px;
}


#nav-mainnav > ul > li.nav-undergrad > ul > li {
width: 35%;
}

#nav-mainnav .nav-undergrad .subnav-undergrad-news {
clear:both;
margin-left: 0;
}

#nav-mainnav .nav-undergrad .subnav-undergrad-opportunities {
margin-top:-49px;
}

#nav-mainnav ul > li.nav-undergrad > ul > li.subnav-undergrad-resources {
width: 20%;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-services:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-services:focus > ul,
#nav-mainnav > ul > li.mega-dd.nav-services:hover > ul {
min-width: 450px;
}

#nav-mainnav > ul > li.nav-services > ul > li {
margin-left:0;
}

#nav-mainnav .nav-services .subnav-services-business {
width:60%;
}

#nav-mainnav .nav-services .subnav-services-psc {
clear:both;
margin-left: 0;
width:60%;
}

#nav-mainnav .nav-services .subnav-services-subject {
margin-left: 4%;
width:36%;
}

#nav-mainnav .nav-services .subnav-services-support {
margin-top:-162px;
margin-left: 4%;
width:36%;
}

#nav-mainnav .nav-services .subnav-services-internal {
margin-left:4%;
margin-top:0px;
}


#nav-mainnav > ul > li.nav-alumni > ul > li {
width:48%;
margin-left:0;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-grad:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-grad:focus > ul,
#nav-mainnav > ul > li.mega-dd.nav-grad:hover > ul {
left:-1px;
}

#nav-mainnav .nav-grad .subnav-graduate-prospective {
clear: both;
margin-left: 0;
width: 49%;
}

#nav-mainnav .nav-grad .subnav-graduate-resources {
margin-left: 4%;
width: 47%;
margin-top: -58px;
}

#nav-mainnav .nav-grad .subnav-graduate-news {
width: 47%;
margin-left: 4%;
}

#nav-mainnav .nav-grad .subnav-graduate-current {
margin-left: 0;
width: 49%;
}


.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-alumni:hover > ul,
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-alumni:focus > ul,
#nav-mainnav > ul > li.mega-dd.nav-alumni:hover > ul {
min-width: 450px;
left:-1px;
}

#nav-mainnav .nav-alumni .subnav-alumni-information {
width: 53%;
}

#nav-mainnav .nav-alumni .subnav-alumni-mentoring {
clear: both;
margin-left: 0;
margin-top: -75px;
width:60%;
}

#nav-mainnav .nav-alumni .subnav-alumni-opportunities {
    width: 47%;
    margin-left: 4%;
}


#nav-mainnav .nav-alumni .subnav-alumni-newsevents {
margin-left:3%;
width: 36%;
}

#nav-social {
  position:absolute;
  right:8px;
  top:7px;
  z-index: 9999;
}
#nav-social a {
  color:#fff;
  opacity: 1;
  transition: all ease 0.3s;
  font-size: 17px;
}
#nav-social a:hover {
  color: #324056;
}
#nav-social a:hover .fa-inverse {
  opacity: 1;
}
#nav-social a .fa-inverse {
  opacity: 0.2;
}


.layout-home #nav-subnav{
display:none;
}
.layout-home .subnav{
display:none;
}
.layout-inner #nav-subnav {
height:auto;
width:100%;
position:relative;
padding:0;
z-index:999;
}
.subnav {
height:auto;
  margin:0;
}
.layout-inner #nav-subnav .subnav{
margin:0 auto;
height:auto;
/*padding:0 0 0 12px;*/

}

.layout-inner #nav-subnav .subnav li{
}

.layout-inner #nav-subnav a{
text-shadow:-1px 1px 1px rgba(255, 255, 255, 0.4);
display:inline-block;
padding:4px 0;
text-decoration:none;
font-size: 15px;
}
.layout-inner #nav-subnav li {
  border-bottom: 1px solid #eeeeee;
}
.layout-inner #nav-subnav a:hover{
text-decoration:underline;
}
.layout-inner h5 {
  margin-top: 0;
}

#nav .mega-dd .subsubnav {
display:block;
}

#nav .mega-dd .subsubnav > li {
float:none;
}

#nav .heading {
display:none
}

#nav .subsubnav  > li > a{
/* padding-left:15px; */
}

#nav-menunav {
display:none;
}

#nav-extra {
position:absolute;
right: -8px;
top:-110px;
}
#nav-extra a {
	color: #fff;
	font-size: 90%;
	opacity: 0.83;
}
#nav-extra a:hover,
#nav-extra a:active {
}

/* @group document
	* Content styles
--------------------------------------------------------------------------------------- */

.section {
}

#document {
overflow:hidden;
min-height:400px;
text-decoration:none;
background:#fff;
padding:10px 0;
position:relative;
/*padding-left:180px;*/
max-width: 980px;
margin:0 auto;
z-index: 900;
margin-top: 10px;
border-bottom:4px solid #d0d3cc;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

#document.layout-home{
}

#document.layout-home #sections{
/* max-width:1170px;
display:table; */
}
#document .layout-home h2 {
  display:inline-block;
}
/* #document.layout-home #section1{
margin:0 auto;
overflow:hidden;
}

#document.layout-home #section1 .sectioncontent{
margin:0 auto;
} */

/* #section1 .sectiontitle, */
.layout-home #doctitle{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}

#document .sectioncontent{
}

.layout-home #section3 .sectioncontent{

}
.layout-home .section {
}
#twitterfeed {
  background:#eeeeee;
  width: 66.66%;
  float:left;
  height:80px;
  position:relative;
}
#twitterfeed .inner {
padding:10px;
overflow:hidden;
}

#twitterfeed .tweet-content{
display:none;
}

#twitterfeed .tweet-content .tweet{
display:inline;
}

#twitterfeed .tweet-content .tweet img{
max-width: 15px;
max-height: 15px;
}
#onlineapp {
  float:right;
  width:33.333%;
  background: #73A9C0; /* Old browsers */
 /* background: -moz-linear-gradient(top, #324C72 0%, #324056 100%); /* FF3.6+ */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324C72), color-stop(100%,#324056)); /* Chrome,Safari4+ */
 /* background: -webkit-linear-gradient(top, #324C72 0%,#324056 100%); /* Chrome10+,Safari5.1+ */
 /* background: -o-linear-gradient(top, #324C72 0%,#324056 100%); /* Opera 11.10+ */
 /* background: -ms-linear-gradient(top, #324C72 0%,#324056 100%); /* IE10+ */
 /&   background: linear-gradient(to bottom, #71aac5 0%,#3e93ba 100%); /* W3C */
 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324C72', endColorstr='#324056',GradientType=0 ); /* IE6-9 */
  /*color: #fff;*/
  height:80px;
  transition: all ease 0.2s;
}
a#onlineapp:hover{
  opacity:0.8;
}
#onlineapp i,
#onlineapp h4,
#onlineapp p{
  color:#fff;
}
#onlineapp h2 {
  margin-top:10px;
  margin-bottom: 10px;
}
.onlineapp-left {
  float:left;
  width:30%;
  text-align:center;
}
.onlineapp-left i.fa:before{
  line-height: 64px;
  color: white; 
}
.onlineapp-right {
  float:left;
  width:70%;
}
.inner {
  padding:5px;
}
#carousel .carousel-caption .inner, .events-home .inner .events-home-event .event-inner .inner{
	height:100%;
	width:100%;
}
 .events-home .inner .events-home-event .event-inner .inner .link{
	 height:70%;
	 width:100%;
	 font-size:14px;
 }
 #carousel .carousel-caption .inner p{
	 
height: 90%;
width: 95%;
font-size: 25px;
font-family: Georgia;
line-height: 1.25em;
 }
 

 
 #carousel .carousel-caption-undergrad .inner p{
	 height:90%;
	width:100%;
	font-size:16px;
 }
.layout-home #section2 .sectioncontent{
max-width:980px;
margin:0 auto;
position:relative;
}
.news-home-announce {
margin-bottom:1.5em;
}

.announce-pic {
 /*  width: 30%; */
  float:left;
}
.announce-right {
  /* width: 70%;
  float:left; */
  font-size:14px;
}
.announce-date {
  color: #acacac;
  font-style: italic; 
}
.events-home {
  background:#f0f0f0;
  max-width:617px;
}
.events-home-event {
  width:33.33%;
  float:left;

}
.events-home-event a {
  font-weight: bold;
  color:#63a3cf;
}

.events-undergrad {
  background:#f0f0f0;
  max-width:100%;
}
.events-undergrad-event {
  width:33.33%;
  float:left;

}
.events-undergrad-event a {
  font-weight: bold;
  color:#63a3cf;
}
a.allevents {
  margin:18px 16px 0;
  display: block;
  font-weight: bold;
  color:#63a3cf;
}
.onefourth {
  width:25%;
  float:left;
}
.events-home .inner{
  padding:20px 10px;

}
.events-undergrad .inner{
  padding:20px 10px;

}
.event-inner {
  background:#fff;
  margin:0 12px;
  /*border:2px solid #d8d8d8;*/
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.1);
height: 200px;
}
.event-date {
  text-transform: uppercase;
  font-family: 'Droid Serif', serif;
  color:#8e8e8e;
}
.layout-home #section3 .fa {
  color:#324056;
}
.layout-home #section3 .fa-li{
  color:#626262;
}
.quicklinks li{
  border-bottom:1px solid #eeeeee;
  line-height:2em;
}
.quicklinks li a{
  line-height:2em;
}

.featureimg{
  width:35%;
  float:left;
  margin-right:10px;
}
.featureimg img{
max-width: 100%;
height:auto;
}
.featuredesc{
  /*width:60%;
  float:left;
  padding-left: 10px;*/
}
.featuredesc a{
  margin:10px 0;
  display:block;
  font-weight: bold;
}
.layout-home #section3 .fa-inverse {
  color:#fff;
}
#document .layout-home #section2{
/*background:#f2f2f2;*/
clear:both;
}

.layout-home #section2 .sectioncontent{
max-width:980px;
/*overflow:hidden;*/
text-align:left;
margin: 0 auto;
clear:both;
}

.layout-home #section2 .sectionblock3,
.layout-home #section2 .sectionblock4,
.layout-home #section2 .sectionblock5{
width:30%;
float:left;
margin-left:5%;
}

.layout-home #section2 .sectionblock3{
margin-left:0;
}

.layout-home #section2 .sectionblock{
margin-left:0;
}

.layout-home #section2 .sectionblock2{
width:30%;
float:right;
margin-left:5%;
margin-top:-36px;
}
.layout-home #section3 {
  float:left;
}
.layout-home #section4 {
  float:left;
}
.layout-home #section4 .sectioncontent {
  width:33.64%;
}
.layout-home #section2 .sectionblock1{
margin-left:0;
width:65%;
float:left;
}

.layout-home .sectionblocktitle{
color: #222;
border-bottom:1px solid #e9eaee;
font-family:'Roboto Slab', sans-serif;
font-size:20px;
letter-spacing:0.5px;
margin-top:40px;
margin-bottom:22px;
padding-bottom:11px;
line-height:normal;
}

.layout-home .sectionblock2 .sectionblocktitle{
color:#fff;
background:#000;
margin-bottom:0;
margin-top:0;
font-weight:300;
padding:18px 20px;
}

#document .layout-home a.more{
text-transform:uppercase;
color:#bababa;
text-decoration:underline;
}

#document .layout-home a.more:hover{
color:#be6016;
}

.layout-home #section-quicklinks{
font-size:21px;
}

.layout-home #section-quicklinks span{
color:#747577;
margin-right:6px;
text-decoration:none;
}

.layout-home #section-quicklinks a:hover span{
color:#be6016;
}

.layout-home #header-image{ 
display: none;
}

.layout-home #features {
list-style-type:none;
margin: 0;
margin-top:72px;
position:relative;
overflow:hidden;
width:100%;
}

.nav:before, .nav:after {
content: " ";
display: table;
}

.layout-home #fac-spotlight .events,
#document .layout-home #fac-spotlight .event{
border-bottom:none;
}

.layout-home #caption{
max-width:500px;
display:inline-block;
clear:both;
font-size:12px;
font-family:Tahoma, sans-serif;
color:#fff;
height:28px;
line-height:1;
overflow:hidden;
margin-top:5px;
}

.layout-inner #caption{
max-width:500px;
display:inline-block;
clear:both;
font-size:12px;
font-family:Tahoma, sans-serif;
color:#fff;
height:28px;
line-height:1;
overflow:hidden;
margin-top:5px;
}

#document .layout-inner .panel-toggle:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'FontAwesome';
width: 16px;
margin-right: 10px;

color: #324056;
}

#document .layout-inner .panel-heading a h3{
display: inline-block;
}

#document .layout-inner .panel-heading a h2{
display: inline-block;
}

#document .layout-inner .panel-toggle:before {
content: "\f056";
color: #324056; 
}
#document .layout-inner .panel-toggle.collapsed:before {
content: "\f055";
color: #324056;
}

#document .accordion-toggle:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'FontAwesome';
width: 16px;
margin-right: 10px;

color: #324056;
}

#document .accordion-heading a h3{
display: inline-block;
}

#document .accordion-heading a h2{
display: inline-block;
}

#document .accordion-toggle:before {
content: "\f056";
color: #324056; 
}
#document .accordion-toggle.collapsed:before {
content: "\f055";
color: #324056;
}

.announce-pic a img{
	max-width:80px;
	/* padding-right:2px; */
    margin-bottom: 10px;
    margin-right: 10px;
}

.layout-home #imgs img{
display:none;
}

.layout-home #imgs img:first-child{
display:block;
}

.placeholder {
/* Making it invisible lets the parent container adjust its size */
visibility : hidden;
}
.footer-inner {
  max-width:980px;
  margin:0 auto;
}
.layout-home #features-nav{
position:absolute;
z-index:999;
bottom:30px;
right:80px;
}

.layout-home #features-nav a{
display:inline-block;
width:20px;
height:20px;
margin-left:10px;
background:rgba(255,255,255,0.65);
border-radius:10px;
text-indent:-9999px;
}

.layout-home #features-nav a.activeSlide {
background-color: #333;
}

.layout-home #pager {
position:absolute;
right:-10px;
bottom:10px;
/* float:right; */
}
	
.layout-home #pager a {
display: inline-block;
height: 12px;
width: 12px;
background-color:#bbbdc0;
margin-right:10px;
border-radius:2px;
}
	

.layout-home #document .cutline{
width:100% !important;
}
	
#document a.back{
display:block;
margin-bottom:60px;
}

h6 {
font-size:12.5;
line-height:1.4em;
padding:10px 0 5px;
}

.sectioncontent {
color:#57585B;
}

#document a, #document a:active, #document a:visited{
}

#document p,
#document ul,
#document ol,
#document dl,
#document td{
line-height:1.5em;
font-size:100%;
}

#document ul, #footer ul { padding-left:20px; list-style:none; }
#document li, #footer li { /*margin-bottom:8px;*/ }
#document ul li:before, #footer li:before, #document #inner-subnav > ul > li:before {    
    font-family: 'FontAwesome';
    content: '\f0da';
    margin:0 5px 0 -15px;
}

#document ol {
	margin:0 5px 0 20px;	
}
#document li:before {
  color: #626262;
}
#footer li:before {
  color:#fff;
}

#document #inner-subnav li:before {
content:'';
margin:0;
}


#document #inner-subnav li:before {
color:#3381B2;
}

#inner-subnav .subsubnav{
padding:0;
}

#document p{
}

#document.layout-inner p{;
}

.layout-home #document-heading{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.caption-whereL {
	width: 45%;
	margin: 1% 2%;
	display: block;
	float: left;
}
.caption-whereR {
	width: 45%;
	margin: 1% 2%;
	display: block;
	float: right;
}
#document .carousel-caption,
#document .carousel-caption-undergrad {
  font-size:20px;
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background:rgba(0,0,0,0.65);
  width:33.333%;
  right:0;
  top:0;
  height:100%;
  left:auto;
  bottom:auto;
  padding-top:15px;
  padding-bottom:0;
  padding-left:15px;
}

.carousel-caption-undergrad a{
color:#fff;
}

.carousel-caption a{
color:#fff;
}

.carousel-controls-container {
  width: 100%;
position: absolute;
height: 40px;
left: 0;
bottom: 0;
z-index: 9999;
}

.carousel-control{
background:#000;
width:50%;
}

.carousel-control.left {

}
/*Center arrows*/
.carousel-control .fa:before,
.carousel-control .fa:before
 {
  line-height: 40px;
}
a.carousel-control,
a.carousel-control:visited{
  color:#fff;
}
a.carousel-control.right {
  left: 50%;
  right:auto;
  bottom:0;
}

.caption-title{
font-size:23px;
}
/* a.carousel-control {
  transition: all ease 0.3s;

} */
.layout-home #document-heading img {
display:none;
}

.layout-inner #document-heading{
margin-top:-110px;
height:135px;
}


.layout-inner #document-heading img {
height:135px;
width:100%;
}

#document.layout-inner{
}

#document.layout-inner a {
}
#document.layout-inner #doctitle {
margin-top:0;
}

#document.layout-inner #document-heading{
margin-top:-110px;
}



#document.layout-inner #doctitle {
font-size: 26px;
color: #575757;
font-weight: normal;
line-height: 1.1em;
margin: 20px 15px;
padding-bottom:15px;
overflow: visible;
}
/*#document.layout-inner #doctitle::after {
  height: 1px;
  width: 100%;
  content: "";
display: block;
background: #eeeeee;
background: -moz-linear-gradient(left, rgba(99,163,190,1) 0%, rgba(99,163,190,1) 23%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,163,190,1)), color-stop(23%, rgba(99,163,190,1)), color-stop(23%, rgba(238,238,238,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(left, rgba(99,163,190,1) 0%, rgba(99,163,190,1) 23%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(left, rgba(99,163,190,1) 0%, rgba(99,163,190,1) 23%, rgba(238,238zz,238,1) 23%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(left, rgba(99,163,190,1) 0%, rgba(99,163,190,1) 23%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 100%);
background: linear-gradient(to right, rgba(99,163,190,1) 0%, rgba(99,163,190,1) 15%, rgba(238,238,238,1) 15%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a3be', endColorstr='#eeeeee', GradientType=1 );
position: absolute;
bottom: 0;
}*/
#document.layout-inner h4, {
font-size:18px !important;
font-family:Droid Serif, serif !important;
font-weight:normal !important;
line-height:1em !important;
}

h2#filterfamily, #divisionFilter h2 {
	font-size:18px !important;
font-family:Droid Serif, serif !important;
font-weight:normal !important;
line-height:1em !important;
color:#333;
	}
#divisionFilter h2 {
	margin-bottom: 0px !important;
}

#document.layout-inner h2 {
font-size:19px;
font-family:'Droid serif', serif;
font-weight:normal;
line-height:1em;
margin-top: 0px;
line-height: normal;
margin-bottom: 12px;
}
#document.layout-inner h2.sectiontitle {
  display:none;
}

.inner .sidesection h2 {
font-size:17px !important;
font-weight:normal;
line-height:1em;
margin-top: 20px;
color: #444;
}
#document.layout-inner h3 {
font-size:17px;
font-weight:normal;
line-height:1em;
margin-top: 20px;
}



#document .people-header{
border-bottom:0;
}

#document.layout-inner #section1,
#document.layout-inner #doctitle{
clear:both;
z-index:1000;
position:relative;
}
.layout-inner #sections {
}
.layout-inner.section  {
}
#document.layout-inner.layout-single #section1,
#document.layout-inner.layout-single #doctitle{
max-width:980px;
}

#document.layout-inner #section1 h2.sectiontitle{
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
overflow: hidden;
position: absolute;
}

#document.layout-inner.layout-single #section1,
#document.layout-inner.layout-single #doctitle{
float:none;
width:auto;
/* margin-left:10.15625%;
margin-right:10.15625%; */
margin:0;
}

#document.layout-inner #section2{
/* overflow:hidden;
max-width:225px;
max-height:338px;
width:21.97265%; */
}

#document.layout-inner .left{
float: left;
margin-left: 0;
margin-right: 10px;
width: 45%;
/*height: 301px;*/
}

.layout-home #document.layout-inner .left{
height: 301px;
}

/*#document.layout-inner div.left{
float: left;
margin-left: 0;
margin-right: 10px;
width: 45%;

}

#document.layout-inner div.right{
float: left;
margin-left: 0;
width: 45%;*/

.undergradItem {
	float: left; 
	margin:0px 15px; 
	width: 43%;
}

#document.layout-inner .right{
float: left;
margin-left: 0;
width: 45%;


}


#document form label {
margin-right:2px;
}

.slideshow img.edu-il-ws-1436-content-with-border {
width:100%!important;
}

.clicktxt {
font-size:11px;
float:right;
}

#document .rss {
background:url(/_includes/images/icons/icon_rss_gray.gif) no-repeat scroll left center transparent;
padding-left:15px;
/* color:#fff; */
font-size:12px;
}

#document a.rss + a {
/* color:#fff; */
font-size:12px;
}

#document div.advising img{
padding: 3px 5px;
width: 105px;
height: 115px;
float: left;
clear: both;
}

#document div.advising{
overflow:hidden;
clear:both;
margin-bottom:25px;
}
#document .events .event {
padding-bottom:16px;
margin-top:16px;
overflow:hidden;
border-bottom:1px solid #e9e9e9;
font-size:13px;
}

#document .events .event p,
#document .events .event div span {
/*font-family:Georgia,serif;*/
font-size:16px;
font-family:'Open Sans', sans-serif;
}

.layout-home #document .sectionblock4 .event-desc{
overflow:hidden;
line-height:1.35em;
max-height:5.4em;
}

#document .events .event img {
float:left;
margin-right:17px;
max-width:80px;
padding:4px;
border:1px solid #e6e6e6;
}

#document .events .event div {
margin-left:0!important;
}

#document .events,
#document .eventList {
margin-bottom: 1em;
/* border-bottom: 1px solid #ccc; */
}

#document #section4 .eventList > .calendar-event{
font-size:13px;
float:left;
border:1px solid #dedede;
background:#f3f3f3;
margin-right: 2%;
overflow:hidden;
margin-bottom:22px;
position:relative;
height:130px;
width:23.1%/*214px;*/
}

#document #section4 .eventList > .calendar-event .calendar-inner{
margin:16px
}

#document .eventList > .calendar-event p{
color:#6b6b6b;
margin:0
}

#document .events .event-title,
#document .eventList > .calendar-event h3 {
margin-top:0;
margin-bottom:12px;
font-size:16px;
font-weight:700;
line-height:1.25;
}

#document.layout-home #section2 .events .event-dates{
color:#a9a9a9;
font-style:italic;
font-size: 13.5px;
margin-top:-10px;
margin-bottom:12px;
}

#document .eventList .calendar-event .calendar-date {
font-weight:700;
}

#document .eventList .calendar-event .calendar-location {
margin-bottom:18px;
}

#document .event-more{
display:block;
font-size:13px;
}

#document .event-desc{
color:#666;
/* max-height:4.05em;
overflow:hidden; */
margin-bottom:0;
/* height: 129px;
overflow:hidden;*/
}

.layout-home #section2 .eventList{
border:1px solid #eaeaec;
padding:10px;
box-shadow:-8px 1px 15px -14px;
background:#fff;
}

.layout-home #section2 .eventList .calendar-event{
border:1px solid #d8dcdf;
background:#f2f3f5;
margin-bottom:10px;
padding:10px;
}

#document .profilepic {
margin-bottom:2em;
overflow:auto;
}

#document .profilepic img {
border:2px solid #fff;
margin-right:1em;
}

#document .profilepic > div {
float:left;
}

#document .profilepic h3 {
font-family:'Roboto Slab', sans-serif;
margin-top:0;
margin-bottom:10px;
}

#document table.KeyTable td.focus {
border:none;/*3px solid #BE6016*/
}

/*table th.sort:hover, table td.sort:hover, th.sorting_asc:hover, th.sorting_dec:hover, table tbody tr:hover > td, table tbody tr:hover > th, table tfoot tr:hover > td, table tfoot tr:hover > th{
background-color:#eaeaea;
}*/

#document .paging_full_numbers span.paginate_active{
background: #BE6016;
color:#000;
}

input[type="date"]:focus,input[type="date"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="text"]:focus,input[type="text"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="week"]:focus,input[type="week"]:active,textarea:active,textarea:focus,select:active,select:focus {
box-shadow:0 0 8px rgba(100,100,100,0.75);
border-color:#c6bcab;
}

#document #mainCv{
float:none;
width:auto;
}

#document #CVQuickbox{
padding-left:50px;
}

#document .CVName {
display:none;
}

#document .CVTitle {
line-height: 1.25em;
}

#document .CvSectionBody > div {
margin-bottom:20px;
}

#document #webform input[type="text"] {
display:block;
}

#document .form-container{
margin: 30px 0 30px 0px;
}

#document .form-container label{
width:110px;
display:block;
float:left;
margin-right:10px;
}

#document .form-container ul{
list-style-type:none;
margin-left:0;
}

#document .form-container ul > li{
margin-bottom:5px;
clear:both;
}

#document .spotlight-item{
width:auto;
margin-bottom: 30px;

}


#document .spotlight-img {
width:75%;
}

#document .spotlight-title{
margin:10px 0 0 0;
}

#document .spotlight-desc{
margin:0;
color:#444;
font-size:12px;
}

#document .people-list {
    display: inline-block;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
}
#document ul.people-list > li:hover{
background:#f5f5f5;
}

#document ul.people-list > li {
    font-size: 14px;
    line-height: 1.1;
    overflow: hidden;
    padding: 0 2px;
    width: 43%;
	min-height:155px;
	margin-right:2%;
	float:left;
	padding:2%;
}
#document .people-list img{
display:none;
}

#document ul.people-list > li > .link-profile {
    font-size: 16px;
    padding-bottom: 2px;
}
#document .people-list .emeritus {
    margin-left: 75px;
}
#document .people-list .emeritus .link-profile {
    margin-top: 0;
    padding: 0;
}
#document .people-list li img {
    border: medium none;
    float: left;
    margin-left: -5px;
    margin-right: 10px;
    width: 70px;
}
#document ul.people-list > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    padding-right: 0;
}
#document .cv-box {
   /*  margin-left: 75px; */
   line-height:normal;
}
#document .cv-box h3{
margin-top:0;
}

#document .people-name {
    font-weight: bold;
    margin-bottom: 3px;
}
#document .people-desc {
    font-size: 11px;
}

#document #faculty-body {
    bottom: 0;
    left: 15px;
    position: absolute;
    z-index: 1;
}

#document .faculty ul li {
    height: 118px;
    overflow: hidden;
    width: 200px;
}
#document .faculty-phone {
    display: block;
}
#document .faculty-title {
    display: block;
    font-size: 16px;
}
#document .faculty-interests {
    color: #000000;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#document dt.title{
font-size:20px;
font-weight:400;
}

#document dd.date{
margin-bottom:1em;
font-size:14px;
font-style:italic;
color:#333;
}

#document dd.desc {
margin-bottom:2em;
}

#document input[type="text"]{
padding: 6px 12px;
}

/* @group footer
	* Footer styles
--------------------------------------------------------------------------------------- */
#footer {
clear:both;
font-size: 13.5px;
background: linear-gradient(to top, #253044 0%,#253044 10%,#253044 10%,#324056 10%,#324056 100%);
padding:125px 20px 6px;
overflow:hidden;
margin-top:-100px;
/*opacity:0.9;*/
z-index: 1;
}

#footer .contact-links{
font-size:14px;
}


#footer ul{
list-style-type: none;
max-width:980px;
margin:0 auto;
}

#footer p, #footer ul, #footer div{
line-height: 1.4;
color:#fff;
}

#footer li{
color:#fff;
}

#footer a{
display:inline-block;
color:#fff;
text-decoration:none;
opacity: 0.6;
}
#footer a:hover,
#footer a:active {
	opacity: 1;
}

#footer a[href$=".xml"] {
background: url("/_includes/images/rss-alt.gif") no-repeat scroll left center transparent;
padding: 3px 0px 3px 20px;
}

#footer a[href$='.pdf'] { 
padding: 3px 0px 3px 20px;
background: url(/_includes/images/icons/icon_pdf.gif) no-repeat scroll left center transparent;
}

#footer-section0{
width:21.2%;
overflow:hidden;
float:left;
padding-left:0;
padding-right:2.4%;
margin-bottom:14px;
border-right:1px solid #181d21;
}

#footer-section1{
width:30%;
overflow:hidden;
float:left;
padding-left:0;
padding-right:2.4%;
margin-bottom:14px;
}

#footer #footer-section1 > .footer-content{
margin-bottom:24px;
}

#footer-section2{
width:30%;
overflow:hidden;
float:left;
padding-left:2.4%;
padding-right:2.4%;
border-right:1px solid #181d21;
border-left:1px solid #181d21;
margin-bottom:14px;
}

#footer-section3{
width:30%;
overflow:hidden;
float:left;
padding-right:0;
padding-left:2.4%;
border:none;
margin-bottom:14px;
}

#footer-section4{
clear:both;
border-top:1px solid #171c20;
}

#footer-section5{
position:absolute;
bottom:-35px;
}

#footer-section5 a{
color:#737478;
text-decoration:none;
font-size:13.5px;
}

#footer-section1 h2 span{
background:url("/_includes/images/fb.jpg") no-repeat scroll left center transparent;
display:inline-block;
width:85px;
height:27px;
position:relative;
top:6px;
}

#footer-section4 .link-group{
width:16%;
margin-left:5%;
float:left;
}

#footer-section4 .link-group:first-child{
margin-left:0;
}

#footer-section4 .link-group a{
color:#737478;
text-decoration:none;
}

#footer a:hover {
/*color:#E67124;*/
text-decoration:none;
}

#footer h2{
font-size:20px;
font-weight:300;
color:#fff;
letter-spacing:0;
line-height:normal;
border-bottom: 1px solid rgba(255,255,255,0.3);
padding: 6px 0px;
margin-top: 0px;
opacity: 0.8;
}
#footer li {
  color:#475d68;
}
#copyright {
    margin-top: 40px;
    font-size: 0.9em;
    padding-bottom: 3px;
    text-align: center;
}
#copyright p{
	margin:0;
	opacity: 0.6;
}
#copyright a{
  color:#fff;
  opacity: 1;
}
#copyright a:hover,
#copyright a:active {
text-decoration:underline;
}

#footer .footer-content{
color:#737478;
margin-bottom:14px;
border:none;
font-size: 15px;
}

#footer .footer-copyright{
margin-top:14px;
border-top:1px solid #4f4f4f;
padding-top:14px;
font-size:11px;
}

#footer .footer-copyright a{
color:#ccc;
text-decoration:underline;
}

#footer .social-media-links{
display:none;
}

#footer #footer-social-icons li{
float:left;
margin-right:7px;
font-size:20px;;
}
#footer #footer-social-icons li span{
color:#1d212a;
}

#footer #footer-social-icons li a{
text-decoration:none;
/*line-height:34px;*/
color:#737478;
padding:0;
/*border-radius:20px;*/
color:#fff;
/*background:#1d212a;*/
/*font-size:1em;*/
/* background:#fff; */
}

#footer #footer-social-icons li a:hover{
color:#E67124;
}

#footer #footer-reddit-link{
background:url('/_includes/images/reddit-web.png');
width:23px;
height:23px;
margin-top:-3px;
}

#footer #footer-reddit-link:hover{
background:url('/_includes/images/reddit-web-hover.png');
}

#footer #footer-signup-email{
padding:7px 14px;
margin-bottom:0;
height:auto;
width:147px;
border:none;
margin:0;
color:#999;
background:#1d212a;
box-shadow:none;
}

#footer #footer-signup-submit{
background:#be6016;
color:#fff;
text-transform:uppercase;
border:none;
padding:7px 14px;
text-shadow:none;
}

#footer #footer-signup-submit:hover{
color:#fff;
}

#footer .sendmailStatus{
background: none repeat scroll 0 0 #1d212a;
color:#ff0000;
display: inline-block;
font-size: 90%;
font-style: italic;
margin: 0 0 15px 0;
padding: 5px;
text-shadow: none;
}
}

/* Phil tweaks ------------------------------------------------------ */
#document {
	padding: 25px;
}
h1 {
	letter-spacing: -1px;
}
h4 {
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
}
#document.layout-inner #doctitle {
	padding-bottom: 7px;
	font-size: 32px;
	color: #333;
}
#document p, #document ul, #document li, #document ol, #document dl,  #document dt,  #document dd, #document td {
	line-height: 1.6em;
}
.half {
	padding-right: 25px;
}
.half+.half {
	padding-right: 20px;
}
.onethird {
	padding-right: 25px;
}
.twothirds {
	padding-right: 25px;
}
.layout-home #section3 .twothirds {
	margin-top: -78px;
}

.twothirds+.onethird {
	padding-right: 0;
}
#document ul li:before, #footer li:before, #document #inner-subnav > ul > li:before {
	color: #bbb;
}
.sectioncontent,
#document .event-desc {
	color: #333;
}
.fa-inverse {
	font-size: 14px;
}

.news-home a {
	font-weight: bold;
}
.research {
	display:block;
	min-height: 160px;
}
.opportunity {
	float: left;
	width:30%;
	margin-right: 2%;
	overflow: hidden;
	font-size: 14px;
}
#document .announce-date {
	font-size: 13.5px;
	font-style: normal;
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
#document.layout-inner #doctitle,
#document .layout-inner .sectioncontent,
#inner-side .inner {
	margin: 0;
	padding: 0;
}
.layout-inner #sections {
	padding-right: 25px;
}
.layout-home #section3 {
	margin-top: 15px;
}
#document.layout-inner #doctitle {
	margin-bottom: 25px;
	border-bottom: 2px solid #eeeeee;

}
#document.layout-inner #doctitle span{
border-bottom: 2px solid #324056;
display: inline-block;
position: relative;
top: 2px;
padding-right:2px;
padding-bottom: 4px;
}



.events-home {
	margin-right: 20px;
}
#onlineapp h2 {
	margin-bottom: 0;
	color: #fff;
	margin-top: 9px;
	font-size: 130%;
}
#document.layout-home #section3 .twothirds h2 {
	color: #444;
	margin-bottom: 20px;
}
#onlineapp .fa-3x {
	font-size: 2.5em;
}

.onlineapp-left {
	width: 20%;
}
.onlineapp-right {
	width: 80%;
}
#onlineapp {
height: 66px;
}
#onlineapp p {
	margin-bottom: 0;
margin-top: -2px;
}
#twitterfeed {
height: 75px;
}
#twitterfeed .fa {
margin-right: 10px;
}
#document p.caption-text {
	font-size: 20px;
	line-height: 1.35em;
}
.caption-title {
	margin-bottom: 0;
}
h2 {
	color: #888;
}
#listing_length select,
#divisionFilter div,
#divisionFilter select,
#divisionFilter h4 {
	display: inline-block;
	margin: 0;
}
#AlphaSearch2 {
	border: 0 !important;
}
#divisionFilter {
	margin: 0 !important;
	padding: 5px;
	margin-top: 10px !important;
}
#divisionFilter h4 {
	margin-right: 5px;
}

@media only screen and (max-width: 995px) {
.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-undergrad:hover > ul, .nontouch-device #nav-mainnav > ul > li.mega-dd.nav-undergrad:focus > ul, #nav-mainnav > ul > li.mega-dd.nav-undergrad:hover > ul{
left:-152px;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-grad:hover > ul, .nontouch-device #nav-mainnav > ul > li.mega-dd.nav-grad:focus > ul, #nav-mainnav > ul > li.mega-dd.nav-grad:hover > ul{
left:-310px;
}

.nontouch-device #nav-mainnav > ul > li.mega-dd.nav-alumni:hover > ul, .nontouch-device #nav-mainnav > ul > li.mega-dd.nav-alumni:focus > ul, #nav-mainnav > ul > li.mega-dd.nav-alumni:hover > ul{
left:-185px;
}

}

@media only screen and (max-width: 850px) {

#page .fa-2x {
font-size:28px;
}

#page .fa-3x {
font-size:42px;
}

#document p, #document ul, #document ol, #document dl, #document td{
font-size:14px;
}

#header .i-logo a{
font-size:14px;
padding-left:236px;
}

#header .dept-tag a{
font-size:33.6px;
}

#nav-mainnav > ul > li > a, #header #giving-button{
padding:15px;
}
#header #search_nav form input#q{
width:130px;
}
.caption-title{
font-size:26px;
}

.layout-home h4{
font-size:14px;
}

#twitterfeed{
font-size:14px;
}
}

@media only screen and (max-width: 755px){

#header .i-logo{
margin-left:10px;
}

#header .i-logo a{
padding-left: 43px;
padding-top: 18px;
background-position:left top;
}

#header .dept-tag a{
left:54px;
top:2px;
}

#header #search_nav{
bottom:20px;
right:10px;
}

.layout-home #nav{
position:relative;
top:auto;
}

#nav-mainnav,
#nav-subnav{
display:none;
}

#nav-menunav {
display:block;
padding:4px 0;
}

#nav-menunav select {
width:95%;
padding-right:0;
margin:10px;
}

#nav-extra{
top:-130px;
}

#nav-social{
top:-96px;
right:10px;
}

#nav-social a{
font-size:14px;
}
.layout-home #section3 .onethird .feature .featureimg{
	width:auto;
	float:none;
}
.sidesection .featureimg img {
	width: 50%;
	height: 44%;
}

.layout-home #section3 .onethird .feature .featuredesc{
	width:100%;
	float:none;
	padding:0;
}
#footer{
	padding-bottom: 8px;
}

#footer{
	background: linear-gradient(to top, #73A9C0 0%, #73A9C0 7%, #73A9C0 7%, #324056 7%, #324056 100%) repeat scroll 0% 0% transparent;
}
}

@media only screen and (max-width: 620px){
#document{
padding-left:10px;
padding-right:10px;
}

.layout-inner #sections{
float:none;
width:auto;
}

.layout-inner #inner-side{
margin-top:25px;
float:none;
width:auto;
}

.featureimg{
width:auto;
}

.layout-home #section3 .sectioncontent .twothirds,
.layout-home #section3 .sectioncontent .half{
float:none;
width:auto;
padding-right:5px;
margin-top: -7px;
}
.layout-home #section3>.onethird, .layout-home .onethird .feature .featuredesc{
	width:100%;
	padding:0;
}
.layout-home .onethird .sidesection, .layout-home .onethird .head{
	width:50%;
	float:left;
}
.layout-home .onethird .head{
	width:100%;
}

.layout-home #section3 .sectioncontent .twothirds .half{
margin-bottom:40px;
}

.events-home{
margin-right:0;
}

#document #CVQuickbox{
padding-left:0;
width:auto;
float:none;
}

#footer .onefourth{
float:none;
width:auto;
}
#footer{
	background: linear-gradient(to top, #73A9C0 0%, #73A9C0 4%, #73A9C0 4%, #324056 4%, #324056 100%) repeat scroll 0% 0% transparent;
}
}

@media only screen and (max-width: 580px){
#header #search_nav{
position:static;
margin-left:10px;
}

#header #search_nav > ul{
margin-bottom:0;
}

#nav-extra{
top:-162px;
}

#nav-social{
top:-114px;
}

#header #search_nav form input#sa{
	padding:8px 2%;
}
#header #search_nav form input#q{
	width:82%;
}
#copyright p{
	font-size:11px;
}
}
@media only screen and (max-width: 620px){
	.layout-home #onlineapp{
height:auto;
width:100%;
}
.sidesection {
    margin-bottom: 20px;
}
}
@media only screen
and (min-device-width : 620px) 
and (max-device-width : 648px){
	.layout-home #onlineapp{
height:auto;
}
}
@media only screen
and (min-device-width : 400px) 
and (max-device-width : 620px){
	.onlineapp-left {
height:auto;
width:auto;
margin: 0px 25px;
}
}
@media only screen and (max-width: 520px){
#document .layout-home .carousel-caption{
position:static;
width:100%;
}

.caption-title{
font-size:15px;
margin-top:12px;
margin-bottom:12px;
}

.layout-home #twitterfeed{
height:auto;
float:none;
width:auto;
}

.layout-home #onlineapp{
height:auto;
width:100%;
}

.layout-home .carousel-controls-container{
position:static;
height:auto;
width:100%;
}

.layout-home .carousel-control{
background:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
width:15%;
}

.layout-home a.carousel-control.right{
left:auto;
right:0;
}

.layout-home a.carousel-control span.fa{
position: relative;
top: 36%;
}

.events-home-event{
width:auto;
float:none;
margin-bottom:10px;
}

.events-home-event .event-inner{
height:auto;
}

.layout-home #section3 .onethird .sidesection, .layout-home #section3 .onethird .head{
	width:100%;
	margin:0;
	float:none;
}

.layout-home #section3 .onethird .feature .featureimg{
	float:right;
}
.layout-home #section3 .onethird .feature .featuredesc{
	width:50%;
}
#footer{
	padding:125px 0 0;
	background:#324056;
}
#copyright{
	background:#73A9C0;
	padding:5px 8px;
}
@media only screen and (max-width: 390px){
#header .dept-tag a{
font-size:28px;
top:8px;
}

#header .i-logo a{
font-size:11px;
}

.layout-home #section3 .onethird .feature .featureimg{
	float:none;
}
.layout-home #section3 .onethird .feature .featuredesc{
	width:100%;
}
#header #search_nav form input#q{
	width:79%
}
}
@media only screen and (max-width:320px;){
html,body{
	width:320px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
/* Other Fixes -------- */
@media only screen 
and (max-width : 520px) {

}








