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

main {
	margin: 0 auto;
	position : relative;
	padding-top : 5px;
}

#skip, .skip {
	position: relative;
	z-index: 1500;
}

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

#skip a:focus, .skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

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

h1 {
	color: #1b346b;
	font-size: 1.875rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	padding: 0px 15px 0px 15px;
	margin: 26px 0 0 0;
	text-transform: uppercase;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

h1:before {
	content: '';
	background-color: #1b346b;
	height: 21px;
	width: 18px;
	display: inline-block;
	margin: 8px 10px 0 0px;
}

h2, .newstitle {
	color: #1b346b;
	font-size: 1.5625rem;
	font-family: 'Orienta', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 20px 15px 20px 15px;
	padding: 0;
	border-bottom: 3px solid #d0d2d4;
}

.newstitle {
	margin: 40px 0 15px 15px;
}

.collapsible-title {
	color: #1b346b;
	font-size: 1.25rem;
	font-family: 'Orienta', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0px 40px 10px 15px;
	text-decoration : none;
}

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

.collapsible-title:before {
	font-family: FontAwesome;
	content: "\f067";
	margin-right: 5px;
}

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

h3, .sidebar-top {
	font-size : 1.875em;
	line-height : 1;
	font-family: 'Poppins', sans-serif;
	color : #1b346b;
	display : block;
	font-weight : 500;
	margin: 15px 0px;
	padding: 11px 15px 10px 15px;
	position : relative;
	text-transform : uppercase;
	border-top: 3px solid #1b346b;
	border-bottom: 3px solid #1b346b;
}

h4 {
	font-size : 1.5625em;
	line-height : 1.1em;
	font-family: 'Orienta', sans-serif;
	color: #fff;
	background-color : #1b346b;
	font-weight : 400;
	padding : 11px 15px;
	margin: 30px 0px 20px 0px;
}

h5 {
	color: #1b346b;
	font-size: 1.45rem;
	font-family: 'Orienta', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 20px 15px 20px 15px;
}

.signature {
	font-size : 1.5em;
	display : block;
	font-family: 'Marck Script', cursive;
	margin: 10px 0 0 15px;
	color : #000;
	font-weight : 400;
}

/*** MAIN STYLING ** */

a {
	color : #000;
}

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

ul, ol {
	margin: 5px 10px 15px 5px;
}

ul li ul {
	margin-left: 0;
	padding: 0;
	padding-left: 15px;
}

ul ul, ol ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
}

/**************************************
 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: #fff;
	-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) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-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;
	font-family: 'Orienta', sans-serif;
	font-weight : 400;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1020;
}

.navigation-logo {
	display : none;
}

nav ul li {
	margin: 0;
	padding: 0;
	list-style : none;
}

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

nav li {
	display : block;
}

nav#menu {
	background-color : #000b3e;
}

nav.nav ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #808080;
}

nav.nav li a {
	display : block;
	padding: 6px .8em;
	color : #fff;
	text-decoration : none;
	font-family: 'Orienta', sans-serif;
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration : underline;
}

/**************************************
HEADER AREA
 ************************************** */

.banner-subpage {
	display : none;
}

header {
	background-color: #233c73;
	background-image: -moz-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	padding-top : 52px;
}

.header-container {
	max-width : 75em;
	margin : 0 auto;
	position : relative;
	padding : 5px 0;
}

.header-logo {
	width : 100%;
	max-width : 147px;
	margin : 0px auto;
	padding : 10px 10px 0px 10px;
}

.header-schoolname {
	color : #fff;
	font-size : 2.375rem;
	text-transform : uppercase;
	letter-spacing : 2px;
	font-weight: 600;
	line-height : 2rem;
	display : none;
}

.socialicons {
	display : block;
	text-align : center;
	padding : 0px 15px;
}

.header-contactus {
	padding : 0 5px;
}

/**************************************
 Forms
 ************************************** */

form {
	margin: 20px 30px 40px 20px;
	width: 80%;
}

table {
	width: 90%;
}

td.label {
	width: 100%;
	margin-top: 10px;
}

td.label h2 {
	width: 100%;
	margin-left: 0;
}

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

input {
	margin-bottom: 5px;
	width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #1b346b;
	color: #ffffff;
	float: left;
}

td {
	display: block;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	margin-left: 18px;
}

textarea#textfieldbox {
	width: 100%;
	min-height: 90px;
}

input[type="submit"] {
	width: 90px;
}

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

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

color: white;
}

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

color: white;
}

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

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

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

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

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

.frm-field fieldset label {
	padding-right: 10px;
	width: auto;
}

.sr-only {
	position: relative !important;
	height: 15px;
	overflow: visible !important;
	width: 100% !important;
}

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

footer {
	position : relative;
	line-height : 1.5em;
	font-family: 'Poppins', sans-serif;
	color : #fff;
	background-color : #000b3e;
}

.footer-wrapper {
	max-width : 75rem;
	display : block;
	margin : 0 auto;
}

.footer-container {
	padding : 25px 5%;
}

.footer-schoolname {
	color : #fff;
	font-size : 2.125rem;
	text-transform : uppercase;
	letter-spacing : 2px;
	font-weight: 600;
	padding-bottom: 5px;
	line-height : 2rem;
}

.footer-address-container {
	font-family: 'Orienta', sans-serif;
	font-size : 1.3rem;
	color : #d0d0d0;
	line-height : 1.75rem;
}

.footer-phone a {
	color : #d0d0d0;
}

#copyright {
	font-size: .875rem;
	line-height : 19px;
	font-family: 'Arial', sans-serif;
	color : #000;
	display : block;
	padding: 10px;
	text-align : center;
	margin: auto;
}

#copyright a {
	color : #000;
}

.button a {
	display: block;
	color: #fff;
	background-color: #233c73;
	font-weight : 400;
	padding : 12px;
	text-align : center;
	max-width : 20.313rem;
	margin-bottom : 20px;
	margin-left: 3px;
	border : 2px solid #fff;
	outline : 4px solid #233c73;
	text-decoration : none;
	-moz-transition: -moz-transform ease 0.6s;
	-webkit-transition: -webkit-transform ease 0.6s;
	-o-transition: -o-transform ease 0.6s;
	-ms-transition: -ms-transform ease 0.6s;
	transition: transform ease 0.6s;
}

.button a:hover, .button a:focus {
	text-decoration : none;
	color: #fff;
	background-color: #233c73;
	background-image: -moz-linear-gradient( -9090deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 99%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 99%);
	background-image: -ms-linear-gradient( -9090deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 99%);
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.button a, .button a:hover, .button a:focus {
	font-size : 1.5em;
	line-height : 1.25em;
	font-family: 'Orienta', sans-serif;
	color: #fff;
	text-align : center;
}

.button-red a {
	background-color: #b22222;
	outline : 4px solid #b22222;
}

.button-red a:hover, .button-red a:focus {
	background-color: #b22222;
	background-image: -moz-linear-gradient( -9090deg, rgb(178, 34, 34) 0%, rgba(178,34,34,0.84) 16%, rgba(178,34,34,0) 99%);
	background-image: -webkit-linear-gradient( -90deg, rgb(178, 34, 34) 0%, rgba(178,34,34,0.84) 16%, rgba(178,34,34,0) 99%);
	background-image: -ms-linear-gradient( -9090deg, rgb(178, 34, 34) 0%, rgba(178,34,34,0.84) 16%, rgba(178,34,34,0) 99%);
}

p, .newsBody {
	margin: 10px 15px;
}

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

.mainTrumba {
	margin: 0 30px;
}

.map {
	display : none;
}

:target:before {
	content:"";
	display:block;
	height:150px;
	/* fixed header height */

margin:-150px 0 0;
	/* negative fixed header height */
}

/**** 41em and wider ***** */

@media screen and (min-width: 41em) {
	.header-container {
	height : 160px;
}

.header-logo {
	position: absolute;
	left: 33px;
}

.header-schoolname {
	display: block;
	font-size: 3.8vw;
	position: absolute;
	left: 200px;
	top: 70px;
}

.socialicons {
	position: absolute;
	top: 8px;
	right: 15px;
	padding : 0;
}

h1:before {
	flex-grow: 1;
}

h1:after {
	content: '';
	background-color: #1b346b;
	height: 21px;
	display: inline-block;
	margin: 8px 0px 0 10px;
	flex-grow: 200;
}


}

/**** 48em and wider ***** */

@media screen and (min-width: 48em) {
	.header-schoolname {
	font-size: 4vw;
}

.banner-subpage {
	display : block;
}

.banner-subpage img {
	width : 100%;
	max-width : 75em;
	display : block;
	margin : 0 auto;
}

main {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
}

.main-content {
	width : 66.15%;
	margin-left: 1.6%;
	display : block;
	position : relative;
	order: 2;
	padding-bottom : 10px;
}

.sidebar-content {
	position : relative;
	display : block;
	width : 32.25%;
	order: 1;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #d9d9d9;
}

.main-content p {
	margin : 10px 10px 10px 0px;
}

.main-content img {
	display: block;
	width : 98%;
	margin : 10px auto;
	max-width : 707px;
}

.newsbody img {
	margin: 10px 0;
}

.sidebar-content p {
	margin : 10px 25px;
}

.sidebar-content h4 {
	text-align: center;
}

h1 {
	padding : 0px;
}

h2, .newstitle, .collapsible-title {
	margin-right : 0px;
	margin-left : 0px;
}

h3 {
	text-align : center;
}

h4 {
	padding-left : 25px;
}

h5 {
	margin-right : 0px;
	margin-left : 0px;
}

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

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

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

.sub-arrow {
	display: none;
}

main {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
}

nav#menu {
	overflow : visible;
}

nav.nav {
	padding-bottom : 5px;
	margin-left: auto;
	margin-right: auto;
	display : block;
	background-color: transparent;
	max-width: 75rem;
}

nav.nav ul {
	text-align : right;
	margin: 0;
	border: 0;
	padding: 9px 0 4px 0;
}

nav.nav li {
	display : inline-block;
	margin: auto;
	padding: 0;
}

nav.nav li a {
	padding: 3px .2rem 5px .2rem;
	font-size : 1.6vw;
	margin : 0px .2rem;
}

nav.nav ul ul:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	margin-top: -10px;
	opacity: .8;
	background-image: -moz-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,11,62) 0%, rgba(0,11,62,0.84) 16%, rgba(178,223,255,0) 100%);
	border: 2px solid #fff;
	left : 0;
}

nav.nav ul ul {
	position : absolute;
	top: 2.5rem;
	width: 18.75rem;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_308692/site_308693/Graphics/SubNav-Background.png);
	text-indent : 0;
	float : none;
	z-index : 1000;
	margin-left: 0;
	padding: 10px 0;
	border: 10px solid rgba(43,70,125,.1);
}

nav.nav ul ul li {
	position : relative;
	display : block;
	margin-right : 0px;
	margin-left : 0px;
}

nav.nav ul ul li a {
	padding: 5px 12px;
	font-size : 1.1em;
	color : #fff;
	text-align : left;
	border-width : 0px;
	text-shadow: 1px 1px 0 #243E79;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	text-decoration : underline;
	border-width : 0px;
}

.sidebar-content img {
	display: block;
	width : 87%;
	max-width : 336px;
	margin : 25px auto;
}

/******************WHITE BAR NAV HOVER **************************** */

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration: none;
}

nav.nav li a:before, nav.nav li a:after {
	position: absolute;
	opacity: .5;
	width: 2px;
	height: 100%;
	content: '';
	background: #fff;
	transition: all 0.3s;
}

nav.nav li a:before {
	left: 0px;
	top: 0px;
}

nav.nav li a:after {
	right: 0px;
	bottom: 0px;
}

nav.nav li a:hover:before, nav.nav li a:hover:after, nav.nav li a:focus:before, nav.nav li a:focus:after {
	opacity: 1;
	width: 100%;
	height : 2px;
}

nav[role=navigation] ul ul li a:before, nav[role=navigation] ul ul li a:after {
	height: 0px;
	width : 0px !important;
}

/***************************************************************************** */

.main-content ul {
	margin: 5px 15px 15px 0px;
	padding-left : 35px;
}

.sidebar-content ul {
	margin: 5px 15px 15px 15px;
}

.sidebar-content ul li ul {
	margin-left: 0;
	padding: 0;
	padding-left: 15px;
}

.sidebar-content ul ul, .main-content ol ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.signature {
	margin: 10px 0 0 30px;
}

.footer-schoolname {
	letter-spacing : 8px;
}


}

/**** 57em and wider ***** */

@media screen and (min-width: 57em) {
	.header-schoolname {
	font-size : 2.375rem;
}

.footer-address-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size : 1.375rem;
}

.footer-phone {
	padding-left : 5px;
}


}

/**** 65em and wider ***** */

@media screen and (min-width: 65em) {
	nav.nav li a {
	font-size : 1rem;
	padding: 3px .3rem 5px .4rem;
	margin : 0 .4rem;
}


}

/**** 75em and wider ***** */

@media screen and (min-width: 75em) {
	#main-menu-state:not(:checked) ~ #site-navigation {
	max-width: 75em;
	margin: 0 auto;
	position: relative;
}

.navigation-logo {
	display : block;
	position: absolute;
	top: 11px;
	left: 20px;
}

nav[role=navigation] ul ul {
	top : 2.3rem !important;
}

header {
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_308692/site_308693/Graphics/Header-Background.jpg);
	position: fixed;
	top: 2.8rem;
	left: 0;
	right: 0;
	height: 6.5rem;
	z-index: 1000;
	padding-top : 0px;
}

.header-container {
	height: 6.625rem;
	padding : 0px;
}

.header-logo {
	top : -40px;
	padding : 0px;
	display : none;
}

.header-schoolname {
	top: 1.875rem;
	letter-spacing: 3.75px;
	text-shadow: 1px 1px 0 #1E3770;
}

.socialicons {
	top: .75rem;
}

#container {
	margin-top: 153px;
}

.banner-subpage {
	margin-top: 158px;
}

.main-conten p {
	margin : 10px 10px;
}


}

.search {
	margin: 15px;
}

.search_item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.search_item_title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.search_item_body, .search_item_body p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
}

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

.form-field {
	display: flex;
}

input#sitesearch {
	margin: 0;
	padding-left: 10px;
	width: 80%;
}

input#btnSubmit {
	margin: 0 0 0 10px;
	border: 0;
	padding: 10px;
	background: transparent;
	border: 1px solid;
}

input#btnSubmit:hover {
	color: #000;
	background-color: #fff;
	outline: 1px solid;
}

/**** SOCIAL ICONS ** */

.socialicons {
	background-color : transparent;
}

.socialicons-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	text-align : center;
	width: 90%;
	max-width: 350px;
	position: relative;
	padding-top : 5px;
	padding-bottom : 5px;
}

.socialicons-container a {
	border-bottom : 0px dashed;
}

.socialicons-container img {
	margin:0px;
	padding : 0px;
	display : block;
}

.socialicons-container i {
	font-size: 1.5rem;
	border-radius: 50%;
	padding: 7px;
	color: #ffffff;
	width: 1.25rem;
	height: 1.25rem;
	border : 2px solid #fff;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
	margin: 3px;
}

.socialicons-container i:hover, .socialicons-container a:focus > i {
	background-color: #fff;
	color : #000b3e;
}

i.fa.fa-envelope-o {
	font-size: 1.3rem;
}

i.fa.fa-instagram {
	font-size: 1.3rem;
}

i.fa.fa-search {
	font-size: 1.3rem;
}

/*


i.fa.fa-envelope-o {
	font-size: 1.3rem;
}

i.fa.fa-search {
	padding-top: 5px;
	padding-bottom: 9px;
}

i.fa.fa-twitter:hover, i.fa.fa-twitter:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

i.fa.fa-facebook:hover, i.fa.fa-facebook:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

i.fa.fa-envelope-o:hover, i.fa.fa-envelope-o:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

i.fa.fa-instagram:hover, i.fa.fa-instagram:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

i.fa.fa-calendar:hover, i.fa.fa-calendar:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

i.fa.fa-search:hover, i.fa.fa-search:focus {
	color: #000b3e;
	background-color : #fff;
	border : 4px solid #000b3e;
}

*/

@media screen and (min-width: 48em) {
	.socialicons-container {
	justify-content: flex-end;
	max-width: 75rem;
}


}

