#staff-toolbar {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    background-color: #FFF7E8;
    font-family: Roboto;
    padding: 3px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:999;
}

body.fullbleed.toolbar {
  margin-top: 25px;
}

#error {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.error-code {
  margin-top: 20vh;
  text-align: center;
  font-size: 10em;
  line-height: 1em;
  margin-bottom: 0;
}

.error-subhead {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
}

.error-message {
  max-width: 550px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 400;
}

a {
  color: #80CBC4;
}

a:hover {
  text-decoration: underline;
}

/* HOME PAGE STYLES */
header.learn-logo img {
	max-height:75px;
	display:inline-block;
	margin-right:10px;
	margin-top:-33px;
}

header.learn-logo h1 {
	display:inline-block;
	width:auto;
	font-style: italic;

	color:#273238;
	position:relative;

	font-family: Roboto, sans-serif;
	font-size: 64px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	z-index: 2;
}

header.learn-logo h1 span {
	display:inline-block;
	font-size: 14px;
	background-color: #9DDCD5;
	padding:5px;
	border-radius: 5px;
	position:absolute;
	top:26px;
	margin-left:5px;
	padding:8px 10px 8px 10px;
	color:#53A89F;
	font-weight:400;
}
header.learn-logo {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	background: #80cbc4;
	text-align: center;
	padding-bottom:20px;
}

section.homepage {
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}

footer.homepage {}

footer.homepage p {
	font-size: 14px;
}

#about-knightlab {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

#about-knightlab address {
	display:inline-block;
}
#about-knightlab .copyright a {
	text-decoration: none;
	border:0;
	color:#a8a4a3;
}
#about-knightlab .copyright, #about-knightlab .address, #about-knightlab .tel {
	font-size:12px;
}

#lessons lesson-ref {
	display: block;
	max-width: 300px;
}

#about {
	display: block;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.description {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#lessons {
	background: #DDD;
	padding-bottom: 100px;
	padding-top: 50px;
	margin-top: 0px;
}

#students {
	background: #80cbc4;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 0px;
}

#forby-students {
    background: #DDD;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 0px;
    position: relative;
    min-height: 50vh;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#forby-students .background-image {
	background-size: cover;
	background-position: center center;
	width:100%;
	height:100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.25;
}

#forby-students .student-content-container {
	z-index:1;
	position:relative;
}

.header-container {
	width: 100%;
	height: 20vh;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5%;
	padding-bottom: 0;
	background: #273238;
}

.homepage p {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

.homepage h2 {
	font-family: Roboto, sans-serif;
	font-size: 38px;
	text-align: center;
	color: #338D83;
	font-weight: 400;
}


/*.subhead {
  font-size: 2.5em;
  font-weight: 400;
  margin-top: 0;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #f2777a;
}*/

.intro-graph {
	display: block;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.lesson-container {
	position: relative;
	right: 30px;
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.ghost-button {
	line-height: 50px;
	bottom: 50px;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #f2777a;
	border: solid #f2777a;
	border-radius: 10px;
}

.ghost-button:hover {
	transition: all .5s ease;
	color: white;
	background-color: #f2777a;
}

.ghost-button {
	margin-top: 50px;
}

.link-refs-container {
	display: block;


	margin: 0 auto;
}

.homepage link-ref {
	width: 30%;
	margin-right: 0;
}


.homepage unit-group lesson-ref {
	margin-right:50px;
}
.link {
	max-width: 30%;
	margin-bottom: 40px;
}

.students-container {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 150px;
	/* background-color: #273238;*/
	flex-direction: row;
	-webkit-flex-direction: row;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.students-container img {
	width: 120px;
	height: 120px;
	/*margin-top: 25px;*/
	border-radius: 100%;
	background-color: #f2777a;
	display: block;
	z-index: 20;
}

.student {
	margin-top: 40px;
	display: block;
}

a.student {
	color: #333;
}

a.student:hover {
	color: #338D83;
}

#students .ghost-button {
	color: #338D83;
	border: solid #338D83;
}
