@charset "UTF-8";

@font-face {
	font-family: bannerFont;
	src: url("/fonts/James_Fajardo.ttf");
}

@font-face {
	font-family: BrightYoungThings;
	src: url("/fonts/BrightYoungThings.ttf");
}

@font-face {
	font-family: mainFont;
	src: url("/fonts/Ubuntu.ttf");
}

@font-face {
	font-family: journal;
	src: url("/fonts/journal.ttf");
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
	display: block;
}

body,
#headerSchoolName,
#headerAddress,
#headerclasses,
#logoHolder,
#logoHolder img,
#headerSchoolName h1,
#navMenuBtn,
#navMenus,
#distinguishedSchool,
#googlesearch,
#cssmenu,
article,
figure,
footer {
	position: relative;
}

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #000;
	font-size: 100%;
	font-family: mainFont;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		width: calc(100vw - 14px);
		overflow-y: scroll;
	}
}

body::-webkit-scrollbar {
	width: 14px;
	/*sets the thickness of vertical scroll  */
	height: 14px;
	/*sets the thickness of horizontal scroll */

}

body::-webkit-scrollbar-thumb {
	background-color: yellow;
	border: 1px #000 solid;
	border-radius: 14px;
	cursor: pointer;
}

body::-webkit-scrollbar-track {
	background-image: linear-gradient(0deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
}

#Special {
	display: none;
}

/*--------HEADER Styles ------------------*/
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 73px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: 100;
	-webkit-box-shadow: 0px 3px 9px 1px;
	-moz-box-shadow: 0px 3px 9px 1px;
	-ms-box-shadow: 0px 3px 9px 1px;
	-o-box-shadow: 0px 3px 9px 1px;
	box-shadow: 0px 3px 9px 1px;
	background-image: linear-gradient(0deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
}

header *,
header span a {
	color: #fff;
}

#navMenuBtn {
	width: 27px;
	height: 27px;
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	z-index: 900;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
}

#headerSchoolName {
	width: 100%;
	text-align: center;
	margin: -13px auto -10px;
}
#headerSchoolName h1 {
	text-shadow: 2px 2px 2px #000;
	font-family: BrightYoungThings !important;
	font-size: 1.5rem !important;
	font-style: normal;
	letter-spacing: 5px;
	font-weight: normal;
	text-align: center;
	display: block;
	height: 1.5rem;
}
#namespacer,
#electiveAnd {
	display: none;
}

#headerAddress,
#headerclasses {
	font-size: 0.8em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 0;
}

#headerAddress {
	margin-left: -50px;
	margin-top: 0px;
}

#headerclasses {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

#addressSpacer1,
#addressSpacer2 {
	display: inline-block;
	height: 1em;
}

#addressSpacer1 {
	width: 100px;
}

#addressSpacer2 {
	width: 125px;
}

#phoneNumbers {
	margin-left: 0px;
}

#classRequired {
	margin-left: 0px;
}

#classElective {
	margin-left: 0px;
}

#logoHolder {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 84px;
	z-index: 8;
	border: 2px solid #5F5F5F;
	border-radius: 50px;
	height: 84px;
	-webkit-box-shadow: 0px 3px 9px 1px #fff;
	-moz-box-shadow: 0px 3px 9px 1px #fff;
	-ms-box-shadow: 0px 3px 9px 1px #fff;
	-o-box-shadow: 0px 3px 9px 1px #fff;
	box-shadow: 0px 3px 9px 1px #fff;
	top: -35px;
}

#logoHolder img {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
}

#darkLight {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

/*--------End HEADER Styles ------------------*/

/*--------NAV Styles ------------------*/
nav {
	width: 150px;
	position: fixed;
	z-index: 101;
	top: 90px;
}

#navMenus {
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	min-height: 486px;
}

#distinguishedSchool,
#googlesearch,
#cssmenu {
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	width: calc(100% - 10px);
}

#distinguishedSchool,
#googlesearch {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 0px;
	margin-top: 6px;
}

#googlesearch {
	margin-bottom: 15px;
}

#search-box {
	width: 100%;
}

/*--------CSS Menu Styles ------------------*/
#cssmenu {
	margin: 0 auto;
	clear: both;
	z-index: 101;
	left: 5px;
	height: auto;
}

#cssmenu #btnHome {
	margin-top: -5px;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	font-weight: 400;
	text-decoration: none;
	line-height: 1;
	font-family: mainFont;
	font-size: 1rem;
	position: relative;
	font-style: normal;
}

#cssmenu a {
	line-height: 1.3;
}

#cssmenu>ul>li {
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 3px;
}

#cssmenu>ul>li:hover,
#cssmenu>ul>li>a:hover,
#yearBtns .yearBtn a:hover {
	color: rgba(255, 226, 0, 1.00);
}

#cssmenu>ul>li>a,
#yearBtns .yearBtn a {
	font-size: 0.95rem;
	display: block;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width: 96%;
	margin-left: 2%;
	background-image: -webkit-linear-gradient(180deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
}

#yearBtns .yearBtn a {
	width: 100% !important;
	margin-left: 0 !important;
}

#cssmenu>ul>li>a>span {
	display: block;
	border: 1px solid #6C9C31;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

#cssmenu>ul>li.active>a {
	color: #FFFFFF;
	border: 1px solid #79980d;
}

#cssmenu>ul>li.active>a span {
	border: 1px solid #97be10;
}

#cssmenu>ul>li.has-sub>a span {
	background: url("/images-css/icon_plus.png") 98% center no-repeat;
	text-align: center;
}

#cssmenu>ul>li.has-sub.active>a span {
	background: url("/images-css/icon_minus.png") 98% center no-repeat;
	text-align: center;
}

/* CSS Menu - Sub menu */
#cssmenu ul ul {
	padding: 5px 12px;
	display: none;
}

#cssmenu ul ul li {
	padding: 3px 0;
}

#cssmenu ul ul a {
	display: block;
	color: #46651F;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}

#cssmenu ul ul a:hover {
	color: #79980d;
	text-decoration: underline;
	margin-left: 5px;
}

#MVLAFoundationLogo {
	padding: 3px;
	width: 106px;
	height: 47px;
	margin: 5px auto 0;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
}

.socialMedia {
	width: 100% !important;
	height: auto;
	margin: 10px auto;
	display: block;
	text-align: center;
}

/* CSS Menu - End Sub menu */
/*--------End CSS Menu Styles ------------------*/
/*--------End NAV Menu Styles ------------------*/

#preArticle,
#postArticle {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*--------MAIN CONTENT Styles ------------------*/
article {
	height: auto;
	z-index: 90;
	width: calc(100% - 160px);
	padding: 5px;
	margin: 130px 10px 0 160px;
}

article h1,
footer h1,
#preArticle h1,
#postArticle h1 {
	font-family: BrightYoungThings !important;
	font-size: 1.65rem;
	font-weight: normal;
	letter-spacing: 4px;
	margin-top: -5px;
	line-height: 1.65rem;
	margin-bottom: 0px;
	word-spacing: 0.1em;
	text-align: center !important;
}
article h1 {
	width: 100%;
	min-height: 55px;
	height: auto;
	padding: 15px 0 0 0;
	background-image: linear-gradient(0deg, rgba(137, 175, 90, 1.00) 0%, rgba(78, 113, 35, 1.00) 100%);
	border: 1px #000 solid;
	color: #fff;
	border-radius: 25px;
	text-shadow: 2px 2px 2px #000;
}
.windows-os article h1 {
    /* Windows-specific styles */
	height: 45px;
}
article h1 a:link {
	color: #fff;
}
.galleryTitleBreak {
	font-size: 1.65rem !important;
}

article ul li,
article ol li ul li {
	list-style-position: outside;
	list-style-image: url("/images/green-bullet2.png");
}

article ol li {
	list-style-position: outside;
	list-style-image: none;
	line-height: 1.5em;
}

header a:link,
header a:visited,
header a:hover,
header a:active {
	color: #fff;
	text-decoration: underline;
}

article a:link,
article a:visited,
article a:hover,
article a:active,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	color: #000000;
	text-decoration: underline;
}

a[href$=jpg],
a[href$=jpeg],
a[href$=png],
a[href$=gif] {
	background-color: none;
	text-decoration: none;
	border: 0 none;
}

#cse-search-box {
	right: 0;
}

#mainContent img {
	height: auto;
	border: none;
	text-decoration: none;
}

#mainContent a img {
	text-decoration: none;
}

#mainContent h2 {
	text-align: center !important;
	font-size: 1em;
	text-shadow: 1px 0px 0px #000000;
}

h2 a:link,
h2 a:visited {
	color: #000;
}

.lineHeight2 {
	line-height: 2em;
}

ul li {
	line-height: 1.5em;
}

article ol li ul li {
	line-height: 1.2em;
}

.quotedText {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.reportCitation {
	font-size: 0.8em;
	padding: 0 20px;
}

.columns2 li,
.columns3 li,
.columns4 li {
	margin-left: 1em;
}

.columns2,
.columns3,
.columns4 {
	list-style-type: disc;
	list-style: outside disc;
}

.columns2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

.columns3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

.columns4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
}

.firstBullet {
	margin-top: -1em !important;
}

.columnBreak {
	break-after: always !important;
}

#mainContent strong {
	font-weight: 900;
	text-shadow: 1px 0px 0px #000000;
}

#mainContent p {
	line-height: 1.4em;
}

figure,
figcaption {
	margin: 5px;
	text-indent: 0;
	text-align: center;
	box-sizing: content-box;
}

.fig200,
.fig200 img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.fig300,
.fig300 img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.fig400,
.fig400 img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.fig500,
.fig500 img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

.fig600,
.fig600 img {
	max-width: 600px;
	width: 100%;
	height: auto;
}

.fig700,
.fig700 img {
	max-width: 700px;
	width: 100%;
	height: auto;
}

.fig800,
.fig800 img {
	max-width: 800px !important;
	width: 100% !important;
	height: auto;
}

.figFullWidth,
.figFullWidth img {
	width: 100%;
	height: auto;
}

.whiteboldtext {
	color: #FFFFFF;
	font-weight: bold;
}

.centered {
	margin: 0 auto;
}
.centerText {
	text-align: center;
}

.cteImg {
	border: 1px #000 solid !important;
	width: 100%;
	max-width: 450px !important;
}

.imgCentered,
.imgCentered img {
	max-width: 350px;
	height: auto
}

.fullwidth {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.fullwidth img {
	width: 100%;
	height: auto;
	text-align: center;
}

.wrap175x175 {
	shape-outside: url("/images/175x175.png");
	shape-margin: 0.5em;
}

/* Miscellaneous classes for reuse */
.frame {
	border: 1px dotted #000;
	padding: 5px;
	box-sizing: content-box;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}

.clearfloat,
.clearFloat,
.clearFloats {
	clear: both;
	width: 100%;
	height: 1px;
}

.split2Float {
	width: 45%;
}

.split3Float {
	width: 30%;
}

.verticallyCenter {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.horizontallyCenter {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.insideFlex {
	width: 100%;
	padding: 10px;
	height: auto;
	margin: auto;
}

.bordered {
	border: 1px #000 solid !important;
}

#poster {
	border: 3px solid #000000;
	width: 800px;
	margin: 0 auto;
}

#featuredProductions {
	height: auto;
	width: 100%;
	margin: 10px auto 50px auto;
	text-align: center;
	font-weight: normal;
	padding: 0 5px;
}

#randompics {
	height: 975px;
	width: 800px;
	margin-top: 10px auto 50px auto;
	text-align: center;
	font-weight: normal;
	border: 1px dotted #000000;
	padding: 0 5px;
}

#RandomArtCollection {
	border: 0px solid #000000;
	padding: 0px;
	background: #fff;
}

#randomArt {
	background: #fff;
}

.centercontent {
	text-align: center;
}

.indentedList {
	padding-top: 10px;
}

.backgroundYellow {
	background-color: #FF0;
	padding: 5px;
}

div.imgLeft,
div.imgRight {
	margin: 5px;
	border: 1px solid #000000;
	height: auto;
	width: auto;
	text-align: center;
	padding: 5px;
}

div.imgLeft,
.imgLeft {
	float: left;
}

div.imgRight,
.imgRight {
	float: right;
}

div.imgLeft img,
div.imgRight img {
	display: inline;
	margin: 3px;
}

div.desc {
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 2px;
}

.underlined {
	text-decoration: underline;
}

.featuredPic {
	/*for about.php ????*/
	text-align: center;
	padding: 5px;
	border: 1px dotted #333;
	width: 400px;
	margin: 0 auto;
	height: auto;
}

.roundEdgeImage {
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	max-width: 100%;
}

.swissArmySlideShowHolder img {
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.dropShadow {
	box-shadow: 5px 5px 5px #666;
	margin-right: 10px;
}

.CDRound {
	-moz-border-radius: 38px;
	-o-border-radius: 38px;
	-ms-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
	box-shadow: 5px 5px 5px #666;
}

.studentBlock2 {
	display: block;
	height: 110px;
	width: 135px;
	text-align: center;
	float: left;
}

.studentBlock2 img {
	height: 75px !important;
	width: 100px !important;
}

.font15em {
	font-size: 1.5em;
	font-weight: bold;
}

.rotate45 {
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari and Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
	transform: rotate(-45deg);
}

.podcastBlock {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.podcast {
	width: 170px;
	height: 186px;
	float: left;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

#showCode h1 {
	margin-top: 50px;
}

code {
	background-color: #FF0;
	padding: 10px;
	margin: 0px;
	display: block;
	font-size: 12px;
	overflow: auto;
	width: 95%;
	height: auto;
	border: 2px #000 solid;
}

#codeBlock {
	padding: 10px;
	width: auto;
	font-size: 14px;
	overflow: auto;
}

.font9px {
	font-size: 9px;
}

#wishlist {
	font-size: 0.9rem;
	margin-left: 0px;
	text-align: left;
	height: 50px;
	margin-top: 5px;
}

#footerInfo {
	text-align: center !important;
	color: #000000;
	font-size: 0.7em;
	margin: 10px auto !important;
	height: 50px;
	width: 100%;
	display: block;
}

.breakPoint {
	display: none;
}

.halfContainer2 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100% !important;
	height: auto;
}

.halfContainer2 .half {
	border-collapse: collapse;
}

.half {
	width: 50%;
	padding: 0.5%;
	float: left;
	position: relative;
	margin: 0;
}
.staffpic {
	padding: 5px;
	border: 1px #000 solid;
	border-radius: 50%;
  }
#exhInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	width: 100%;
	height: auto;
}

#exhInfo .half {
	border: 1px solid #000;
	border-collapse: collapse;
}

.exh {
	display: block;
	max-width: 200px !important;
	margin: 0 auto !important;
}

.third {
	width: 33.3%;
	padding: 10px;
	float: left;
	position: relative;
	margin: 0;
}

.thirdL {
	text-align: right;
}

.thirdM {
	text-align: center;
	border-right-width: 0;
	border-left-width: 0;
	width: 33%;
}

.thirdR {
	text-align: left;
}

.third img {
	width: 100%;
	height: auto;
	text-align: center;
}

.superlatives {
	line-height: 1.5em;
	list-style-position: outside;
	font-size: 0.9em;
	column-gap: 10em;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 853px;
	/*same width as video itself*/
	width: 100%;
	margin: 0 auto;
	/*centers the video*/
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 853px;
	/*same width as video itself*/
	max-height: 480px;
	/*same height as video itself*/
	width: 100%;
	height: 100%;
}

.yearAnchor {
	width: 100%;
	height: 55px !important;
}
.projectQuestion {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
}
.projectmap,
.projectmap img {
	width: 100px !important;
	height: auto;
}

.projectmap {
	display: none !important;
}

.projectImg,
.projectImg img {
	width: 72px !important;
	max-width: 72px !important;
	height: auto;
}
.classSummaryTable, .electiveClassesInfo {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.classSummaryTable div, .electiveClassesInfo div {
	border: 1px #000 solid;
	border-collapse: collapse;
	box-sizing: border-box;
}
.electiveClassesInfo div {
	margin-top: -1px;
}
.classSummaryTableCell4 {
	margin-left: -1px;
	margin-right: -1px;
}
.red {
	background-color: red;
	color: white;
}
/*--------End MAIN CONTENT Styles ------------------*/
/*Start Alumni styles */

.scholarshipYear {
	margin: 20px 0;
	display: block;
	width: 100%;
	font-size: 2rem !important;
}

.studentCollege {
	font-size: 1.1rem !important;
	margin: 15px 0 10px !important;
	display: inline-block;
}

.studentData:first-of-type {
	margin-top: 0 !important;
}

.studentData {
	font-weight: bold;
}

.studentName,
.studentMajor {
	background-color: yellow;
}

.postHSPlans * {
	margin: 0;
	padding: 0;
}

.postHSPlans {
	column-count: 2;
}

.postHSPlans div blockquote {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.bullet {
	margin: 0 10px 0 20px !important;
	width: 10px;
	height: auto;
	display: inline-block;

}

.studentInfo {
	display: inline-block;
	width: calc(100% - 40px);
	height: auto;
	margin: 0 0 5px 0;
}


@media screen and (max-width:1024px) {
	.bullet {
		margin: 5px 10px 30px 0;
	}
}

@media screen and (max-width:480px) {
	.postHSPlans {
		column-count: 1 !important;
	}

	.bullet {
		margin: 5px 10px 30px 0;
	}
}

/*End Alumni styles */
/*Start galleries/websites.php styles. */
.studentWebsiteLinks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}

.studentWebsiteLink {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: nowrap;
	width: 250px !important;
	max-width: 250px !important;
	padding: 5px;
	height: 60px !important;
	margin: 5px !important;
}

.studentFavicon {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	margin: 5px 5px auto 0;
}

.studentWebsiteLink figcaption {
	display: block !important;
	height: 30px !important;
	margin: auto 0 !important;
}

/*End galleries/websites.php styles. */

/*Start Gallery Links*/
.galleryLinks h2 {
	font-size: 1.75rem !important;
}
#jrProjects h2 {
	text-align: right;
}
#srProjects h2 {
	text-align: left;
}



/*--------FOOTER Styles ------------------*/
#visitorCount {
	position: relative;
	height: 50px;
	width: 300px;
	margin: 5px auto;
	text-align: center;
}

footer {
	height: auto;
	padding: 20px 10px 5px 10px;
	width: 100%;
	position: relative;
	border-top: thin solid #787878;
	top: 60px;
}

#footerInfo {
	text-align: right;
	color: #000000;
	font-size: 0.7em;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	height: 50px;
	width: 535px;
}

#footerInfo {
	width: 48%;
	margin-left: 1%;
	text-align: left;
	float: left;
}

/*--------End FOOTER Styles ------------------*/



/*==========  Non-Mobile First Method  ==========*/

/* Desktops, Laptops, Tablets */
@media screen and (max-width:1316px) {
	#navMenuBtn {
		display: block;
	}
}

@media only screen and (max-width : 876px) {
	#headerSchoolName h1 {
		font-size: 2.5em;
		margin: 37px 0;
	}
}

/* Small Devices, Tablets, iPhones landscape */
@media only screen and (max-width : 825px) {
	header {
		height: 40px;
	}
	#headerSchoolName h1 {
		font-size: 2em;
		margin-top: 18px;
		padding-left: 15px;
	}
	#namespacer {
		width: 70px;
		display: inline-block;
	}
	#CAAT, #headerAddress, #headerclasses, .preClasses  {
		display: none !important;
	}

	#logoHolder {
		top: -50px;
		width: 50px;
		height: 50px;
	}

	.half {
		width: 100%;
		float: none;
		clear: both;
	}

	article {
		padding-top: 0px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		margin: 70px 10px 0 160px;
	}

	footer {
		width: 100%;
		height: auto;
	}

	#footerInfo {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		text-align: center;
	}
}

/* Custom, iPhone Retina Portrait */
@media screen and (max-width:500px) {
	header {
		height: 50px;
	}
	#headerSchoolName h1 {
		font-size: 1.1rem;
		padding: 15px 0 0 13px;
		letter-spacing: 2px;
		margin-top: 10px;
	}
	article {
		width: 100% !important;
		padding: 5px;
		margin: 60px 0 0 0 !important;
	}

	article h1 {
		padding: 5px 2px 0px !important;
		margin: 0 0 10px !important;
		letter-spacing: 1px;
		height: auto !important;
	}
	article h1,
	footer h1,
	#preArticle h1,
	#postArticle h1 {
		font-size: 1.2rem;
	}

	#namespacer {
		display: inline-block;
		width: 40px;
		height: 1em;
	}

	#electiveAnd {
		display: inline-block;
	}


	#logoHolder {
		width: 40px;
		height: 40px;
		top: -40px;
	}

	nav {
		width: 100vw !important;
		top: 44px;
		height: 100vh;
		background-color: #fff;
	}

	#navMenuBtn {
		border-radius: 20px;
		margin: 5px 0 0 5px !important;
	}

	#navMenus {
		width: 100%;
		background-color: #FFFFFF;
		top: 0px;
	}

	#distinguishedSchool {
		display: none;
	}

	#googlesearch {
		top: 7px;
		width: 100%;
	}
	#cssmenu>ul>li>a>span {
		display: block;
		border: 1px solid #6C9C31;
		padding: 3px;
		border-radius: 4px;
		font-weight: bold;
	}

	#cssmenu ul ul a {
		line-height: 0.9em;
		font-size: 0.7em;
	}

	#cssmenu>ul>li>a,
	#cssmenu .has-sub>ul>li>a {
		font-size: 1.2em;
	}

	.columns2 li,
	.columns3 li,
	.columns4 li {
		margin-left: 5px;
	}

	#weeklySchedule {
		font-size: 0.7em;
		width: 99%;
	}

	.half {
		width: 100%;
		float: none;
		clear: both;
	}

	.thirdL,
	.thirdR {
		width: 50%;
	}

	.thirdM {
		display: none;
	}

	.featuredPic {
		/*for about.php ????*/
		padding: 0;
		border: none;
		width: 100%;
		margin: 0;
	}

	.dropShadow {
		max-width: 96%;
		margin: 0 auto;
		height: auto;
	}

	.columns2,
	.columns3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}

	footer {
		font-size: 0.7em;
		width: 100%;
	}

	#footerInfo {
		font-size: 9px;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		display: block;
		position: relative;
	}

	.breakPoint {
		width: 100%;
		display: block;
	}

}

nav, article, footer {
	opacity: 0;
}