@charset "utf-8";
/* Header Styles */

/*----------Taken From StructureMain ------------- */
html,
body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.signupWrapper {
	min-width: 320px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.wrapper {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*	flex-shrink:0;*/
	min-width: 320px;
	box-sizing: border-box;
	flex: 1 0 auto;
}
/* ------------------ Header Styles ----------------------------- */
.signIn {
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50% 50%;
}

.red {
	color: #008080;
}
/* ------------- Footer Styles ----------------- */

.footer,
.copyright {
	display: flex;
	flex-direction: column;
	background-color: #008080;
	font-size: 1rem;
	color: #fff;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem 0.5rem 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);
	flex-shrink: 0;
}
.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;
}
#navbar {
	width: 100%;
}
.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.8), 0 3px 6px rgba(0, 0, 0, 0.12);
}
.socialMediaIcon a {
	padding: 0 1rem 0 1rem;
}
.quickLinks,
.socialMedia,
.contactInfo {
	margin: 0 0 2rem 0;
}
.quickLinks i,
.contactInfo i {
	font-size: 1rem;
}
.quickLinks a,
.contactInfo a,
.quickLinks p,
.contactInfo p {
	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: #008080;
	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;
	}
	.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%;
	}
}
