body {
	width : 100%;
	height : 100%;
	font-family : Verdana, Geneva, sans-serif;
	color : #000;
	line-height : 1.6em;
	font-size : 16px;
}

main {
	position : relative;
}

#container {
	max-width : 75rem;
	margin: auto;
}

/************************* HEADER ************************ */

header {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .875rem;
	padding-top : .875rem;
	text-align: center;
}

.header-schoolname {
	font-family: 'Adamina', serif;
	font-weight: 400;
	font-size: 7vw;
	line-height: 1.2;
	color: #284895;
	margin: .625rem .938rem 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.header-schoolname a {
	text-decoration: none;
}

.header-motto {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #284895;
}

.header-logo {
	display: block;
	margin: auto;
	width: 25%;
	max-width: 132px;
}

.header-tagline {
	display: none;
}

.social-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: auto;
	position: absolute;
	width: 4.188rem;
	right: 2.625rem;
	top: .5rem;
	background: #2b4ea2;
}

header .social-container i {
	font-size: 2.5rem;
	padding-left: 7px;
}

i.fa.fa-facebook-square {
	color: #3b5998;
	transition: all .2s ease-in-out;
}

i.fa.fa-twitter-square {
	color: #1da1f2;
	transition: all .2s ease-in-out;
}

i.fa.fa-twitter {
	margin-right: .5em;
}

i.fa.fa-search, i.fa.fa-twitter {
	color: #fff;
	font-size: 1.2rem;
	transition: all .3s ease-in-out;
	border-radius: 50%;
	border: 3px solid #fff;
	padding: 5px;
}

.social-container .fa:hover, .social-container a:focus > i.fa.fa-twitter-square, .social-container a:focus > i.fa.fa-facebook-square, .social-container a:focus > i.fa.fa-search {
	transform: scale(.9);
}

@media screen and (min-width: 48em) {
	#container {
	margin-top: 50px;
}

header {
	padding: 1.25rem 1.5rem .75rem 1.5rem ;
	background-color: rgba(255,255,255,.6);
	margin-bottom: 0;
}

.header-container {
	position : relative;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-name-container {
	margin: 0;
	background: #fff;
	padding: .938rem .75rem .25rem;
	border-top: 1.063rem solid #e8c31c;
}

.header-logo {
	width: 100%;
	margin: 10px;
}

.header-schoolname {
	font-size : 3.9vw;
	margin: 0;
}

.header-tagline {
	display: block;
	color: #284895;
	font-family: 'Dancing Script', cursive;
	line-height: 1.2;
	margin-top: .9rem;
	font-size: 2.25rem;
}

.social-container {
	justify-content: flex-end;
	margin: -1px 0 0 auto;
}


}

@media screen and (min-width: 64em) {
	.header-schoolname {
	font-size: 2.9em;
}

.header-motto {
	font-size: 2rem;
}

.header-tagline:before, .header-tagline:after {
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 23%;
	height: 1em;
	border-bottom: 4px solid #284895;
	margin-right: 1.5%;
	margin-top: -15px;
}

.header-tagline:after {
	margin-left: 1.5%;
	margin-right: 0;
}


}

@media screen and (min-width: 75em) {
	.header-schoolname {
	font-size: 3.4rem;
}

.header-logo {
	max-width: 190px;
}


}

/************************  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;
	height: 50px;
	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 {
	background-color: #2b4ea2;
	position: relative;
}

nav.nav ul {
	border-top: 1px solid #fff;
}

nav.nav ul ul {
	padding-left: 20px;
}

nav.nav li a {
	padding: .4rem .8em;
	color : #fff;
	text-decoration : none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}

nav.nav ul ul li a {
	font-weight: 400;
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration : underline;
}

@media screen and (min-width: 48em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	height: 2.938rem;
}

nav#menu:before {
	content: '';
	width: 100%;
	height: 57px;
	display: block;
	z-index: -1;
	position: absolute;
	max-width: 75rem;
}

nav.nav {
	max-width: 75rem;
	margin: 0 auto;
}

nav.nav ul {
	border: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 7.705rem;
	margin-left: .5em;
	flex-wrap: wrap;
	background-color: #2b4ea2;
	height: 2.938rem;
	z-index: 1000;
}

nav.nav li {
	margin: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: inline-block;
}

nav.nav li a {
	padding: .813rem 0;
	font-size: 2vw;
	text-align: center;
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration: none;
}

.nav-Home>a:before, .nav-About-Us>a:before, .nav-Our-Schools>a:before, .nav-Events>a:before, .nav-Departments>a:before, .nav-Helpful-Links>a:before, .nav-Contact-Us>a:before {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 50px;
	height: 70px;
	border: 4px solid #e8c31c;
	transform: translateX(-50%) translateY(-50%) scale(0.5);
	background: transparent;
	content: "";
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

.nav-Home>a:hover:before, .nav-About-Us>a:hover:before, .nav-Our-Schools>a:hover:before, .nav-Events>a:hover:before, .nav-Departments>a:hover:before, .nav-Helpful-Links>a:hover:before, .nav-Contact-Us>a:hover:before, .nav-Home>a:focus:before, .nav-About-Us>a:focus:before, .nav-Our-Schools>a:focus:before, .nav-Events>a:focus:before, .nav-Departments>a:focus:before, .nav-Helpful-Links>a:focus:before, .nav-Contact-Us>a:focus:before {
	opacity: 1;
	width: 200%;
}

nav.nav ul ul {
	display: none;
	position : absolute;
	width : 13.125rem;
	background-color : #2b4ea2;
	padding-left : 0;
	z-index : 1000;
	color: #2b4ea2;
	top: 2.938rem!important;
	height: auto;
}

nav.nav ul ul li a:before, nav.nav ul ul li a:after {
	display: none;
}

nav.nav ul ul li {
	display: block;
	border-bottom: 1px dotted #003888;
}

nav.nav ul ul li:last-child {
	border-bottom: 0px dotted #fff;
}

nav.nav ul ul li a {
	padding: .938rem;
	font-size : 1em;
	color: #fff;
	text-align: left;
	margin: 0;
}

nav.nav ul ul ul {
	margin-left: 250px;
	margin-top: -50px;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	border-top: 0px solid #ffffff;
	background-color : #2b4ea2;
	text-decoration: underline;
	color: #fff;
}


}

@media screen and (min-width: 64em) {
	nav.nav li a {
	font-size: 1.25rem;
	padding: 11.5px;
}


}

@media screen and (min-width: 75em) {
	nav#menu:before {
	background-color: rgba(255, 255, 255, .6);
}

.nav-Home>a:hover:before, .nav-About-Us>a:hover:before, .nav-Our-Schools>a:hover:before, .nav-Events>a:hover:before, .nav-Departments>a:hover:before, .nav-Helpful-Links>a:hover:before, .nav-Contact-Us>a:hover:before, .nav-Home>a:focus:before, .nav-About-Us>a:focus:before, .nav-Our-Schools>a:focus:before, .nav-Events>a:focus:before, .nav-Departments>a:focus:before, .nav-Helpful-Links>a:focus:before, .nav-Contact-Us>a:focus:before {
	opacity: 1;
	width: 150%;
}


}

/************************* MAIN BODY STYLING ************************ */

p, .newsBody {
	margin: 15px;
}

a {
	color : #284895;
}

a:hover, a:focus {
	text-decoration : none;
}

.header-schoolname a,.header-schoolname a:hover:focus {
	color: #284895;
}

.header-schoolname a:focus {
	outline: 2px dashed #284895;
}

ul, ol {
	margin: .938em .625em .938em 1.25em;
}

.sidebar-content ul {
	margin-right: .938rem;
}

ul ul {
	padding-left : 15px;
}

.calendar-btn {
	transition: all .3s;
}

.calendar-btn:hover, .calendar-btn:focus {
	transform: scale(.9);
}

/************************* HTAGS FOR TITLES ************************ */

h1 {
	position: relative;
	font-size : 1.75rem;
	font-family: 'Montserrat', sans-serif;
	color : #2b4ea2;
	display : block;
	padding: 10px 0 5px 0;
	margin: 0 10px 0 15px;
	line-height : 1.2;
	border-bottom: 6px solid #e8c31c
}

h2, .newstitle, .nt-title {
	position: relative;
	overflow: hidden;
	font-size : 1.56em;
	line-height : 1.3;
	font-family: 'Montserrat', sans-serif;
	margin: 0 15px;
	color: #2b4ea2;
}

.nt-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

h2 {
	border-bottom: 1px solid #e8c31c;
	margin-top: 1.75rem;
	margin-bottom: 1.1rem;
}

h2.newstitle {
	font-weight: 600;
	border: 0;
}

h3 {
	position: relative;
	font-size : 1.75rem;
	line-height : 1.2;
	font-family: 'Montserrat', sans-serif;
	margin:.75rem 0;
	color : #2b4ea2;
	padding: 12px 15px 0;
	text-transform: uppercase;
}

h3.home {
	font-size: 2rem;
	margin-bottom: 1.188rem;
}

h3:after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 6px solid #e8c31c;
}

h4 {
	font-size : 1.5625em;
	line-height : 1.2;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 2% 0 15px;
	margin: 0px;
	color: #2b4ea2;
}

.signature {
	font-size : 2.25rem;
	font-family: 'Qwigley', cursive;
	font-weight : 400;
	color: #2b4ea2;
}

.collapsible-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0 10px 5px 15px;
	color: #2b4ea2;
	font-size: 1.25rem;
	line-height: 1.5;
}

.collapsible-title:after {
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 1.7em;
	line-height: 1.2;
	position: absolute;
	margin-left: 10px;
	margin-top: -6px;
}

.collapsible-title:hover:after, .collapsed-content:focus > .collapsible-title:after {
	content: '\f103';
}

a.collapsed-content {
	text-decoration: none;
}

a.collapsed-content:hover, a.collapsed-content:focus {
	text-decoration: underline;
}

@media screen and (min-width: 48em) {
	h1 {
	padding-top : .875rem;
	padding-bottom : 5px;
	position: relative;
}

h3, .quicklinks-title {
	text-align: center;
	margin-bottom: .938rem;
}

h4 {
	text-align : center;
}


}

@media screen and (min-width: 75em) {
	h1 {
	padding: 0 0 .25rem 0;
	margin: 1.25rem 1.3rem 0 1.6rem;
	border-bottom: 6px solid #e8c31c;
	display: block;
	position: relative;
}

h1.come {
	padding-bottom: .625rem;
}

h1:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	border-bottom: 8px solid #fff;
	margin-left: 6px;
	position: absolute;
	top: 26px;
}

h1:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 10px;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: 26px;
	right: 6px;
}

h3.h3-twolines {
	font-size: 1.9rem;
	padding-bottom: 13px;
}


}

.main-content:before, .sidebar-content:before, .sidebar-content-middle:before, .sidebar-content-right:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0;
	z-index : -1;
	background: #fff;
}

.h-spacer-20 {
	height: 20px;
}

@media screen and (min-width: 48em) {
	body {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_381003/site_381004/Graphics/graphic_bckgrd.jpg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}

main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	background: rgba(255, 255, 255, .6);
	padding: .638rem .625rem 1.25rem;
}

.main-content {
	width : 67.75%;
	margin-right : 0;
	margin-left : 0%;
	position : relative;
	z-index : 0;
	border-top: 1.125rem solid #e8c31c;
	padding-bottom: 1rem;
}

.sidebar-content {
	position : relative;
	width : 32.5%;
	margin-left : 1.6%;
	margin-right : 0px;
	margin-top : 0px;
	z-index : 0;
	border-top: 1.125rem solid #e8c31c;
}


}

@media screen and (min-width: 61.25em) {
	.main-content {
	width : 67.75%;
}

.sidebar-content {
	width : 31.95%;
}


}

@media screen and (min-width: 76em) {
	p, .newsBody, h2, .newstitle, .collapsible-title {
	margin-left: 1.375rem;
}


}

/************************* HEADER AND BODY IMAGES ************************ */

.subpage-header-photo, .sidebar-content img, .main-content img {
	transform: translateZ(0);
	display: none;
}

.calendar-btn img {
	display: block;
	border: 0;
	margin: 25px 15px;
	width: 90%;
	max-width: 21.375rem;
	;
	transition: width .2s ease-in-out;
}

.main-content img {
	margin-left : 15px;
}

.sidebar-content img.home-calendar-button a {
	text-decoration: none;
}

a.home-calendar-button:hover > img, a.home-calendar-button:focus > img {
	transform: scale(.95);
}

@media screen and (min-width: 48em) {
	.subpage-header-photo {
	display : block;
	position: relative;
	border-top: .625rem solid rgba(255, 255, 255, .6);
	max-width: 75rem;
}

.subpage-header-photo img {
	width: 100%;
}

.sidebar-content img, .main-content img {
	display : block;
}

.sidebar-content img {
	width: 90%;
	max-width: 332px;
	margin: 1rem auto;
	border: 5px solid #2b4ea2;
	outline: 1px solid #2b4ea2;
	outline-offset: -10px;
}


}

@media screen and (min-width: 76em) {
	.main-content img {
	margin-left : 0px;
}


}

@media screen and (min-width: 78em) {
	.sidebar-content img {
	width: 100%;
}

.subpage-header-photo {
	height: 252px;
	margin-top: 1.5rem;
}


}

/************************  FOOTER ************************** */

footer {
	background-color : #073c8c;
	color : #fff;
}

.footer-container {
	font-family: 'Montserrat', sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	color : #fff;
	position : relative;
	padding: 20px;
	text-align: center;
	border-top: 6px solid #e8c31c;
	margin-top: 1.5rem;
}

.footer-container:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 10px;
	background-color: #073c8c;
	top: -16px;
	left: 0;
}

footer a {
	color : #ffffff;
	text-decoration : none;
}

.footer-schoolname {
	font-size: 6vw;
	line-height : 1.5;
	font-family: 'Adamina', serif;
	text-transform: uppercase;
}

.footer-address {
	font-size : 1.2em;
	line-height : 1.5;
	font-weight: 600;
}

#copyright {
	clear : both;
	font-size: .875rem;
	line-height : 1.5;
	font-family: 'Montserrat', sans-serif;
	display : block;
	padding: 15px;
	text-align : center;
}

#copyright a {
	text-decoration: underline;
}

#copyright a:hover, #copyright a:focus {
	text-decoration: none;
}

@media screen and (min-width: 30em) {
	.footer-schoolname {
	font-size : 1.875rem;
}


}

@media screen and (min-width: 48em) {
	.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: .625rem;
	padding-bottom: 0;
}

.footer-logo {
	margin-top: -.75rem;
	margin-right: 1rem;
}

.footer-schoolname {
	font-size : 1.875rem;
	line-height : 1.2;
	font-weight: 300;
}

.footer-schoolname2 {
	font-size: 1.438rem;
	margin-bottom: .6rem;
	line-height: 1;
	position: relative;
	font-weight: 600;
	/*display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	*/

z-index: 1;
}

/*
.footer-schoolname2:before {
	content: "";
	background-color: #e8c31c;
	width: 87%;
	height: 4px;
	position: absolute;
	z-index: -1;
}

*/

.footer-schoolname2 span {
	background: #073c8c;
	padding: 0 10px;
}

.footer-schoolname2:before, .footer-schoolname2:after {
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 72px;
	height: 0.65em;
	border-bottom: 4px solid #e8c31c;
	position: absolute;
	margin-left: 7%;
	margin-top: -.25em;
	z-index: -1;
}

.footer-schoolname2:before {
	left: 0;
	margin-right: 2.5%;
}

.footer-schoolname2:after {
	margin-left: -1%;
	margin-right: 0;
}

#copyright, #copyright a, #copyright a:hover, #copyright a:focus {
	color: #fff;
}


}

@media screen and (min-width: 61.25em) {
	.footer-address-phone-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}


}

@media screen and (min-width: 75em) {
	.footer-schoolname {
	margin-left: 10px;
}

.footer-address {
	font-size : 1.188rem;
}

.footer-container {
	padding: 20px 20px 0;
}


}

/************************* SKIP NAV ************************ */

#skip a, .skip a {
	position:absolute;
	left:-50px;
	width:1px;
	height:1px;
	overflow:hidden;
	transition: all .2s ease-in-out;
	color: #fff;
}

#skip a:focus, .skip a:focus {
	position:fixed;
	width: auto;
	height: auto;
	background-color: #003888;
	padding: 10px 15px;
	left: 0;
}

.skip-twitter a {
	opacity: 0;
}

.skip-twitter a:focus {
	opacity: 1;
	width: auto;
	height: auto;
	background-color: #003888;
	padding: 10px 15px;
	left: 0;
	color: #fff;
}

/************************* BUTTONS ************************ */

.button {
	max-width: 342px;
	margin-bottom: .938rem;
}

.button a {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	padding: 15px;
	text-align: center;
	border: 1px solid #2b4ea2;
	transition: all .5s ease-in-out;
	background: #2b4ea2;
	border-radius: 5px;
}

.button a:hover, .button a:focus {
	color: #fff;
	background-color: #2b4ea2;
	transform: scale(.9);
}

i.fa.fa-calendar {
	padding-right: 10px;
	font-size: 2.75rem;
	float: left;
	margin-top: -.35rem;
	padding-right: .938rem;
}

.button span {
	font-size: .938rem;
	font-weight: 600;
}

.calendar-btn {
	max-width: 21.688rem;
}

.calendar-btn-container a {
	text-align: left;
	padding-left: 2rem;
	padding-bottom: .75rem;
}

span.button-text {
	display: block;
	margin-top: -.45rem;
}

span.button-lgtext {
	font-size: 1.75rem;
	padding-left: 1.2rem;
	line-height: .95;
}

div#___gcse_0 {
	margin: 25px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: 1px solid #D9D9D9;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	background-color: transparent !important;
	margin-top: 0;
}

.gsc-search-button-v2 svg {
	fill: #073c8c !important;
	width: 20px;
	height: 20px;
	margin-bottom: -10px;
}

button.gsc-search-button.gsc-search-button-v2 {
	border: 0;
}

@media screen and (min-width: 48em) {
	.button {
	width: 95%;
	margin: .938rem auto;
}

.main-content .button {
	margin-left: 1.375rem;
}

span.button-lgtext {
	font-size: 2.8vw;
}


}

@media screen and (min-width: 72em) {
	i.fa.fa-calendar {
	font-size: 3.25rem;
}

span.button-lgtext {
	font-size: 2.75rem;
}

.calendar-btn-container a {
	padding-bottom: .15rem;
}


}

/************************  GOOGLE TRANSLATE  ************************** */

#google_translate_element {
	display: none;
}

.googe-te-gadget-simple span {
	color: #676767 !important;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5 !important;
}

@media screen and (min-width: 65em) {
	#google_translate_element {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
}


}

