/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*================= Custom Styling begins here ===================================*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body{
	background-color: #000;
 	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: navy;

}

body#home{
	background-color: #EED;
	color: navy;
}

 /* For mobile phones: */
[class*="col-"] {
    width: 100%;
	float: left;
	//padding: 1rem;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

@font-face {
    font-family: allegheny;
    src: url("../fonts/ALLEGHEN.TTF");
}

#canvas{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border: 4px groove #8A0000;
}

header{
	max-width: 100%;
	position: relative;
	left: 0;
	margin-bottom: 0;
	padding 0;
	border: 4px #FFF single;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #EA1F48), color-stop(1, #950E29));
	background-image: -o-linear-gradient(top, #EA1F48, #950E29);
	background-image: -moz-linear-gradient(top, #EA1F48, #950E29);
	background-image: -webkit-linear-gradient(top, #EA1F48, #950E29);
	background-image: linear-gradient(to bottom, #EA1F48, #950E29)

}

@media only screen and (min-width: 600px) {
    /* For tablets: */
	header {
   		//min-height: 180px;
   		background-position: left center;
   		background-size: 11% auto;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
	header{
 		//min-height: 180px;
		background-position: left center;
		background-size: 14% auto;
	}
}

#nav{
padding: .25rem;
}

#bigscreen{
	padding: none;
	background-color: #FFF;
	//border-left: 4px #8A0000 double;
}

.endfloats{
	clear: both;
}

img {
	max-width:100%;
	height: auto;
}

em{
	font-weight: bold;
	font-style: italic;
}

p{
	text-align: justify;
	margin-bottom: 1rem;
	font-size: 100%;
	line-height: 125%;
}

p.scribe{
	font-family:allegheny;
	font-size: 2rem;
	color: #5D5328;
}

h1{
background-color: #FF8C38;
color: white;
margin: 1rem 0;
font-size: 1.5rem;
line-height: 150%;
text-align: justify;
padding: 0 .5rem;
}

h2{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #8A0000;
	margin: 0 0 .5rem 0;
}

h3{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: black;
	margin: 0 0 .5rem 0;
}

ul{
	margin: 0 0 1rem 1rem;
	list-style: disc outside;
}

li{
font: normal normal normal 100%/125% "Trebuchet MS", Helvetica, sans-serif;
margin: 0;
}

.featurelist
 {
 padding: 3px 0;
 margin-left: 5%;
 }

 .featurelist li  {
 list-style: disc;
 margin: 0 0 0 10%;
}


@media only screen and (min-width: 768px) {
    /* For desktop: */
.featurelist li::before{
	content: '\2022 \0020';
}

 .featurelist li {
 list-style: none;
 margin: 0 2%;
 display: inline-block;
 width: 20%;
 }
}

.mos-branding {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 1%;
	border: 2px #FFF solid;
}

.tagline{
 	display: block;
	text-align: center;
	margin: .25em auto;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.75rem;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

.location{
	display: block;
	padding: .5rem;
	background-color: navy;
	color: #EE9144;
	font-family: scribe;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	text-align: left;
	border-bottom: 4px #FFF double;
}


.mos-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #8B0000;
	font-family: scribe;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	word-spacing: 6px;
	text-decoration: none;
	text-align: left;
}


.mos-title a:link,
.mos-title a:visited {
	color: #8B0000;
	text-decoration: none;
}

.mos-title a:hover,
.mos-title a:active {
	color: #3F8C12;
}

nav#topper{
	border: none;
	background-image: url("../pix/backgrounds/papyrus.png");
	border-bottom: 2px solid black;
}

ul.navbar{
 	min-height: 1rem;
	margin: 0;
	padding: .25rem;
	text-align: left;
	font: normal 125%/125% scribe;
  }

ul.navbar li{
	margin: .25rem .5rem;
	line-height: 125%;
	display: inline-block;
	color: #8B0000;
}

ul.navbar li::after {
	content: " |";
}

ul.navbar li a{
	text-decoration:None;
	font-weight: bold;
	color: #8B0000;
	font: bold 100%/125% scribe;
}

ul.navbar li a:hover::before,ul.navbar li a:focus::before{
   content: "*";
}

ul.navbar li ul{
	padding:0;
	margin:0;
	display:none;
}

ul.navbar li:hover ul{
	display:block;
	list-style-type: disc;
	margin-left: 36px;
}

#home ul.navbar li.homepage ul,
#about ul.navbar li.about ul,
#discipline ul.navbar li.discipline ul,
#leadership ul.navbar li.leadership ul,
#transition ul.navbar li.transition ul,
#add-ons ul.navbar li.add-ons ul,
#advise ul.navbar li.advise ul,
#contact ul.navbar li.contact ul{
	display:block;
	list-style-image: url('../PIX/BACKGROUNDS/apple.png');
	margin-left: 36px;
}

ul.navbar li ul li{
	float:none;
	background:gold;
	font-size: 75%;
}

ul.navbar li ul li a,
#home ul.navbar li.homepage a,
#about ul.navbar li.about a,
#discipline ul.navbar li.discipline a,
#leadership ul.navbar li.leadership a,
#transition ul.navbar li.transition a,
#add-ons ul.navbar li.add-ons a,
#advise ul.navbar li.advise a,
#contact ul.navbar li.contact a{
	color: #F26207;
	text-transform: uppercase;
}

#home ul.navbar li#homepage,#about ul.navbar li#about,#k12 ul.navbar li.k12,#high_ed ul.navbar li.high_ed{
	background:#004;
	border:4px inset gold;
}

#home ul.navbar li#homepage a,#about ul.navbar li#about a,#k12 ul.navbar li.k12 a,#high_ed ul.navbar li.high_ed a{
	color:#E6D56B;
}

#panel_left{
	//border: 1px solid black;
	padding: 1rem;
	background-color: #E4E4C4
}

#panel_right{
	//border: 1px solid black;
	padding: 1rem;
	background-color: #FFF;
}

footer{
	width:100%;
	margin:2px auto 0 auto;
/*height:144px;*/
	background: white;
	border-top: 4px #8A0000 double;}

footer p{
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 1rem;
}

