@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}


*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: white;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif !important;
	color: #666;
	margin:0 auto;
}

p, ul, ol, .breadcrumb {
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif !important;
	color: #666 !important;
	line-height:160%;
	font-weight:200;
	max-width:768px;
	padding-bottom:1.5%;
	text-align:left !important;
	font-size:1.2em;
	width:100%;
	clear:both;
	
}


p.body {
	display:none;
}


h1, h2, h3,  .header_title, form, #people_group_list {
	max-width:768px;
	text-align:left;
	width:100%;
	clear:both;
}


a {
	color: #4f7f90;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #39545e;
	text-decoration:underline;
}

section {
	padding: 1em;
	text-align: center;
	
}

/* Header */
.codrops-header {
	margin: 0 auto;
	text-align:left; 
	position:relative;  
	float:left; 
	margin:0; 
	padding:0; 
	margin-top:20px;
	border-bottom:1px solid whitesmoke;

}

.logo:focus {
	background:whitesmoke;
}

.uoft-jhi-logo {
	width:35%; 
	float:left; 
	margin:0 7.5% 0 2.5%%;
}

.uoft-jhi-logo:hover {
	outline:1px dotted #ccc;
}

.jhi-logo {
	width:55%;  
	float:right;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 45%;
	font-weight: 300;
	color: #7e959d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	border-bottom:1px solid whitesmoke;
	text-align:left;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
	color: #5E5E7F;
	
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

.gold-sq, .grey-sq {
	width:7px; 
	height:7px; 
	background:#242b33;
	display:inline-block; 
	margin:0 3px 0 15px;
}

.grey-sq:hover {
	background:gold;
}

.gold-sq {
		background: gold;
}

.logo-btn {
	top:0px; 
	right: 0px; 
	z-index:1000000; 
	width: 25px;
	text-align:center; 
	padding:0; 
	background:darkred; 
	color:white; 
	padding: 0 5px;
}

.hamburger {
		display:none;
}

.grid {
	padding:0;
}

.grid p, .grid a {
	color:white !important;
}

.hamburger {
		display:none;		
}

button {
	border:0;
	background: transparent;
}

#left_column_hamburger {
		display:none;
		margin-top:25px;
	}
	
#left_column .st-menu ul li a {
	color:black !important;
}

#left_column nav {
	top:113px !important;
}



@media screen and (max-width: 800px) {

	.codrops-top span {
			display:none !important;
	}
	
	.codrops-top {
		line-height:1em;
		height:auto;
		background:whitesmoke !important;
	}
	

		
	.codrops-header {
		margin-top:25px;
	}
	
	.st-menu  li:before {
		display:none;
	}
	
		
	.hamburger{
			display:block;
			margin:0;
			padding:0;
			position:fixed;
			top:4px;
			left:0;
			z-index:100000000000000;
			
	}
	
	.logo-btn {
		height:25px;
		padding-top:1.5%;
	}
	
	#left_column {
		z-index:1000000000000000000000;
	}
}



@media screen and (max-width: 480px) {
	
	#left_column_hamburger {
		display:block;
	}
	
	#left_column #menu {
			display:none;
		}
		
		
	#left_column {
		width:5% !important;
		padding:0 !important;
	}
	
	#middle_column {
		width: 95%;
	}	
	
	.uoft-jhi-logo {
		width:80%;
	}
	
	.jhi-logo {
		display:none;
	}
}




@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}
	
	

}

ul.bxslider {
	max-width: inherit;
	padding-bottom: 0;
}

ul.bxslider li:before {
	content:'';
	margin:0;
	padding:0;
}
