@charset "utf-8";
/* ------------------ Header Styles ----------------------------- */
#courseHeader {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ccc;
	background-color: #fff;
	min-width: 20rem;
	height: 5rem;
	padding: 0 0 0 0;
}
a.headerLogo {
	display: flex;
	flex-flow: row;
	align-items: center;
	align-content: center;
	padding: 0rem 1rem 0rem 1rem;
	text-decoration: none;
	font-size: 1rem;
	color: teal;
	height: 3.75rem;
	font-weight: bold;
	margin-right: auto;
}
.headerLogo img {
	height: 3rem;
	width: 3rem;
}
.headerLogo span {
	padding-left: 1rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}
.headerImage {
	height: 3rem;
}
@media (min-width: 30rem) {
	.headerImage {
		height: 3.25rem;
	}
}
.headerLogo img {
	height: 3.5rem;
	width: 3.5rem;
}
.headerDropdown {
	display: none;
}
.headerItem {
	display: none;
}
h1#pageTitle,
h1#footerTitle {
	font-size: 2rem;
	color: #9d4870;
	margin: auto;
	margin-top: 1rem;
	border: none;
	padding-left: 10%;
	padding-right: 10%;
	font-weight: bold;
	box-sizing: border-box;
	max-width: 100%;
	text-align: center;
}
h1#pageTitle span {
	margin: auto;
}
.headerItem span {
	border-bottom: 2px solid white;
}
.headerItem:hover span {
	background-color: #fff;
	color: #008080;
	border-bottom: 2px solid #008080;
	text-decoration: none;
}
#headerHome {
	font-size: 1.3rem;
	margin: 0rem 0.5rem;
	color: #231f20;
	padding: 0.25rem 0rem;
}
#headerHome:hover {
	color: #008080;
}
a.nav-link {
	border-bottom: 2px solid white;
}

.navbar-nav .active {
	font-weight: bold;
}
@media (min-width: 75rem) {
	.navbar-nav .active {
		border-bottom: 2px solid #9d4870;
	}
	a.nav-link:hover {
		border-bottom: 2px solid #008080;
	}
	.navbar-nav .active:hover {
		border-bottom: 2px solid #9d4870;
	}
}

/* ------------------------------------- Mobile Navigation ----------------------------------------------- */
#hamburgerMenu {
	display: flex;
	padding: 0.5rem 0.5rem;
	/* border: 2px solid teal; */
	border: none;
	color: teal;
	background-color: white;
	margin-right: 0.5rem;
}
#hamburgerMenu:hover {
	background-color: #f2f2f2;
}
#mobileMenu {
	width: 100%;
	min-height: 100vh;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	background-color: white;
}
.loginMobile {
	background-color: #008080;
}
.loginMobile a {
	color: white !important;
}
.menuSection {
	padding: 0.5rem 1rem 0.25rem 1rem;
	color: black;
	font-weight: bold;
	font-size: 1.5rem;
}
.menuSubsection {
	display: flex;
	flex-direction: column;
}
.menuSubsection li {
	display: block;
	color: teal;
	font-size: 1rem;
	padding: 1.25rem 3rem 1.25rem 2rem;
	border-bottom: 1px solid #e6ffff;
	font-weight: 600;
}

/* 
padding: 1.25rem 3rem 1.25rem 2rem;
border-bottom: 1px solid #e6ffff;
text-decoration: none;
color: #008080;
align-items: center;
font-weight: 600; */

.menuSubsection a {
	display: block;
	color: teal;
}
.menuSubsection i {
	margin-right: 1rem;
}
.menuSubsection li {
	list-style: none;
}
.menuSubsection li svg {
	padding-right: 0.5rem;
}
.menuSubsection li:hover {
	background-color: #e6ffff;
	border-top: 1px solid teal;
	border-bottom: 1px solid teal;
}
.menuSubsection div {
	color: #ccc;
}

/* ------------------------------------------------- Footer Styles ----------------------------------------- */
.footer {
	display: flex;
	flex-direction: column;
	background-color: teal;
	align-items: flex-start;
	font-size: 1rem;
	color: #fff;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 1rem 0 1rem 0;
	padding-top: 1rem;
	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);
}
.footer h2 {
	color: #fff;
	font-size: 2rem;
	padding-bottom: 1rem;
	justify-content: flex-start;
}
.footer p {
	color: #fff;
}
.copyright {
	display: flex;
	flex-direction: column;
	background-color: teal;
	align-items: flex-start;
	font-size: 1rem;
	justify-content: space-around;
	border-top: 1px solid white;
	align-items: center;
	width: 100%;
	padding: 1rem 0 1rem 0;
}
.copyright p {
	color: #fff;
	font-weight: bold;
}
.socialMedia,
.quickLinks,
.contactInfo {
	display: flex;
	flex-flow: column;
	padding: 0rem 0 0rem 0;
}
.socialMedia h2,
.quickLinks h2,
.contactInfo h2 {
	align-items: center;
	align-content: flex-start;
	justify-content: center;
	margin: auto;
}
.quickLinks,
.socialMedia,
.contactInfo {
	margin: 0 0 2rem 0;
}
.quickLinks i,
.contactInfo i {
	font-size: 1rem;
	margin-right: 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,
.contactInfo a {
	display: flex;
	align-items: center;
}
.quickLinks a:hover,
.contactInfo a:hover {
	color: teal;
	background-color: #fff;
}
.socialMediaIcon {
	display: flex;
	flex-direction: row;
	padding: 0 0 0 0;
}
.socialMediaIcon svg {
	font-size: 3rem;
	color: #fff;
}
.socialMediaIcon svg: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;
}
.socialMediaIcon a:hover {
	background-color: teal;
}
/* ------------------------------------------------- Media Styles ------------------------------------------ */
@media (min-width: 30rem) {
	.socialMedia {
		padding-bottom: 0;
	}
	.quickLinks,
	.socialMedia,
	.contactInfo {
		margin: 0 0 2rem 0;
		min-width: unset;
	}
	.headerLogo span {
		font-size: 1.2rem;
	}
	.headerLogo img {
		height: 3.5rem;
		width: 3.5rem;
	}
}
@media (min-width: 50rem) {
	.headerLogo img {
		height: 3.5rem;
		width: 3.5rem;
	}
	h1#pageTitle,
	h1#footerTitle {
		font-size: 3.5rem;
	}
	.footer {
		flex-flow: row wrap;
		align-items: flex-start;
	}
}
@media (min-width: 84rem) {
	a.headerLogo {
		padding: 0rem 2rem 0rem 1rem;
	}
	#mobileMenu {
		display: none !important;
	}
	.headerItem,
	.headerDropdown {
		display: inherit;
		background-color: white;
		color: #231f20;
		text-transform: uppercase;
		/* font-weight: bold; */
		font-size: 1rem;
		margin: 0 1.5rem;
	}
	.headerDropdown:focus {
		box-shadow: none;
		color: teal;
	}
	.loginButton {
		display: inherit;
		font-size: 1rem;
		border: 2px solid #ffffff;
		color: #ffffff;
		font-weight: bold;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 0.5rem 1rem 0.5rem 1rem;
		margin: 0rem 1rem 0rem 1rem;
		border-radius: 0.5rem;
		transition-duration: 0.1s;
	}
	a.loginButton:hover {
		box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 7px, rgba(0, 0, 0, 0.24) 0px 3px 6px;
		border: 2px solid #ffffff;
		color: #ffffff;
		background-color: #00b3b3;
	}
	.headerNav {
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.headerNav ul {
		border-color: teal;
	}
	#hamburgerMenu {
		display: none;
	}
	.footer h2 {
		color: #fff;
		font-size: 2rem;
		margin-top: 1rem;
	}
	.footer {
		display: flex;
		width: 100%;
	}
	.quickLinks a,
	.contactInfo a,
	.quickLinks p,
	.contactInfo p {
		margin-left: 0.5rem;
	}
}
