body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6em;
	font-size : 16px;
	background-color : #cccccc;
}

#window {
	width : 100%;
	height : 100%;
}

main {
	clear : both;
	width : 99%;
	background-color : #FFFfff;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 50px;
	padding-bottom : 20px;
	position : relative;
	display : inline-block;
	z-index: 0;
}

.TBSMContainer {
	display : flex;
	flex-wrap : wrap;
	max-width : 650px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	justify-content : center;
}

.TBMSsection {
	width : 50%;
	min-width : 300px;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 1em;
	margin-left : auto;
}

.TBMSsection img {
	width : 90%;
	max-width : 275px;
	border-top-width : 5px;
	border-top-style : solid;
	border-top-color : black;
	border-right-width : 5px;
	border-right-style : solid;
	border-right-color : black;
	border-bottom-width : 5px;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-left-width : 5px;
	border-left-style : solid;
	border-left-color : black;
	display: block;
	margin: 1em auto;
}

.TBMSsection p {
	margin: 0;
	text-align : center;
	font-weight: bold;
	padding: 0 1em;
}

/*************************
 Htags for Titles
 ************************ */

h1 {
	font-size : 1.875em;
	font-family: 'Montserrat Alternates', sans-serif;
	color : #ffffff;
	background-repeat : no-repeat;
	display : block;
	font-weight : 400;
	padding-right : 10px;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	line-height : 1.2em;
	background-color: #ff7200;
}

h2, .newstitle, .nt-title {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight : 400;
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	color: #ffffff;
	background-color: #ff7200;
}

h3, h4 {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight : 400;
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	color: #ffffff;
	background-color: #a1a1a1;
	min-height: 37px;
	margin-top: 0px;
}

.emptyh3, .sidebar-top {
	display: none;
}

h5 {
	font-size : 1.2em;
	line-height : 1.2em;
	height : 57px;
	font-family : 'Merriweather Sans', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}

h6 {
	font-size : 1.2em;
	display : block;
	font-family : 'Rock Salt', cursive;
	margin-top : 10px;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 10px;
}

/*** MAIN STYLING ** */header {
	margin-top : 40px;
}

section {
	background-color : #FFF;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
}

p {
	margin-top : 1.0em;
	margin-right : 0;
	margin-bottom : 1.0em;
	margin-left : 0;
}

a {
	color : #000000;
}

a:hover, a:focus {
	color : #000000;
	text-decoration : none;
}

a:visited {
	color : #000000;
}

ul {
	margin-top : 5px;
	margin-right : 15px;
	margin-bottom : 5px;
	margin-left : 0;
}

.sidebar-content ul {
	font-size: 14px;
	line-height: 21px;
}

.sidebar-content ul {
	margin-bottom : 20px;
}

#quote {
	padding-top : 30px;
	padding-right : 30px;
	padding-bottom : 30px;
	padding-left : 30px;
}

button.showProfile {
	background-color : transparent;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	border-top-width : medium;
	border-top-style : none;
	border-top-color : -moz-initial;
	border-right-width : medium;
	border-right-style : none;
	border-right-color : -moz-initial;
	border-bottom-width : medium;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	border-left-width : medium;
	border-left-style : none;
	border-left-color : -moz-initial;
	text-decoration : underline;
	margin-left : -6px;
	color : #29235F;
}

.profileBio a {
	color : #dd2928 ;
}

.profileBio a:focus {
	outline-width : 0;
	outline-style : none;
	outline-color : -moz-initial;
}

form {
	margin-left : 15px;
	margin-bottom : 20px;
}

td.label {
	width : 45%;
}

input {
	margin-bottom : 5px;
}

button[type="submit"] {
	margin: 10px 0;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */

color: white;
}

::-moz-placeholder {
	/* Firefox 19+ */

color: white;
}

:-ms-input-placeholder {
	color: white;
}

#weblinkscloud {
	margin-left : 25px;
}

.weblinks-smallview {
	display : block;
}

/**************************************
 NAVIGATION
 ************************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #navigation {
	display: none;
}

#main-menu-state:checked ~ #navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	overflow : auto;
	background-color : #ffffff;
	position: relative;
}

nav ul li {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

nav ul li ul {
	display : block;
	text-indent : 0px;
}

nav li {
	display : block;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #808080;
}

nav[role=navigation] li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	color : #000000;
	text-decoration : none;
	font-family : 'Cantata One', serif;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #000000;
	text-decoration : underline;
}

/*** LIST ITEMS ** */li.visit {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.visit a {
	background-position : 0px 0;
	background-repeat : no-repeat;
	display : block;
	width : 190px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 65px;
}

li.visit a:hover, li.visit a:focus {
	background-position : -190px 0;
}

li.gallery {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.gallery a {
	background-image : url();
	background-position : -15px -86px;
	background-repeat : no-repeat;
	display : block;
	width : 187px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 18px;
}

li.gallery a:hover, li.gallery a:focus {
	background-position : -205px -86px;
}

/**************************************
 FOOTER AREA
 ************************************** */

footer {
	clear : both;
	width : 100%;
	position : relative;
	text-align: center;
	background-color: #beb8a8;
	background-repeat: no-repeat;
}

.logo-footer {
	width: 50%;
	max-width: 177px;
	margin-right: 7px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

footer p {
	color : #ffffff;
	margin-top : 0;
	margin-bottom : 0;
	font-family : 'Open Sans', sans-serif;
	font-size : .9em;
}

.footer-phone a {
	color : #ffffff;
	text-decoration : none;
}

.footer-logo {
	display : none;
}

.footer-address, .footer-phone {
	color : #000000;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size : .9em;
	line-height : 1.5em;
}

i.fa.fa-map-marker, i.fa.fa-phone {
	color : #ffffff;
	font-size : 1.2em;
	line-height : 1.2em;
	float : left;
	margin-right : 5px;
	padding-top : 5px;
}

.footer-schoolname {
	color : #ffffff;
	font-family : 'Merriweather Sans', sans-serif;
	font-size : 1.8em;
	text-transform : uppercase;
	line-height : 1.5em;
}

.footer-container {
	padding-top : 10px;
	padding-bottom: 10px;
}

.footer-logo img {
	display : none;
}

#copyright {
	clear : both;
	font-size : 14px;
	line-height : 19px;
	font-family: 'Montserrat Alternates', sans-serif;
	color : #000000;
	display : block;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 20px;
	padding-left : 0;
	text-align : Center;
}

#copyright a {
	color : #000000;
}

/**************************************
 HOME NEWS TICKER
 ************************************** */

#nt {
	width : 90%;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : 10px;
	padding-top : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding-left : 0px;
	margin-top : 0px;
}

#nt-container {
	/* text-align : left;
	*/

/* margin-top : 0px;
	*/
}

#nt-container i {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	cursor : pointer;
	-webkit-transition : all 0.1s ease-in-out;
	-moz-transition : all 0.1s ease-in-out;
	-ms-transition : all 0.1s ease-in-out;
	-o-transition : all 0.1s ease-in-out;
	transition : all 0.1s ease-in-out;
}

#nt-container i:hover, #nt-container i:focus {
	color : #333;
}

#nt li {
	overflow : hidden;
	font-weight : normal;
	height : auto;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	text-align : left;
	padding-top : 3px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
}

li.newsLink a {
	color : #dd2928;
}

li.newslink p {
	margin-top : 0.3em;
	margin-right : 0;
	margin-bottom : 0.3em;
	margin-left : 0;
}

/**************************************
 FAQ
 ************************************** */

#faqcontainer {
	margin-top : 0;
	margin-right : 20px;
	margin-bottom : 0;
	margin-left : 15px;
}

#faqcontainer p {
	margin-left : 0px;
	margin-top : 30px;
}

.backtotop {
	font-size : .8em;
}

/**************************************
 QUICK LINKS
 ************************************** */

.quicklinkscontainer {
	margin-top : 10px;
	margin-left : 0px;
	width : 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

ul.ql, .ql-menu {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.quicklinks {
	width : 100%;
	height : 33.5px;
	color: white;
	background-color: #ff7200;
}

.quicklinks.schools ul {
	z-index : 600;
}

.quicklinks.chooseus ul {
	z-index : 700;
}

.quicklinks.community ul {
	z-index : 800;
}

.quicklinks.employees ul {
	z-index : 850;
}

.quicklinks.students ul {
	z-index : 875;
}

.quicklinks.parents ul {
	z-index : 900;
}

li.ql {
	list-style-type : none;
	font-family : 'Merriweather Sans', sans-serif;
	text-align : center;
	font-size : 1.25em;
	padding-top: 3px;
}

li.ql:hover, li.ql:focus {
	color : #cccccc;
}

li.ql a, .quicklinksconatainer-mobile {
	color: #000;
	text-decoration: none;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	width: 100%;
	padding: 7px 0 7px 0;
}

li.ql a:hover, li.ql a span:hover, li.ql a:focus, li.ql a span:focus, .quicklinks-mobile a:hover {
	color : #000;
}

li.ql ul {
	position : absolute;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
}

li.ql ul li a, .quicklinkscontainer-mobile ul li a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	color : #000;
	background-color : #a1a1a1;
	text-decoration : none;
	text-transform : none;
}

li.ql ul li a:hover, li.ql ul li a:focus {
	color : #ffffff;
	background-color: #656464;
}

ul.ql li.ql ul {
	margin-left : 70px;
}

ul.ql li ul {
	display : none;
}

ul.ql li:hover ul, ul,ql li:focus ul {
	display : block;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.quicklinkscontainer span.sub-arrow {
	display: none;
}

li.ql a:hover, li.ql a:focus, .quicklinks-mobile a:hover, .quicklinks-mobile a:focus {
	text-decoration: underline;
}

.quicklinkscontainer-mobile {
	background-color: #ff7200;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	width: 100%;
	max-width: 250px;
	padding: 7px 0 7px 0;
	margin: auto;
}

.quicklinkscontainer-mobile a {
	text-decoration: none;
}

.quicklinkscontainer-mobile ul {
	margin-left: 10%;
	text-align: left;
	line-height: 1.2;
}

.quicklinkscontainer-mobile ul li a {
	background-color: transparent;
	padding: 0;
}

.quicklinkscontainer-mobile ul li a:hover, .quicklinkscontainer-mobile ul li a:focus {
	text-decoration: underline;
}

.twitter, .facebook, .email {
	display : none;
	float : right;
	margin-right : 8px;
}

.logo img {
	margin-left : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
}

.logo {
	margin-left : auto;
	margin-right : auto;
	position : relative;
	display : table;
	top : 20px;
}

.schoolname img {
	width : 100%;
}

.banner-subpages, .sidebar-content img {
	display : none;
}

p, .newsBody {
	margin-top : 15px;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
}

.slideshow img {
	width : 95%;
	max-width: 521px;
	border: 8px #e65700 solid;
	box-shadow: 0px 2px 5px #888888;
}

.slideshow-container section {
	border: 8px #e65700 solid;
	box-shadow: 0px 2px 5px #888888;
}

.school-name-home, .school-name-home-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 349px;
	margin-bottom: 10px;
}

.slideshow-tagline {
	text-align: center;
	/*background: rgba(0, 0, 0, .5);
	*/

color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.2;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.main-content, .sidebar-content {
	float : none;
	width : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

footer p {
	font-size : 1em;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
	width: 3%;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	position: absolute;
}

.search {
	width: 16rem;
	position: absolute;
	right: 0;
	top: .625rem;
}

label.search-label {
	color: transparent;
	position: absolute;
}

input#sitesearch {
	height: 1.454rem;
	border: 1px solid #A9A9A9;
	padding-left: .625rem;
	margin: 0;
	width: 8.56rem;
}

input#btnSubmit {
	margin: 0 0 0 -.5rem;
	;
	border: 0;
	padding: .245rem;
	background: #ff7200;
	color: #000;
	width: 5rem;
}

input#btnSubmit:hover, input#btnSubmit:focus {
	text-decoration: underline;
}

.search .form-field {
	height: 2rem;
}

.search-result-container {
	margin: 1rem 2rem;
}

.search_item {
	margin-bottom: 1rem;
}

#quote, #sidebargraphic, .main-content img {
	display : none;
}

.bodybutton {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.button {
	display: block !important;
}

p.button {
	float: none;
	margin: 20px;
	text-align: center;
	font-family: 'Montserrat Alternates', sans-serif;
}

p.button a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FF7200;
	padding: 10px;
	transition: all 0.3s ease;
}

p.button a:hover, p.button a:focus {
	color: #fff;
	background-color: #000;
	transform: scale(.95);
}

.mainTrumba {
	margin-top : 0;
	margin-right : 10px;
	margin-bottom : 0;
	margin-left : 10px;
}

.map {
	display : none;
}

.logo img {
	margin-right : auto;
	margin-left : auto;
	position : relative;
	display : block;
}

header {
	margin-top : 5px;
}

footer p {
	font-size : 1.2em;
}

.footer-logo img {
	display : block;
}

.footer-address, .footer-phone {
	font-size : 1.2em;
	line-height : 1.5em;
}

img.gray-header-bar {
	display: none;
}

header img {
	display: none;
}

.schoolname-subpages {
	width: 96%;
	max-width: 779px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.schools .ourschools-name {
	font-size : 1em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 600;
}

img.publicschoolsgraphic {
	display: block;
	max-width: 150px;
	margin: 15px auto;
}

img.eSchoolgraphic {
	display: block;
	max-width: 200px;
	margin: 15px auto;
}

img.sidebarbutton.button {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#aFlag_Widget {
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	width: 100%;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#6d6d6d;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
}

/**************************************
 FORMS
 ************************************** */

.frm-field label {
	position: relative;
	overflow: visible;
	height: auto
}

table {
	width : 90%;
}

td.label {
	width : 20%;
}

input[type="text"], textarea {
	width: 95%;
}

input {
	margin-bottom : 5px;
}

.frm-field {
	margin: 5px 10px 5px 0;
}

.frm-field label {
	display: inline-block;
	width: 100%;
}

.frm-field fieldset {
	margin-left: 0px;
	border: 0 none;
}

.frm-field fieldset legend {
	left: 0;
}

.frm-field fieldset label {
	padding-right: 10px;
	margin-left: 42px;
}

.collapsible-title {
	font-size : 1.1em;
	line-height : 1.2em;
	height : 35px;
	font-family: 'Arial', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left: 0;
}

a.collapsed-content {
	text-decoration: none;
}

.collapsible-title:hover, .collapsible-title:focus {
	text-decoration: underline;
}

.collapsible-title:after {
	content: '\f0ab';
	font-family: "FontAwesome";
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: 2px;
}

.collapsible-title:hover:after, a.collapsed-content:focus > .collapsible-title:after {
	content: '\f0ab';
}

.signature {
	display: none;
}

/**** 30em and wider ***** */

@media screen and (min-width: 30em) {
	.quicklinks {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.adminstaff .adminstaff {
	float : left;
	width : 50%;
	margin-bottom: 15px;
}

.adminstaff .HRstaff {
	float : left;
	width : 50%;
	margin-bottom: 15px;
	height: 150px;
}

.speced {
	height: 190px;
}

.operations {
	height: 115px;
}

.signature {
	display: block;
}

}

/**** 39em and wider ***** */

@media screen and (min-width: 39em) {
	.logo-footer, .footer-address {
	float: left;
}

.footer-phone {
	float: right;
}

.footer-address, .footer-phone {
	margin-top: 20px;
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.schools {
	width: 50%;
	float: left;
}


}

/**** 45em and wider ***** */

@media screen and (min-width: 45em) {
	body {
	background-color: #ffffff;
	top: -5px !important;
}

#window {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/background_page91.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	position: relative;
	background-position: top center;
}

main {
	padding-top: 1rem;
	margin-top: -5px;
	border-left: 5px solid #ff831e;
	border-right: 5px solid #ff831e;
	display: block;
}

#container {
	max-width : 61.25em;
	margin-left : auto;
	margin-right : auto;
	position: relative;
}

header {
	margin-top: 5px;
	margin-bottom: -13px;
	z-index: 0;
	position: relative;
}

header img {
	display: block;
	width: 100%;
	padding-top: 10px;
}

.logo {
	top : 0px;
}

/****** Desktop Nav ******* */

nav.nav {
	height: 100%;
}

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	overflow : visible;
	height: 3.625rem;
	background-color: transparent;
}

#navigation {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_HeaderGrayBar.png);
	background-size: cover;
	height: 3.625rem;
	z-index: 1;
	position: relative;
	width: 100.5%;
	margin-left: -.25%;
}

nav[role=navigation] ul {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin: 0;
	border: 0;
	text-align : center;
	width: 100%;
	height: 100%;
}

nav[role=navigation] li {
	margin: auto;
	padding: 0;
}

nav[role=navigation] li a {
	text-align : center;
	font-size : 2.1vw;
	border-bottom: 0;
	color : #000000;
	padding: 0;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	text-decoration : underline;
}

li.nav-Home {
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
}

li.nav-Contact_Us {
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
}

nav[role=navigation] ul ul {
	position : absolute;
	display: none;
	top : 43px;
	width : 180px;
	background-color: #808080;
	padding-left : 0;
	margin-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	margin-top : 15px;
	height: auto;
}

nav[role=navigation] ul ul ul {
	margin-left: 153px;
	top: -15px;
}

nav[role=navigation] ul ul li {
	float : none;
	border-top-width : 0;
	border-top-style : solid;
	border-top-color : #000;
	border-right-width : 0;
	border-right-style : solid;
	border-right-color : #000;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #000000;
	border-left-width : 0;
	border-left-style : solid;
	border-left-color : #000;
	position : relative;
	display : block;
}

nav[role=navigation] ul ul li a {
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 3px;
	padding-left : 10px;
	margin-left : 0;
	color : #000000;
	text-align : left;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 700;
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	color : #000000;
	background-color :#ff7200;
}

.banner-subpages {
	background-color : #FFF;
	text-align : center;
	padding-top : 20px;
	margin-bottom : 0px;
}

.logo img {
	margin-top : 0px;
}

.search-container-background {
	background-color : #cccccc;
	height : 46px;
}

.search-container {
	max-width : 980px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 10px;
	float : none;
}

.email, .facebook, .twitter {
	margin-right : 10px;
}

img.gray-header-bar {
	display: block;
	width: 100.5%;
	margin-left: -.25%;
	margin-top: 20px;
	margin-bottom: -3px;
	z-index: 1;
	position: relative;
}

.adminstaff .adminstaff {
	float : left;
	width : 33%;
	height: 150px;
}

.adminstaff .HRstaff {
	float : left;
	width : 50%;
	height: 150px;
}

.button {
	float: left;
	margin-left: 10px;
}

img.sidebarbutton.button {
	padding-left: 10px;
}


}

/**** 53em and wider ***** */

@media screen and (min-width: 53em) {
	.content-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.main-content {
	width: 71%;
	margin-left: 29%;
}

.main-content img {
	display : block;
	width: 100%;
}

.weblinks-smallview {
	display: none;
}

.sidebar-content {
	width: 26%;
	margin-left: -98.75%;
	position: relative;
	min-height: 400px;
	padding-bottom: 50px;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	background-color: #ff7200;
	box-shadow: inset 0px 10px 65px #b85200;
	height: 100%;
	width: 100%;
	z-index: -1;
	bottom: 50px;
}

.sidebar-content:after {
	content: '';
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_sidebarFooter.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 89px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.sidebar-content img {
	width: 90%;
	display: block;
	margin-left: 5%;
}

img.sidebarfooter {
	width: 100%;
	margin:0;
	bottom: 0;
	position: absolute;
}

#shortsidebar {
	position: relative;
}

.emptyh3, .sidebar-top {
	display: block;
	background-color: #a1a1a1;
	height: 65px;
	margin-bottom: 15px;
}

.home-publicschoolsgraphic.publicschoolsgraphic {
	display: block;
	margin-top: 80px;
	margin-left: 18%;
	max-width: 150px;
}

h1 {
	background-color: transparent;
	color: #000000;
	padding: 0;
	margin-left: 5px;
}

h2, .newstitle, .nt-title {
	background-color: transparent;
	color: #000000;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 1px #ff7200 solid;
	margin-right: 20px;
}

h2.home span {
	color: #000;
}

.nt-title {
	border-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	margin-bottom:-7px;
}

h3, h4 {
	color: #000000;
	text-align: center;
	padding-left: 0px;
}

h3 {
	padding-top: 18px;
}

h4 {
	background-color: transparent;
	margin-bottom: 0;
	min-height: auto;
	padding: 0 5px 0 5px;
}

.home-content-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.sidebar-content-left {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/bg_QL1.png);
	background-repeat: no-repeat;
	width: 28%;
	margin-top: -50px;
	background-position-y: 49px;
}

.sidebar-content-right {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/bg_latestnews1.png);
	background-repeat: no-repeat;
	width: 28%;
	margin-top: -50px;
}

.main-content-home {
	width: 44%;
}

.nt-title {
	background-color: transparent;
}

.quicklinkscontainer-mobile {
	display: none;
}

.quicklinkscontainer {
	margin-top: 60px;
	display: table;
}

.quicklinks {
	background-color: #ff7200;
	width: 90%;
	margin-left: 4%;
	float: none;
	padding-bottom: 0;
}

.quicklinks:hover, .quicklinks:focus {
	background-color: #e95a00;
}

li.ql {
	padding-top: 0;
}

h1.home-title {
	margin-bottom: -5px;
}

h2.home {
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-top: 25px;
	border-bottom: 1px solid #000;
	margin-right: 10px;
}

nav[role=navigation] li a {
	font-size: 20px;
}

footer {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/background_footer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
}

.logo-footer {
	margin-top: 3px;
}

.footer-address, .footer-phone {
	margin-top: 8px;
}

.map {
	display : block;
	margin-top: 15px;
	width: 90%;
}

.map-link {
	display: none;
}

img.publicschoolsgraphic, img.eSchoolgraphic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

img.publicschoolsgraphic {
	margin-top: 7em;
}

img.sidebarbutton.button {
	padding: 0;
	margin-bottom: 10px;
	float: none;
}

.slideshow-container {
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.slider a {
	text-decoration: none;
}

.school-name {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-top: 1rem;
}

.school-name-home-center {
	max-width: 350px;
}

.schoolname {
	margin-top : -40px;
}

.slideshow-container section {
	display: block;
	margin: 0 .625rem;
}

/**** 61.25em and wider ***** */

@media screen and (min-width: 61.25em) {
	main.home {
	padding-top: 10px;
}

nav[role=navigation] li a {
	font-size: 1.125em;
}

nav[role=navigation] li ul {
	margin-left: 30px;
}

nav[role=navigation] ul ul {
	margin-left: 0px;
}

.footer-address, .footer-phone {
	margin-top: 15px;
	text-align: left;
}

.logo-footer {
	margin-top: 13px;
	margin-left: 70px;
	margin-right: 70px;
}

.school-name-home {
	max-width: 328px;
	align-self:  center;
}

.school-name-home-center {
	max-width: 375px;
	margin-top: 30px;
	margin-bottom: 20px;
}

img.gray-header-bar {
	margin-top: 10px;
}

.sidebar-content-left {
	width: 27%;
	margin-left: 1%;
}


}

/**** 62em and wider ***** */

@media screen and (min-width: 62em) {
	nav#menu:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_nav_left.png);
	height: 30px;
	width: 20px;
	position: absolute;
	margin-left: -20px;
	margin-top: 25px;
}

nav#menu:after {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_nav_right.png);
	height: 30px;
	width: 20px;
	position: absolute;
	margin-right: -18px;
	margin-top: -30px;
	right: 0;
}

.school-name-home-center {
	max-width: 400px;
}


}

/**************************************
 NEWS
 ************************************** */

body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6em;
	font-size : 16px;
	background-color : #cccccc;
}

#window {
	width : 100%;
	height : 100%;
}

main {
	clear : both;
	width: 99%;
	background-color : #FFFfff;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 50px;
	padding-bottom : 20px;
	position : relative;
	display : inline-block;
	z-index: 0;
}

/*************************
 Htags for Titles
 ************************ */

h1 {
	font-size : 1.875em;
	font-family: 'Montserrat Alternates', sans-serif;
	color : #ffffff;
	background-repeat : no-repeat;
	display : block;
	font-weight : 400;
	padding-right : 10px;
	padding-left : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	line-height : 1.2em;
	background-color: #ff7200;
}

h2, .newstitle, .nt-title {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight : 400;
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	color: #ffffff;
	background-color: #ff7200;
}

h3, h4 {
	font-size : 1.3em;
	line-height : 1.2em;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight : 400;
	padding-top : 10px;
	padding-right : 0px;
	padding-bottom : 10px;
	padding-left : 10px;
	color: #ffffff;
	background-color: #a1a1a1;
	min-height: 37px;
	margin-top: 0px;
}

.emptyh3, .sidebar-top {
	display: none;
}

h5 {
	font-size : 1.2em;
	line-height : 1.2em;
	height : 57px;
	font-family : 'Merriweather Sans', sans-serif;
	font-weight : 400;
	padding-right : 10px;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}

h6 {
	font-size : 1.2em;
	display : block;
	font-family : 'Rock Salt', cursive;
	margin-top : 10px;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 10px;
}

/*** MAIN STYLING ** */header {
	margin-top : 40px;
}

p {
	margin-top : 1.0em;
	margin-right : 0;
	margin-bottom : 1.0em;
	margin-left : 0;
}

a {
	color : #000000;
}

a:hover, a:focus {
	color : #000000;
	text-decoration : none;
}

a:visited {
	color : #000000;
}

ul {
	margin-top : 5px;
	margin-right : 15px;
	margin-bottom : 5px;
	margin-left : 0;
}

.sidebar-content ul {
	font-size: 14px;
	line-height: 21px;
}

.sidebar-content ul {
	margin-bottom : 20px;
}

#quote {
	padding-top : 30px;
	padding-right : 30px;
	padding-bottom : 30px;
	padding-left : 30px;
}

button.showProfile {
	background-color : transparent;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	border-top-width : medium;
	border-top-style : none;
	border-top-color : -moz-initial;
	border-right-width : medium;
	border-right-style : none;
	border-right-color : -moz-initial;
	border-bottom-width : medium;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	border-left-width : medium;
	border-left-style : none;
	border-left-color : -moz-initial;
	text-decoration : underline;
	margin-left : -6px;
	color : #29235F;
}

.profileBio a {
	color : #dd2928 ;
}

.profileBio a:focus {
	outline-width : 0;
	outline-style : none;
	outline-color : -moz-initial;
}

form {
	margin-left : 15px;
	margin-bottom : 20px;
}

td.label {
	width : 45%;
}

input {
	margin-bottom : 5px;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	/* Firefox 18- */

color: white;
}

::-moz-placeholder {
	/* Firefox 19+ */

color: white;
}

:-ms-input-placeholder {
	color: white;
}

#weblinkscloud {
	margin-left : 25px;
}

.weblinks-smallview {
	display : block;
}

/**************************************
 NAVIGATION
 ************************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #navigation {
	display: none;
}

#main-menu-state:checked ~ #navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav#menu {
	overflow : auto;
	background-color : #ffffff;
	position: relative;
}

nav ul li {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

nav ul li ul {
	display : block;
	text-indent : 0px;
}

nav li {
	display : block;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #808080;
}

nav[role=navigation] li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	color : #000000;
	text-decoration : none;
	font-family : 'Cantata One', serif;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #000000;
	text-decoration : underline;
}

/*** LIST ITEMS ** */li.visit {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.visit a {
	background-position : 0px 0;
	background-repeat : no-repeat;
	display : block;
	width : 190px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 65px;
}

li.visit a:hover, li.visit a:focus {
	background-position : -190px 0;
}

li.gallery {
	width : 100%;
	height : 86px;
	float : left;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

li.gallery a {
	background-image : url();
	background-position : -15px -86px;
	background-repeat : no-repeat;
	display : block;
	width : 187px;
	font-family : 'Crimson Text', Times, serif;
	font-size : 1.4em;
	color : #FFF;
	text-decoration : none;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 25px;
	padding-left : 0px;
	text-indent : 18px;
}

li.gallery a:hover, li.gallery a:focus {
	background-position : -205px -86px;
}

/**************************************
 FOOTER AREA
 ************************************** */

footer {
	clear : both;
	width : 100%;
	position : relative;
	text-align: center;
	background-color: #beb8a8;
	background-repeat: no-repeat;
}

.logo-footer {
	width: 50%;
	max-width: 177px;
	margin-right: 7px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

footer p {
	color : #ffffff;
	margin-top : 0;
	margin-bottom : 0;
	font-family : 'Open Sans', sans-serif;
	font-size : .9em;
}

.footer-phone a {
	color : #ffffff;
	text-decoration : none;
}

.footer-logo {
	display : none;
}

.footer-address, .footer-phone {
	color : #000000;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size : .9em;
	line-height : 1.5em;
}

i.fa.fa-map-marker, i.fa.fa-phone {
	color : #ffffff;
	font-size : 1.2em;
	line-height : 1.2em;
	float : left;
	margin-right : 5px;
	padding-top : 5px;
}

.footer-schoolname {
	color : #ffffff;
	font-family : 'Merriweather Sans', sans-serif;
	font-size : 1.8em;
	text-transform : uppercase;
	line-height : 1.5em;
}

.footer-container {
	padding-top : 10px;
	padding-bottom: 10px;
}

.footer-logo img {
	display : none;
}

#copyright {
	clear : both;
	font-size : 14px;
	line-height : 19px;
	font-family: 'Montserrat Alternates', sans-serif;
	color : #000000;
	display : block;
	padding-top : 25px;
	padding-right : 0;
	padding-bottom : 20px;
	padding-left : 0;
	text-align : Center;
}

#copyright a {
	color : #000000;
}

/**************************************
 HOME NEWS TICKER
 ************************************** */

#nt {
	width : 90%;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : 10px;
	padding-top : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding-left : 0px;
	margin-top : 0px;
}

#nt-container {
	/* text-align : left;
	*/

/* margin-top : 0px;
	*/
}

#nt-container i {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	cursor : pointer;
	-webkit-transition : all 0.1s ease-in-out;
	-moz-transition : all 0.1s ease-in-out;
	-ms-transition : all 0.1s ease-in-out;
	-o-transition : all 0.1s ease-in-out;
	transition : all 0.1s ease-in-out;
}

#nt-container i:hover, #nt-container i:focus {
	color : #333;
}

#nt li {
	overflow : hidden;
	font-weight : normal;
	height : auto;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	text-align : left;
	padding-top : 3px;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
}

li.newsLink a {
	color : #dd2928;
}

li.newslink p {
	margin-top : 0.3em;
	margin-right : 0;
	margin-bottom : 0.3em;
	margin-left : 0;
}

/**************************************
 FAQ
 ************************************** */

#faqcontainer {
	margin-top : 0;
	margin-right : 20px;
	margin-bottom : 0;
	margin-left : 15px;
}

#faqcontainer p {
	margin-left : 0px;
	margin-top : 30px;
}

.backtotop {
	font-size : .8em;
}

/**************************************
 QUICK LINKS
 ************************************** */

.quicklinkscontainer {
	margin-top : 10px;
	margin-left : 0px;
	width : 100%;
	display: table;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

ul.ql, .ql-menu {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.quicklinks {
	width : 100%;
	height : 33.5px;
	color: white;
	background-color: #ff7200;
}

.quicklinks.schools ul {
	z-index : 600;
}

.quicklinks.chooseus ul {
	z-index : 700;
}

.quicklinks.community ul {
	z-index : 800;
}

.quicklinks.employees ul {
	z-index : 850;
}

.quicklinks.students ul {
	z-index : 875;
}

.quicklinks.parents ul {
	z-index : 900;
}

li.ql {
	list-style-type : none;
	font-family : 'Merriweather Sans', sans-serif;
	text-align : center;
	font-size : 1.25em;
	padding-top: 3px;
}

li.ql:hover, li.ql:focus {
	color : #cccccc;
}

li.ql a, .quicklinksconatainer-mobile {
	color: #000;
	text-decoration: none;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	width: 100%;
	padding: 7px 0 7px 0;
}

li.ql a:hover, li.ql a span:hover, li.ql a:focus, li.ql a span:focus, .quicklinks-mobile a:hover {
	color : #000;
}

li.ql ul {
	position : absolute;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
}

li.ql ul li a, .quicklinkscontainer-mobile ul li a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	color : #000;
	background-color : #a1a1a1;
	text-decoration : none;
	text-transform : none;
}

li.ql ul li a:hover, li.ql ul li a:focus {
	color : #ffffff;
	background-color: #656464;
}

ul.ql li.ql ul {
	margin-left : 70px;
}

ul.ql li ul {
	display : none;
}

ul.ql li:hover ul, ul,ql li:focus ul {
	display : block;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.quicklinkscontainer span.sub-arrow {
	display: none;
}

li.ql a:hover, li.ql a:focus, .quicklinks-mobile a:hover, .quicklinks-mobile a:focus {
	text-decoration: underline;
}

.quicklinkscontainer-mobile {
	background-color: #ff7200;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	width: 100%;
	max-width: 250px;
	padding: 7px 0 7px 0;
	margin: auto;
}

.quicklinkscontainer-mobile a {
	text-decoration: none;
}

.quicklinkscontainer-mobile ul {
	margin-left: 10%;
	text-align: left;
	line-height: 1.2;
}

.quicklinkscontainer-mobile ul li a {
	background-color: transparent;
	padding: 0;
}

.quicklinkscontainer-mobile ul li a:hover, .quicklinkscontainer-mobile ul li a:focus {
	text-decoration: underline;
}

.twitter, .facebook, .email {
	display : none;
	float : right;
	margin-right : 8px;
}

.logo img {
	margin-left : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
}

.logo {
	margin-left : auto;
	margin-right : auto;
	position : relative;
	display : table;
	top : 20px;
}

.schoolname img {
	width : 100%;
}

.banner-subpages, .sidebar-content img {
	display : none;
}

p, .newsBody {
	margin-top : 15px;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
}

.slideshow img {
	width : 95%;
	max-width: 521px;
}

.main-content, .sidebar-content {
	float : none;
	width : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

footer p {
	font-size : 1em;
}

#quote, #sidebargraphic, .main-content img {
	display : none;
}

.bodybutton {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.button {
	display: block !important;
}

p.button {
	float: none;
	margin: 20px;
	text-align: center;
	font-family: 'Montserrat Alternates', sans-serif;
}

p.button a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FF7200;
	padding: 10px;
	transition: all 0.3s ease;
}

p.button a:hover, p.button a:focus {
	color: #fff;
	background-color: #000;
	transform: scale(.95);
}

.mainTrumba {
	margin-top : 0;
	margin-right : 10px;
	margin-bottom : 0;
	margin-left : 10px;
}

.map {
	display : none;
}

.logo img {
	margin-right : auto;
	margin-left : auto;
	position : relative;
	display : block;
}

header {
	margin-top : 5px;
}

footer p {
	font-size : 1.2em;
}

.footer-logo img {
	display : block;
}

.footer-address, .footer-phone {
	font-size : 1.2em;
	line-height : 1.5em;
}

img.gray-header-bar {
	display: none;
}

header img {
	display: none;
}

.schoolname-subpages {
	width: 96%;
	max-width: 779px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-bottom: 1.25rem;
}

img.publicschoolsgraphic {
	display: block;
	max-width: 150px;
	margin: 15px auto;
}

img.eSchoolgraphic {
	display: block;
	max-width: 200px;
	margin: 15px auto;
}

img.sidebarbutton.button {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#aFlag_Widget {
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	width: 100%;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#6d6d6d;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
}

img.rightsidebarimage {
	display: block;
	max-width: 150px;
	margin: 15px auto;
}

/**** 30em and wider ***** */

@media screen and (min-width: 30em) {
	.quicklinks {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.adminstaff .adminstaff {
	float : left;
	width : 50%;
	margin-bottom: 15px;
}

.adminstaff .HRstaff {
	float : left;
	width : 50%;
	margin-bottom: 15px;
	height: 150px;
}

.speced {
	height: 190px;
}

.operations {
	height: 115px;
}


}

/**** 39em and wider ***** */

@media screen and (min-width: 39em) {
	.logo-footer, .footer-address {
	float: left;
}

.footer-phone {
	float: right;
}

.footer-address, .footer-phone {
	margin-top: 20px;
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.schools {
	width: 50%;
	float: left;
}


}

/**** 45em and wider ***** */

@media screen and (min-width: 45em) {
	body {
	background-color: #ffffff;
	top: -5px !important;
}

#window {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/background_page91.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	position: relative;
	background-position: top center;
}

main {
	padding-top: 1.25rem;
	margin-top: -5px;
	border-left: 5px solid #ff831e;
	border-right: 5px solid #ff831e;
}

#container {
	max-width : 61.25em;
	margin-left : auto;
	margin-right : auto;
	position: relative;
}

header {
	margin-top: 5px;
	margin-bottom: -13px;
	z-index: 0;
	position: relative;
}

header img {
	display: block;
	width: 100%;
	padding-top: 10px;
}

.logo {
	top : 0px;
}

.slideshow {
	width: 49%;
	float: right;
	margin-right: 10px;
}

.school-name-home-center {
	max-width: 350px;
}

.schoolname {
	margin-top : -40px;
}


}

/****** Desktop Nav ******* */

nav.nav {
	height: 100%;
}

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	overflow : visible;
	background-color: transparent;
}

#navigation {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_HeaderGrayBar.png);
	background-size: cover;
	height: 3.625rem;
	z-index: 1;
	position: relative;
	width: 100.5%;
	margin-left: -.25%;
}

nav[role=navigation] ul {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin: 0;
	border: 0;
	text-align : center;
	width: 100%;
	height: 100%;
}

nav[role=navigation] li {
	margin: auto;
	padding: 0;
}

nav[role=navigation] li a {
	text-align : center;
	font-size : 2.1vw;
	border-bottom: 0;
	color : #000000;
	padding: 0;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	text-decoration : underline;
}

li.nav-Home {
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
}

li.nav-Contact_Us {
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
}

nav[role=navigation] ul ul {
	position : absolute;
	display: none;
	top : 43px;
	width : 180px;
	background-color: #808080;
	padding-left : 0;
	margin-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	margin-top : 15px;
	height: auto;
}

nav[role=navigation] ul ul ul {
	margin-left: 153px;
	top: -15px;
}

nav[role=navigation] ul ul li {
	float : none;
	border-top-width : 0;
	border-top-style : solid;
	border-top-color : #000;
	border-right-width : 0;
	border-right-style : solid;
	border-right-color : #000;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #000000;
	border-left-width : 0;
	border-left-style : solid;
	border-left-color : #000;
	position : relative;
	display : block;
}

nav[role=navigation] ul ul li a {
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 3px;
	padding-left : 10px;
	margin-left : 0;
	color : #000000;
	text-align : left;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 700;
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	color : #000000;
	background-color :#ff7200;
}

.banner-subpages {
	background-color : #FFF;
	text-align : center;
	padding-top : 20px;
	margin-bottom : 0px;
}

.logo img {
	margin-top : 0px;
}

.search-container-background {
	background-color : #cccccc;
	height : 46px;
}

.search-container {
	max-width : 980px;
	margin-left : auto;
	margin-right : auto;
	padding-top : 10px;
	float : none;
}

.email, .facebook, .twitter {
	margin-right : 10px;
}

img.gray-header-bar {
	display: block;
	width: 100.5%;
	margin-left: -.25%;
	margin-top: 20px;
	margin-bottom: -3px;
	z-index: 1;
	position: relative;
}

.adminstaff .adminstaff {
	float : left;
	width : 33%;
	height: 150px;
}

.adminstaff .HRstaff {
	float : left;
	width : 50%;
	height: 150px;
}

.adminstaff.speced {
	width: 50%;
}

.button {
	float: left;
	margin-left: 10px;
}

img.sidebarbutton.button {
	padding-left: 10px;
}


}

/**** 53em and wider ***** */

@media screen and (min-width: 53em) {
	.content-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.main-content {
	width: 71%;
	margin-left: 29%;
}

.main-content img {
	display : block;
	width: 100%;
}

.weblinks-smallview {
	display: none;
}

.sidebar-content {
	width: 26%;
	margin-left: -98.75%;
	position: relative;
	min-height: 400px;
	padding-bottom: 50px;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	background-color: #ff7200;
	box-shadow: inset 0px 10px 65px #b85200;
	height: 100%;
	width: 100%;
	z-index: -1;
	bottom: 50px;
}

.sidebar-content:after {
	content: '';
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_sidebarFooter.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 89px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.sidebar-content img {
	width: 90%;
	display: block;
	margin-left: 5%;
}

img.sidebarfooter {
	width: 100%;
	margin:0;
	bottom: 0;
	position: absolute;
}

#shortsidebar {
	position: relative;
}

.emptyh3, .sidebar-top {
	display: block;
	background-color: #a1a1a1;
	height: 65px;
	margin-bottom: 15px;
}

.home-publicschoolsgraphic.publicschoolsgraphic {
	display: block;
	margin-top: 80px;
	margin-left: 18%;
	max-width: 150px;
}

h1 {
	background-color: transparent;
	color: #000000;
	padding: 0;
	margin-left: 5px;
}

h2, .newstitle, .nt-title {
	background-color: transparent;
	color: #000000;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 1px #ff7200 solid;
	margin-right: 20px;
}

h2.home span {
	color: #000;
}

h3, h4 {
	color: #000000;
	text-align: center;
	padding-left: 0px;
}

h3 {
	padding-top: 18px;
}

h4 {
	background-color: transparent;
	margin-bottom: 0;
	min-height: auto;
	padding: 0 5px 0 5px;
}

.home-content-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.sidebar-content-left {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/bg_QL1.png);
	background-repeat: no-repeat;
	width: 28%;
	margin-top: -50px;
	background-position-y: 49px;
}

.sidebar-content-right {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Graphics/bg_latestnews1.png);
	background-repeat: no-repeat;
	width: 28%;
	margin-top: 0;
}

.signature {
	font-size : 1.5em;
	font-weight: 600;
	display : block;
	font-family:'Give You Glory', cursive;
	margin: 15px 0 0 15px;
	color: #000;
}

.main-content-home {
	width: 44%;
}

#nt-container {
	text-align: left;
	height: 14.83rem;
}

.nt-title {
	background-color: transparent;
	margin-top: .75rem;
	border-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	margin-bottom:-7px;
}

.quicklinkscontainer-mobile {
	display: none;
}

.quicklinkscontainer {
	margin-top: 60px;
	display: table;
}

.quicklinks {
	background-color: #ff7200;
	width: 90%;
	margin-left: 4%;
	float: none;
	padding-bottom: 0;
}

.quicklinks:hover, .quicklinks:focus {
	background-color: #e95a00;
}

li.ql {
	padding-top: 0;
}

h1.home-title {
	margin-bottom: -5px;
}

h2.home {
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-top: 25px;
	border-bottom: 1px solid #000;
	margin-right: 10px;
}

nav[role=navigation] li a {
	font-size: 20px;
}

footer {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/background_footer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
}

.logo-footer {
	margin-top: 3px;
}

.footer-address, .footer-phone {
	margin-top: 8px;
}

.map {
	display : block;
	margin-top: 15px;
	width: 90%;
}

.map-link {
	display: none;
}

img.publicschoolsgraphic, img.eSchoolgraphic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

img.publicschoolsgraphic {
	margin-top: 9em;
}

img.sidebarbutton.button {
	padding: 0;
	margin-bottom: 10px;
	float: none;
}

img.rightsidebarimage {
	margin-top: 7em;
}


}

/**** 61.25em and wider ***** */

@media screen and (min-width: 61.25em) {
	main.home {
	padding-top: 10px;
}

nav[role=navigation] li a {
	font-size: 1.125em;
}

nav[role=navigation] li ul {
	margin-left: 30px;
}

nav[role=navigation] ul ul {
	margin-left: 0px;
}

.footer-address, .footer-phone {
	margin-top: 15px;
	text-align: left;
}

.logo-footer {
	margin-top: 13px;
	margin-left: 70px;
	margin-right: 70px;
}

.school-name-home-center {
	max-width: 375px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.slideshow {
	width: auto;
	max-width: 5088px;
	float: right;
	margin-right: auto;
}

img.gray-header-bar {
	margin-top: -.5rem;
}

.sidebar-content-left {
	width: 27%;
	margin-left: 1%;
}


}

/**** 62em and wider ***** */

@media screen and (min-width: 62em) {
	nav#menu:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_nav_left.png);
	height: 30px;
	width: 20px;
	position: absolute;
	margin-left: -20px;
	margin-top: 25px;
}

nav#menu:after {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_23643/site_23644/Layout/graphic_nav_right.png);
	height: 30px;
	width: 20px;
	position: absolute;
	margin-right: -18px;
	margin-top: -30px;
	right: 0;
}

.school-name-home-center {
	max-width: 400px;
}


}

p.quote {
	display: none;
}

/**** 53em and wider ***** */

@media screen and (min-width: 53em) {
	p.quote {
	display: block;
	font-family: 'Give You Glory', cursive;
	margin-left: 3rem;
	margin-right: 3rem;
	text-align: center;
	line-height: 1.2;
	font-size: .9rem;
	font-weight: 400;
	color: #fff;
}

p.quote span {
	text-transform: uppercase;
	font-family: 'Caveat Brush', cursive;
	letter-spacing: 1px;
	font-size: 1rem;
}


}

/**************** ARCHIVE VIDEOS ************* */

.archive-videos-container {
	position: relative;
	width: 100%;
}

.videoWrapper-mini iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper-mini {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.archive-video {
	width: 90%;
	margin-left: 1em;
	margin-bottom: 15px;
}

.videoName {
	font-family: 'Merriweather Sans', sans-serif;
	margin: 10px 0;
}

@media screen and (min-width: 64em) {
	.archive-videos-container {
	display: flex;
	flex-wrap: wrap;
}

.archive-video {
	width: 43%;
}


}

