@charset "UTF-8";
/* CSS Document */

/*------------------------------------- GLOBAL BOOTSTRAP OVERRIDES -------------------------------------*/


/*------------------------------------- LAYERSLIDER -------------------------------------*/

h1.ls-l {
	color:black;
	margin:20%;
	}
	
.ls-darkskin {
	background: url(../images/squared_metal.jpg) !important;
	padding: 1px 0 !important;
	border-radius:0 !important;
	}

.ls-darkskin .ls-nav-prev {
    left: 0px !important;
	width: 5% !important:
	}

.ls-darkskin .ls-nav-next {
    right: 0px !important;
	}

/*------------------------------------- STUDENT MESSAGE -------------------------------------*/

#a {
	border-radius: 4px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition:.5s;
	-moz-transition: .5s;
	}
	
#b {
	border-radius: 4px;
	background-color: #fff;
	margin-left:-54px;
	transition:.5s;
	-moz-transition: .5s;
	}
	
#c {
	border-radius: 4px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition:.5s;
	-moz-transition: .5s;
	}
	
#d {
    background-image: url("../images/student.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 480px;
    width: 90%;
	transition:.5s;
	-moz-transition: .5s;
	}
	
#a:hover {
	border-radius: 4px;
	background-color: #fff;
	margin-left:-54px;
	}
	
#b:hover {
	border-radius: 4px;
	background-color: #fff;
	margin-left:-54px;
	}
	
#c:hover {
	border-radius: 4px;
	background-color: #fff;
	margin-left:-54px;
	}

/*------------------------------------- SECTIONS -------------------------------------*/

.section-colored {
	background: url(../images/squared_metal.png);
	border-top:1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-bottom:1em;
	}

.section-colored h2 {
	margin-top: 0;
	}
	
#numbers {
	margin-top: -2em;
	padding: 4em 0 0;
	}

#numbers .container {
	padding-bottom:2em;
	}
	
#numbers .glyphicon-thumbs-up {
	font-size: 1.5em;
    position: relative;
    top: .2em;
	}

#numbers h4.more {
	text-align:left;
	margin: .5em 0;
	}

#infoTab {
	background-color: #444c53;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 0.4em 1em .7em;
    position: relative;
    text-align: right;
    width: 920px;
    left: -660px;
	opacity: 1;
    border: 1px solid #555;
	letter-spacing: .03em;
	}
	
cite {
	color: #777;
	}
	
#students {
		padding: 2em 0 .5em;
		}
		
#academic {
	padding: 1em 0;
	background-color: #eee;
	border-bottom:1px solid #ccc;
	}
	
#academic h3 {
	text-align:center;
	}
	
#academic-six img {
    height: auto;
    width: 6em;
    float: left;
    margin-left: -1em;
	}
	
#myTab > li.active > a, 
#myTab > li.active > a:hover, 
#myTab > li.active > a:focus {
	border-color:#ddd;
	border-radius: 4px;
	outline: 0;
	background-color:white;
	}
	
#myTab > li > a:hover {
	background-color:#ddd;
	border-radius: 4px;
	}
	
#myTab {
	border-bottom: 0;
	}

#myTab li a {
    padding: 10px;
	}
	
#myTabContent {
	background-color: #FFFFFF;
    padding: 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
    border-radius: 4px;
	}
	
h4.more {
	text-align:center;
	margin:1em;
	}
#earn h4 {
	margin:1em;
	}
	
#Homefacilities {
	padding: 1em 0;
	}
	
blockquote {
	min-height: 150px;
	}
	
blockquote footer {
	background-image:none;
	font-size:1em;
	color: #777;
	}

/* -------------- RESEARCH SECTION --------------- */

#rcol1, #rcol3 {
	margin-top:10%;
}

#research {
	padding-top:25px;
	}

.viewFront p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 0;
	text-align: center;
	}

.view-tenth p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}

.viewFront {
	z-index: 9;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 3px #ddd;
	}

.viewFront .mask, .viewFront .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	}

.viewFront img {
	display: block;
	position: relative;
	}

.view-tenth img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	}

.view-tenth:hover > img {
	-webkit-transform: scale(2) rotate(10deg);
	-moz-transform: scale(2) rotate(10deg);
	-o-transform: scale(2) rotate(10deg);
	-ms-transform: scale(2) rotate(10deg);
	transform: scale(2) rotate(10deg);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	}

.viewFront h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 22px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	text-shadow: none;
	}

.view-tenth h2 {
	color: #333;
	margin: 20px 40px 0;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	}
	
.view-tenth h4 {
	margin: 5px 40px 0;
	background: transparent;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	}

.viewFront a.info {
	color: #fff;
	background: #000;
	padding: 5px 12px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;
	}

.viewFront a.info:hover {
	background: #A8A497;
	display:none;
	}

.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}

.view-tenth:hover h2,
.view-tenth:hover h4,
.view-tenth:hover p,
.view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	}

.view-tenth:hover a.info {
	opacity: 0;
	}

.view-tenth .reveal h2 {
	opacity:0;
	}
	
/*====================================================================================== FACULTY PAGE ======================================================================================*/

#deptHead img {
	margin:auto auto 1.5em;
	}
	
	
.contact ul {
	padding: 0 1.25em;
    text-align: left;
	}
	


.contact li {
	margin-bottom:.5em;
	}
	
.contact h4 {
    border-radius: 4px;
    list-style: none outside none;
    margin:20px 0;
    padding: 8px 15px;
	}
	
.contact span {
	margin-right: .25em;
	}
	
#deptHead .more {
	text-align:right;
	}
	
#deptHeadMedia {
	white-space: nowrap;
	}

.breadcrumb {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
	border-radius:2px;
    margin: -0.5em 0 20px;
    padding-top: 3em;
	}

#faculty .page-header {
	margin-top:20px;
	}
	
.facultyBox h3 {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 0.75em -14px;
    padding: 0.5em 0.75em;
	}

.facultyBoxInner {
	background-color: #eee;
	border:1px solid #ccc;
	border-radius: 2px;
	padding: 1em;
	margin-bottom:1em;
	min-height:500px;
	}
	
.facultyBoxInner hr {
	border-color:#aaa;
	width:50%;
	margin: auto auto 0;
	}
	
.facultyBoxContact {
	background-color: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 1em;
	margin: auto -14px 1em;
	}
	
.facultyBoxContact span {
	margin-right:.25em;
	}
	
.list-social-icons {
	margin-bottom: 0;
	}
	
.facultyBoxContact ul {
	text-align: center;
	}

.facultyBoxContact .list-inline > li {
	padding-right:10px;
	}
	
.facultyBoxTop {
	min-height: 200px;
	margin-bottom: 1.5em;
	}
	
.thumbnail img {
	margin:0;
	}
	
#researchBoxInner {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 1em;
    padding: 1em;
	min-height: 180px;
	}

#researchBoxInner li {
	text-align:left;
	}

#researchBoxInner h4, #contactBoxInner h4 {
	margin:0 auto 1em;
	background: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	}

#contactBoxInner {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 1em;
    padding: 1em;
	min-height: 180px;
	}
	
#deptHead h2 {
	margin-top: .1em;
	}
	
#deptHeadContact {
    white-space: nowrap;
	}
	
#deptHeadAddress {
	border-left: 1px dashed #aaa;
	}

.listing dd {
	margin-left:1em;
	}
	
.listing dt {
	margin-top:1em;
	}

/*====================================================================================== PROFILE PAGE ======================================================================================*/

#profileHead img {
	margin:auto auto 1.5em;
	}
	
#profileHead .more {
	text-align:right;
	}

#profileText {
	margin-bottom: 1em;
	}
	
#profileHeadMedia {
	white-space: nowrap;
	}
	
#profileContact {
	border-bottom: 0;
	}
	
#profileHead h2 {
	margin-top: .1em;
	}
	
#profileHeadContact {
    white-space: nowrap;
	}
	
#profileHeadAddress {
	border-left: 1px dashed #aaa;
	}
	
.list-inline > li img {
    margin-right: 0.5em;
    width: 24px;
	}

#researchInterests .row div,
#selectedPubs .row div {
	margin-left: 1em;
	}
	
#researchInterests .row div:first-child,
#selectedPubs .row div:first-child {
	margin-left:0;
	}

/*====================================================================================== UNDERGRADUATE PAGE ======================================================================================*/

#layerslider2 {
	width: 100% !important; 
border: 0px !important;
	}

.subgroup img {
	float:left;
	width:40%;
	height:auto;
	margin: 0 1em 1em 0;
	}
	
.subHead {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-top: 0;
    padding: 0.5em 0.5em 0.5em 1em;
	}
	
.subgroup .fa.pull-left {
    padding: 5px 20px 0;
}

.subgroup {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 15px;
    margin: 2em 0;
    border: 1px solid #ccc;
    border-radius: 2px;
	overflow:auto;
	}
	
.subgroup .col-sm-3 {
	text-align:center;
	}
	
.subgroup hr {
	border-color:#ddd;
	}

.subgroup blockquote {
	border-left:5px solid #ddd;
	}

.group > h3 {
	margin-top:0;
	}
	
.bs-docs-sidebar {
    margin-bottom: 20px;
	}

.bs-docs-sidebar .nav>li>a {
    padding: 4px 0 4px .5em;
    font-size: 1.4em;
    font-weight: 400;
	color: #428BCA;
	}
	
#sidebar > li {
	margin:0 0 1em;
	}
	
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1.5em;
    font-size: 1em;
	}

.bs-docs-sidebar .nav>li>a {
    border-left: 2px solid transparent;
	}
	
/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #2A6496;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left: 2px solid #2A6496;
	}

/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 500;
	}
	
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
	}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;           
	}
	
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
	}

.bs-docs-mainInfo {
	margin-top:40px;
	}
	
.bs-docs-mainInfo h2 {
	margin-top:0;
	}

#menuContent .affix {
	top:50px;
	width:20%;
	max-width:290px;
	}

.undergrad {
	font-size:10em;
	color:#ccc;
	margin-top:.1em;
	}
	
#researchOne, 
#researchTwo, 
#researchThree, 
#researchFour, 
#researchFive, 
#researchSix {
	display:block;
	margin-top:-100px;
	padding-top:100px;
}
	
.subgroup .moreUndergrad {
	border: 0;
	background: none repeat scroll 0 0 transparent;
	padding: 0 20px;
	text-align:right;
	}
	
.students {
	background: none;
	border:none;
	}

.quotes {
	margin-left:1em;
	}

.quotes i {
	font-size:.8em;
	color:#aaa;
	}

.subgroup img.prof {
	width:30%;
	}

.curriculumInner {
	padding-left:2em;
}



.dl-undergrad dd {
	border-bottom:1px dashed #ccc;
	margin-bottom:1em;
	padding-bottom:1em;
}

.dl-undergrad dd:last-child {
    border-bottom: none;
	}


.dl-undergrad img {
	width:30%;
	height:auto;
}

#gradhat {
	width:100%;
	opacity:.2;
	position:relative;
	left:1em;
}

.careerStats ul {
	margin-top: .5em;
	font-size:1.1em;
}
	

/*====================================================================================== CONTACT PAGE ======================================================================================*/

#contact .page-header {
	margin-top:0;
	}
	

	
/*====================================================================================== FACILITIES PAGE======================================================================================*/

#facilities .page-header {
	margin-top:0;
	}
	
/*====================================================================================== RESEARCH PAGE======================================================================================*/

#researchImg img {
	margin:auto;
	border:1px solid #ccc;
	border-radius:3px;
	}
	
.researchSection {
	background-color:#eee; 
	margin:2em 0;
	padding:10px; 
	border:1px solid #ccc;
	}
	
.researchSection p{
	margin-left:2em;
}

.researchSection .subHead {
	padding: .5em;
}

.researchSection .table{
	margin-bottom:0;
}

#mini {
   
	float:left;
    margin-top: 6em;
	padding:10px;
    text-align: center;
	width:100%;
}

#mini .subHead {
	text-align:left;
}

#mini .col-lg-6 p {
    margin-top: 0.5em;
}
	
/*====================================================================================== GRADUATE PAGE======================================================================================*/

#additional .lead {
	margin:1em ;
	}
	
#additional .page-header {
	margin-top:1em;
	text-align:center;
}

#additional .subHead {
	margin-top:2em;
}

#additional ul li {
	list-style:none;
	padding:1em 0;
	border-bottom: 1px solid #ccc;
}

#additional ul {
	padding-left: 0;
}
	
.additionalInner {
	margin: 0em auto;
	
	padding:1em;
	
	border-radius:3px;
}

.additionalInner img {
	margin:auto;
}

.subHeadReverse {
	background: none repeat scroll 0 0 #eee;
    border: 1px solid #CCCCCC;
    margin-top: 1em;
    padding: 0.5em 0.5em 0.5em 1em;
	clear:left;
}
	
.gradPrograms {
	float:left;
	border:1px solid #ccc;
	border-radius:3px;
	margin: 1em auto;
	padding:1em; 
	background-color:#eee;
	}
	
.gradPrograms img {
	margin-right:2em;
	margin-bottom:1em;
	max-width:300px;
}

/*====================================================================================== NEWS PAGE ======================================================================================*/
	
#newsSide img{
	float: left;
    height: auto;
    margin-right: 1em;
    width: 30%;
	}
	
	.well hr {
		border-bottom: 1px solid #ccc;
	}
	


/*------------------------------------- MEDIA QUERY 1224 -------------------------------------*/

@media (max-width: 1224px) {

	#myTab li {
		margin: auto;
		text-align: center;
		width: 33%;
		}	
	
	.undergrad {
		font-size:9em;
		}
		
		.viewFront h2 {
		font-size:1em;
		}
		
	.view-tenth h2 {
		margin:0;
		}
		
	
	
	
}

/*------------------------------------- MEDIA QUERY 1024 -------------------------------------*/

@media (max-width: 1024px) {

	.view-tenth a.info, 
	.view-tenth p,
	.view-tenth h4 {
		display:none;
		}
		
	.mask > h2 {
		display:none;
		}
	
	.view-tenth .reveal h2 {
		text-align:right;
		color:#FFF;
		position:absolute;
		bottom:5%;
		border-bottom:none;
		margin:0;
		font-size:1.2em;
		width:100%;
		line-height: 1.2em;
		background-color: rgba(0,0,0,0.5);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		}
	
	.view-tenth .reveal h2:first-line{
		line-height:1em;
		}
		
	
		
	.navbar-inverse 
	.navbar-nav > li > a {
    	color: #fff;
		}
		
	blockquote {
    font-size: 1.1em;
		}
	
	.facultyBoxContact li {
		margin: .25em auto;
		}
		
	#contactBoxInner .col-sm-8 li {
    	margin-left: 1em;
		}
		
	.undergrad {
		font-size:8em;
		}
		
	.view-tenth:hover > img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
	}
	
	
	

	}

/*------------------------------------- MEDIA QUERY 992 -------------------------------------*/
	
@media (max-width: 992px) {	
	
	
	
	.nav navbar-nav navbar-right {
		margin-right:0;
		}
	
	.navbar-right li {
    	font-size: 1.1em;
		}
	
	#containerLogoBox{
		padding:0;
		}
		
	.container {
		width:95%;
		}
	
	#containerTopBar {
		padding:0;
		}
		
	#numbers h4.more {
		padding: 0 0 .5em;
    	margin: 0;
		}
	#numbers .col-md-4 {
		border-bottom:1px solid #ddd;
		}
		
	#numbers .col-md-4:last-child{
		border-bottom:none;
		}
	
	#numbers .container {
		padding-bottom: .5em;
		}
		
	#Homefacilities img {
    	margin: auto;
		}
	
	.undergrad {
		font-size:7em;
		}
		
	.navbar-nav > li > a {
    	padding: 15px 10px;
		}
		

		
	
		
	
	
	}

/*------------------------------------- MEDIA QUERY 767 -------------------------------------*/

@media (max-width: 767px) {	

	.container {
		width:100%;
		}

	#layerslider {
		display:none;
		}
	
	.navbar-header {
		width:100%;
		min-height:0;
		}
		
	.navbar-header img {
		min-width:0px;
		}
	
	.navbar-collapse {
		width:100%;
		}
	
	#containerLogoBox{
		padding:0 0 0 2em;
		min-height:60px;
		}
	
	.navbar-toggle {
		margin:1em 0;
		}
		
	#logoDept{
		width:75%;
		}
	
	#media {
		display:none;
		}
	
	#myTab {
		padding-bottom: 10px;
		}
	
	#research {
		padding: 0;
		}
	
	#numbers {
		padding-bottom: o;
		}
		
	#students {
		padding-top: 2em;
		}
		
	footer div, 
	footer div a {
		text-align:center;
		margin-right: 0;
		}
		
	footer li {
		width:100%;
		}
		
	footer .list-inline > li {
		padding-right:5px;
		}
		
	footer img {
		float:none;
		}
		
	#d {
		display:none;
		}
	
	#b 	{
		border-radius: 4px;
		border-top: 1px solid transparent;
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
		transition:.5s;
		background:none;
		margin-left:0px;
		}
		
	#a, #b, #c {
		height:auto;
		}
		
	#a:hover, 
	#b:hover, 
	#c:hover {
		border-radius: 4px;
		border-top: 1px solid transparent;
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
		transition:.5s;
		background:none;
		margin-left:0px;
		}
	
	#myTab li {
    	margin: auto;
    	text-align: center;
    	width: 100%;
		}
		
	.facultyBoxTop {
		min-height: 0;
		}
		
	.facultyBoxInner {
		min-height: 0;
		}
		
	#deptHead img, #profileHead img {
    	margin: 2.5em 0 1.5em;
		}
		
	#deptHeadAddress, 
	#profileHeadAddress {
		border-left: 0;
		}
		
	#deptHeadAddress li,
	#deptHeadContact ul, 
	#deptHeadContact li,
	#profileHeadAddress li,
	#profileHeadContact ul,
	#profileHeadContact li {
		text-align:center;
		}
		
	#deptHeadContact ul,
	#profileHeadContact ul {
		margin: 1em 0;
		}
		
	#sidebar {
		display:none;
		}
		
	.bs-docs-mainInfo {
    	margin-top: 0;
		}
		
	.affix {
        position: static;
    	}
		
	#copyright {
		float:none;
		}
		
	.undergrad {
		width:100%;
		}
		
	ol.breadcrumb {
		display:none;
		}
		
	#layerslider2 {
		margin-top:2em;
		margin-bottom:0;
		}
		
	blockquote {
		height:auto;
		}
		
	.subgroup img {
		width:100%;
		margin-bottom: .5em;
		}
		
	.subgroup .moreUndergrad {
		text-align:center;
		}
		
	#my-affix .page-header{
		margin-top:20px;
		}
	
	#gradhat {
		width: 60%;
    	margin-left: 20%;
		}
	#facilities .page-header {
		margin-top:40px;
		}
		
	#researchImg {
		margin:40px auto 0;
		}
		
	.researchSection .subHead {
		margin-top:.5em;
	}
	
	.researchSection p {
		margin:1em;
	}
	
	#mini {
		margin-top:1em;
	}
	
			
	}
