@charset "utf-8";
/* Header Styles */

/*----------Taken From StructureMain ------------- */
html, body{
	height:100%;
	width:100%;
	box-sizing:border-box;
}
.signupWrapper{
	/*abackground-color:#fff;
	display:flex;
	flex-direction: column;
	lign-items:center;
	flex-shrink:0;*/
	min-width:360px;
	box-sizing:border-box;
}
.wrapper{
	background-color:#fff;
	display:flex;
	flex-direction: column;
	align-items:center;
	flex-shrink:0;
	min-width:360px;
	box-sizing:border-box;
}
.wrapperLesson{
	display: flex;
	flex-direction: column;
	flex:1;
	border-bottom-width:0px;
	background-color:#fff;
	min-height:100%;
	box-sizing:border-box;
	width:100%;;
}
/* ------------------ Header Styles ----------------------------- */
.headerWrapper{
	display:flex;
	width:100%;
	flex-flow: row wrap;
	justify-content:center;
	align-content:center;
	align-items:center;
	/*border:2px solid black;*/
	height:3.5rem;
	box-sizing:border-box;
}
#header{
	display:flex;
	width:100%;
	/*flex-flow:row wrap;*/
	flex-direction:row;
	align-items:center;
	font-size: 1.2em;
	border-style:none;
	background:transparent;	
	height:3.5rem;
	position: fixed; /*Required for shadow*/
	z-index:99;
	top:0;
	left:0;
	background-color: #000;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-color:#fff;	
	opacity:80%;
	box-sizing:border-box;
}
.headerItem{
	display:none;
	padding-left: 20px;
	padding-right: 20px;
	/*height: 50px;*/
	height:100%;
	align-items: center;
	color: #fff;
	font-weight: 900;
	border-width: 0px;
	font-size:1.1rem;
	min-width:50px;
	text-align:center;
	justify-content:center;
}
.signIn{
	background-image:url(/images/Icons/PadlockIconWhite.png);
	 background-repeat: no-repeat;
	 background-size:25px;
	 background-position:50% 50%;
	 
}
.signIn:hover{
	background-image:url(/images/Icons/PadlockIconGrey.png);
}
.headerItem:hover{
	background-color: #fff;
	color:#000;
}
.headerIcon{
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.headerPicture{
	padding-left:10px;
	/*margin-right:auto;*/
	border-width: 0px;
	display: flex;
	align-items: center;
	/*height: 100%;*/
}
.mobileHeaderPicture{
	padding-left:10px;
	margin-right:auto;
	border-width: 0px;
	display: flex;
	align-items: center;
	height:3.5rem;
	padding-right: 10px;
}
.siteTitle{
	margin-left:20px;
	margin-right:auto;
	font-weight:600;
	display:flex;
	align-items: center;
	text-transform:uppercase;
	font-size:1.1rem;
	height:100%;
	/*padding-left: 20px;*/
	padding-right: 20px;
}
.red{
	color:#FF0066; 
}
/* ------------- Footer Styles ----------------- */

.footer, .copyright{
	display:flex;
	flex-direction: column;
	background-color: #ff0066;
	align-items:flex-start;	
	font-size: 1rem;
	color:#fff;
	justify-content: space-around;
	align-items:center;
	width:100%;
	padding:1rem 0 1rem 0;
	
}
.footer{
	padding-top:2rem;
	border-top:1px solid white;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.12), 0px -4px 4px rgba(0, 0, 0, 0.18);
	
}
.copyright p{
	color:#fff;
	font-weight:bold;
}
.copyright{
	border-top:1px solid white;
}
.footer h2{
	color:#fff;
	font-size:2rem;
	padding-bottom:1rem;
}
.footer p{
	color:#fff;
}
.footerItem{
	padding-left: 2rem;
	padding-right: 2rem;
	height: 80px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.footerPicture{
	padding-left:2rem;
	padding-right:2rem;
}

/* Main Content Flex Styles */
.wrapperLesson{
	display: flex;
	flex-direction: column;
	flex:1;
	border-bottom-width:0px;
	background-color:#fff;
	min-height:100%;
	box-sizing:border-box;
	width:100%;
}

.pageExpander{
	display:none;
}
.sidebarSubUnit{
	display:none;
}
.show{
	display:flex;
}
#navbar{
	width:100%;
}
#mobileMenu{
	opacity:0.90;
	display:none;
	flex-direction: column;
	padding-top: 0rem;
	margin-left:auto;
    width: 100%;
	height:100%;
	z-index:99;
	position:fixed;
	top:0px;
	/*padding-top:80px;*/
	right:0;
	border-style: none none solid none;
	border-width: 0 0 2px 0;
	background-color:#000;
	box-sizing:border-box;
}

#mobileMenu a{
	color:#fff;
	padding:1.25rem 3rem 1.25rem 2rem;
	border-bottom:1px solid #EEE;	
	text-decoration:none;
	display:flex;
	align-items:center;
	font-weight:600;
}
#mobileMenu a:hover{
	background-color:#333;
}
#mobileMenu a.red{
	color:#FF0066;
	}
#mobileMenu a.red:hover{
	color:#FF0066;
	}
.titleBox{
	/*display:none;*/
}
#cross{
	display:none;
}
a#hamburgerMenu, a#hamburgerMenu2{
	display:flex;
	justify-content:center;
	text-decoration:none;
	border-bottom:none;
	line-height:3.5rem;
	width:50px;
	font-weight:600;
	font-size:1.5rem;
	box-sizing:border-box;
	color:#fff;
	padding:0rem 0 0rem 0;
}
a#hamburgerMenu:hover{
	background:none;
}
a#hamburgerMenu:hover{
	/*background-color:#FFF;*/
}
.socialMedia{
	display:flex;
	flex-flow:row;
	align-items:center;
	align-content:center;
	justify-content:center;
	width:100%;
	padding-bottom:1rem;
}
.socialMedia a{
	padding:0 1rem 0 1rem;
}
@media (min-width: 30rem){
	.socialMedia{
		width:auto;
		padding-bottom:0;
	}
}

@media (min-width: 85rem) {
	.wrapperLesson{
		flex-flow: row wrap;
		/*flex-shrink:0;*/
		align-items:flex-start;
		width:100%;
		max-width:85rem;
		/*margin-left:auto;
		margin-right:auto;*/
	}	
	.header{
		position: fixed; /*Required for shadow*/
		top:0px;
		left:0px;
		width:100%;
	}
	.headerPicture{
		padding-left:25px;
	}
	.pageExpander{
	display:flex;
	width:100%;
	height:0.25rem;
	background-color:#EEE;
	border-top-style:solid;
	border-top-color:#CCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	}
	.footer{
		display:flex;
		width:100%;
	}

	.titleBox{
		display:flex;
		height:150px;
		justify-content:center;
		align-items:center;
		background-image:url(/images/TeacherTitleBack.png);
		opacity:1;
		background-position:top;
		background-repeat:no-repeat;
		width:100%;
	}
	.headerItem{
		display:flex;
	}
	a#hamburgerMenu{
		display:none;
	}	
}

/*---------------------------------------------------------------*/ 
.headerItem{
	color: #FFF;
	text-transform: uppercase;
}
.headerItem:hover{
	background-color: #FFF;
}
.siteTitle{
	color:#FFF;
}
#mobileMenu{
	border-color:#FF0066;
}
#mobileMenu a{
	/*background-color:#FAFAFA;*/
	/*background-color:#fff;*/
	color:#FFF;
	border-color: #EEE;
}
.socialMedia, .quickLinks, .contactInfo{
	display:flex;
	flex-flow:column;

	padding:0rem 0 0rem 0;
}

.socialMedia h2, .quickLinks h2, .contactInfo h2{
	align-items:center;
	align-content:center;
	justify-content:center;	
	margin:auto;
}
.socialMediaIcon{
	display:flex;
	flex-direction:row;
	padding:1rem 0 0 0;
}
.socialMediaIcon i{
	font-size:3rem;
	color:#fff;
}
.socialMediaIcon i:hover{
	text-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.12);
}
.socialMediaIcon a{
	padding:0 1rem 0 1rem;
}
.quickLinks, .socialMedia, .contactInfo{
	margin:0 0 2rem 0;
	/*min-width:100%;*/
}
.quickLinks i, .contactInfo i{
	font-size:1rem;
}
.quickLinks a, .contactInfo a, .quickLinks p, .contactInfo p{
	/*line-height: 1.8rem;*/
	color:#fff;
	padding:0.5rem 0.5rem 0.5rem 0.5rem;
	font-weight:bold;
	margin-left:0.5rem;
}
.quickLinks a:hover, .contactInfo a:hover{
	color:#ff0066;
	background-color:#fff;
}
@media (min-width: 30rem){
	.socialMedia{
		padding-bottom:0;
	}
	.quickLinks, .socialMedia, .contactInfo{
	margin:0 0 2rem 0;
	min-width:unset;
	}
}
@media (min-width: 50rem){
	.footer{
		flex-flow:row wrap;
		align-items: flex-start;
	}
}
@media (min-width: 82rem) {
	.quickLinks a, .contactInfo a, .quickLinks p, .contactInfo p{
	margin-left:1rem;
	}
	.footer h2{
	color:#fff;
	font-size:3rem;
	}	
}