<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************** OVERALL LAYOUT STYLING ******************* */

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

#skip a, .skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow: hidden;
	border: 1px solid #b30202;
	border-bottom-right-radius: 8px;
	background: #fff;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	padding: 10px;
}

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

#window {
	width : 100%;
	height: 100%;
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
}

@media screen and (min-width: 48em) {
	body {
	background-image: url(
https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_bodybackground.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto;
}


}

@media screen and (min-width: 68.75em) {
	#container {
	max-width : 68.75rem;
	margin-left : auto;
	margin-right : auto;
}


}

/**************************************
SOCIAL CONTAINER
************************************** */

#social {
	background: #4b2567;
	height: 2.938rem;
	width: 100%;
	position: relative;
}

.social-container {
	display: block;
	position : relative;
	right: .625rem;
	z-index: 5;
}

.top-social-container {
	position: absolute;
	z-index: 5;
	right: .625rem;
	top: .25rem;
}

i span {
	display : none;
}

.social-container p a, .social-container p span {
	font-size: 1.1em;
	font-family: 'Arial', sans-serif;
	color : #525151;
	font-weight: 400;
	text-decoration : none;
	margin-top : 3px;
	margin-right: 0px;
}

.social-container i {
	font-size: 1.25rem;
	border-radius: 50%;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #fff;
	border: 3px solid #fff;
	background-color: transparent;
	height: 1.2rem;
	width: 1.2rem;
	text-align: center;
	padding: 5px;
	margin: 3px 3px;
}

.social-container i:hover, .social-container a:focus &gt; i {
	transform: scale(.9);
}

@media screen and (min-width: 48em) {
	.top-social-container {
	max-width: 68.75em;
	position: relative;
	right: 0;
	margin-left: initial;
	margin-right: initial;
	top: 3px;
}

.social-container {
	padding-right: 0;
	width: 68em;
	text-align: right;
	margin: 0 auto;
	left: initial;
	max-width: 100%;
}

.social-container p a, .social-container p span {
	font-size: 1.5em;
	margin-right: 10px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 1em 0px !important;
}


}

@media screen and (min-width: 75em) {
	.top-social-bar {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}


}

/*************** HTAGS FOR TITLES ******************* */

h1, h1.home {
	font-size: 1.875rem;
	font-family: 'Oswald', sans-serif;
	display: block;
	font-weight: 300;
	padding: 2rem .938rem .125rem .938rem;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 1.8rem 0;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 5px 0 #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #000;
	position: relative;
	text-indent: -1.938rem;
    overflow: hidden;
}

h1.home {
	padding: .6rem 0 .2rem 0;
	text-align: center;
	margin-bottom: 1.1rem;
	text-indent: 0;
}

h1:after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e8e8e8;
	position: relative;
	display: block;
	margin-top: 1.1rem;
	margin-left: -.938rem;
	padding-right: 1.9rem;
}

h1.home:after {
	margin-top: .4rem;
}

h1 span {
	margin-left: 1.875rem;
	margin-right: .625rem;
}

h2, .newstitle {
	font-size: 1.5rem;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 2.5rem 1.67rem -.313rem .938rem;
	color: #4b2567;
	padding-right: .625rem;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

h2 span {
	text-transform: none;
}

h3, h3.home, .sidebar-top {
	font-size: 1.188rem;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	background-color: #4b2567;
	display: block;
	padding: .9rem 0 2px;
	margin-top: 0;
	margin-bottom: 0.938rem;
	padding-left: .938rem;
	padding-right: .938rem;
	box-shadow: 0 3px 0 #4b2567;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

h3.home {
	margin-bottom: 1.43rem;
}

.sidebar-top {
	padding-left: initial;
	padding-right: initial;
}

h3:after, h3.home:after, .sidebar-top:after {
	height: 1px;
	content: '';
	width: 100%;
	background-color: #fff;
	display: block;
	margin-left: .938rem;
	padding-right: 1.938rem;
	margin-top: 0.5rem;
}

h3:after {
	margin-left: -.938rem;
	padding-right: 1.9rem;
}

.sidebar-top:after {
	margin-top: 2rem;
	margin-left: initial;
	padding-right: initial;
}

h4 {
	font-size: 1.125rem;
	line-height: 1.1;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 5px;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
	color: #000;
	border-top: 1px solid #4b2567;
	border-bottom: 1px solid #4b2567;
	margin: 1.5rem 0 .8rem 0;
	padding: .5rem .5rem .5rem .938rem;
}

h4:before {
	right: 0.75em;
	margin-left: -50%;
}

h4:after {
	left: 0.75em;
	margin-right: -50%;
}

.signature {
	font-size: 1.8em;
	display: block;
	font-family: 'Parisienne', cursive;
	margin: 0 1.563rem -.5rem .938rem;
	line-height: 1.4;
}

.collapsible-title {
	font-family: 'Lato', sans-serif;
	color: #4b2567;
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0px 25px .625rem .938rem;
	font-weight: 600;
}

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

.collapsible-title:after {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	color: #4b2567;
	font-weight: 900;
}

.collapsible-title:hover:after, .collapsible-title:focus:after {
	content: '\f103';
}

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

@media screen and (min-width: 48em) {
	h3, h4 {
	text-align: center;
}

h1 {
	padding-right: 0;
	padding-left: 1.875rem;
	padding-top: 1.5rem;
}

h1:after {
	margin-left: -1.938rem
}

h2 {
	margin-left: 1.875rem;
}

h3:after {
	padding-right: 1.9rem;
}

.signature {
	margin-left: 1.875rem;
}

.collapsible-title {
	margin-left: 1.875rem;
}


}

/********************* MAIN STYLING ******************** */

main {
	margin: 0 auto;
	position : relative;
	background-color: #fff;
	z-index: 0;
	border-bottom: 8px solid #4b2567;
}

p {
	margin: .625rem 1.67rem .625rem .938rem;
}

a {
	text-decoration : underline;
	color: #000;
}

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

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

.sidebar-content ul {
	margin-left: 0;
}

.main-content, .main-content-home {
	background-image: -moz-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(209,209,209) 0%, rgb(255,255,255) 100%);
	padding-bottom: 1.25rem;
}

.main-content ul {
	margin-right: 2.188rem;
	margin-left: 1.875rem;
}

.main-content ul ul {
	margin-left: -15px;
}

.sidebar-right, .sidebar-left {
	padding-bottom: 1.25rem;
}

.sidebar-content img, .main-content img, .main-content-home img, .sidebar-left img, .sidebar-right img, .subpage-headerphoto, .sidebar-top {
	display : none;
}

img.findusonfb {
	outline: 0px;
	border: 0px;
	display: block;
	margin: 1em 16px;
	max-width: 160px;
	background: #000;
	padding: .625rem;
}

.slideshow img, .subpage-headerphoto img {
	outline: 8px solid #fff;
	outline-offset: -8px;
}

.slideshow img, .subpage-headerphoto img {
	width : 100%;
}

p.button {
	margin: 15px;
}

.button a {
	font-family: 'Lato', sans-serif;
	font-size: 1.125rem;
	line-height: 1.1;
	color: #000;
	display: block;
	padding: .625rem;
	text-align: center;
	text-decoration: none;
	border: 1px solid #4b2567;
	max-width: 16.875rem;
	transition: all .75s;
	outline-offset: -8px;
	border-radius: 10px;
}

.button a:hover, .button a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #4b2567
}

@media screen and (min-width: 48em) {
	main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	overflow: hidden;
	margin-top: 4px;
	padding-bottom: 0px;
}

.main-content-home {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	width : 55.2%;
	position: relative;
	padding-bottom: .5rem;
}

.sidebar-left-container {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.sidebar-right-container {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.sidebar-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.main-content {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 0px 0 -5px 0;
	width : 78.5%;
	position : relative;
	padding-bottom: 1rem;
}

.sidebar-content {
	position : relative;
	width: 30%;
	padding-bottom: 20px;
	z-index : 0;
	margin-top:  1.125rem;
}

.sidebar-left-container, .sidebar-right-container {
	display : inline-block;
	position : relative;
	width : 22.5%;
	margin-top : 1.25rem;
	z-index : 0;
}

.main-content:before, .main-content-home:before, .sidebar-content:before, .sidebar-left:before, .sidebar-right:before {
	content : '';
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0px;
	z-index : -1;
	background-color : #ffffff;
}

p {
	margin: .938rem 1.875rem .625rem;
}

.sidebar-content p {
	margin: .4rem 1rem .45rem;
}

.sidebar-right p {
	margin: .938rem 1.25rem .625rem 1.25rem;
}

p.button {
	margin: .688rem 1.125rem;
}

.button a {
	font-size: 1.75vw;
}

.sidebar-content img, .main-content img, .main-content-home img, .sidebar-top {
	display : block;
}

.subpage-headerphoto {
	display : block;
	width: 100%;
}

figcaption {
	position: absolute;
	margin-left: -115em;
	width: 100%;
}

figure {
	margin: 0;
}

.sidebar-content img, .sidebar-left img, .sidebar-right img {
	display: block;
	width: 90%;
	height: auto;
	margin: 1.3rem auto 0;
	max-width: 287px;
	border: 5px solid #4b2567;
	/* padding: 1px;
	*/

box-sizing: border-box;
	outline: 1px solid #fff;
	outline-offset: -12px;
}

img.findusonfb {
	outline: 0px;
	border: 0px;
	display: block;
	margin: 1em 16px;
	max-width: 160px;
	background: #000;
	padding: .625rem;
}

.slideshow:before, .subpage-headerphoto:before {
	content: '';
	height: 5px;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-perspective: 1;
	column-count: 2;
	column-gap: 1em;
	margin-left: 0px !important;
	margin-bottom: 1em;
}

.two-columns ul {
	margin-top: 0;
}


}

@media screen and (min-width: 56em) {
	.main-content-home {
	width : 55%;
}


}

@media screen and (min-width: 68.75em) {
	.subpage-headerphoto {
	height: 16rem;
}

.button a {
	font-size: 1.125rem;
}

.sidebar-content {
	width: 22.5%;
}


}

/**************************** 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;
	background-color: #000;
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

nav#menu:after {
	content: '';
	background-color: #4b2567;
	position: relative;
	height: 5px;
	display: block;
	margin-top: 2px;
}

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

nav li {
	display : block;
}

nav.nav ul {
	margin: 0;
	padding: 0;
}

nav.nav ul ul {
	margin-left : 20px;
}

nav.nav li a {
	display : block;
	padding: .2rem .638rem;
	color : #fff;
	text-decoration : none;
	font-size: 1.25rem;
	line-height: 1.6;
}

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 {
	position: relative;
	overflow : visible;
	border: 0;
	background: #000;
	/* margin-bottom: 2px;
	*/
}

nav.nav {
	padding-bottom : 0px;
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	max-width: 68.75rem;
}

nav.nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .45rem .638rem;
}

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

nav.nav li a {
	font-size : 2vw;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	background-color: #000;
}

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

nav ul li a {
	position: relative;
}

nav ul li a:after, nav ul li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: #fff;
	height: 1px;
}

nav ul li a:before {
	top: -31px;
}

nav ul li a:hover:after, nav ul li a:hover:before, nav ul li a:focus:after, na ul li a:focus:before {
	width: 100%;
}

nav ul ul li a:hover:after, nav ul ul li a:hover:before, nav ul ul li a:focus:after, nav ul ul li a:focus:before {
	display: none;
}

nav ul ul li a {
	transition: all .2s;
}

nav ul ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}

nav ul ul li a:hover, nav ul ul li a:focus {
	color: #fff;
	z-index: 1;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .2s;
}

nav.nav ul ul {
	position : absolute;
	top: 2.438rem;
	width: 12.5rem;
	background-color: #000;
	margin-left : 0px;
	padding-top: 0;
	text-indent : 0;
	z-index : 1000;
	display: none;
	padding: 0;
}

nav.nav ul ul li {
	float : none;
	border-bottom: 1px solid #ffffff;
	position : relative;
	display : block;
}

nav.nav ul ul li:hover, nav.nav ul ul li a:focus {
	background-color: #4b2567;
}

nav.nav ul ul li a {
	padding: 5px 10px;
	font-size : 1rem;
	color : #ffffff;
	text-align : left;
	text-transform: none;
	margin: 0 10px;
	font-variant: none;
	background: initial;
	line-height: 1.2;
}

nav.nav ul ul li a:after {
	display: none;
}

nav.nav ul ul li:last-child {
	border-bottom: 0px solid #ffffff;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	color: #fff;
	text-decoration : none;
	background-image: none;
	width : auto;
	height: auto;
	text-decoration: underline;
	border-top: 0;
	margin-top: 0px;
}


}

@media screen and (min-width: 68.75em) {
	nav#menu {
	height: 3rem;
}

nav.nav li a {
	margin: 0;
	font-size: 1.313rem;
}


}

/******************** HEADER ************************ */

header {
	text-align: center;
	padding-top: 65px;
	position: relative;
	padding-top: 1.5rem;
	background-color: #000;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/headerbkgrd.jpg);
}

.header-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 68.75rem;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

.header-logo {
	width: 100%;
	max-width: 210px;
	order: 1;
	margin: auto;
}

.header-logo img {
	width: 50%;
}

.header-schoolname {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.5rem;
	/* width: 100%;
	*/

max-width: 75rem;
	order: 2;
	line-height: 1.2;
	padding: .625rem;
	letter-spacing: 3.5px;
}

.header-search {
	background-color: rgba(255,255,255,.8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family : 'Arial', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.2rem;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 10;
	padding: 5px 10px;
}

i.fa.fa-search {
	font-size: 1.3rem;
	padding-left: 5px;
}

.header-search a {
	text-decoration: none;
}

.header-search a:hover, .header-search a:focus {
	text-decoration: underline;
}

.search {
	width: 90%;
	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;
}

@media screen and (min-width: 48em) {
	.search_container {
	margin: 2.188rem;
}


}

@media screen and (min-width: 48em) {
	header {
	padding: 1.25rem 0 0;
	padding-top: 0;
}

.header-container {
	flex-wrap: nowrap;
	justify-content: space-around;
}

.header-schoolname {
	order: 1;
	padding-top: 1.5rem;
	/* width: 65%;
	*/

font-size: 3.8vw;
	text-align: left;
}

.header-logo {
	order: 2;
	margin: initial;
	max-width: 139px;
	padding-right: 1.25rem;
}

.header-logo img {
	width: 75%;
	padding-top: .5rem;
}


}

@media screen and (min-width: 68.75em) {
	.header-schoolname {
	font-size: 3.375rem;
	padding: 2.75rem 0 2.75rem 2.25rem;
	margin-left: -.5rem;
}

.header-logo img {
	width: 100%;
	padding-top: 8px;
}


}

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

.quicklinkscontainer-mobile {
	background-color: #4b2567;
	padding: 0.938rem 0;
	margin-top: -.5rem;
}

a.quicklinks-mobile {
	color: #fff;
	text-decoration: none;
}

.quicklink-section {
	text-align: center;
}

.quicklinks-mobile-title {
	margin: 5px auto;
	width: 80%;
	font-size: 1.25em;
	line-height: 1.2;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.quicklinks-mobile-title:hover, a.quicklinks-mobile:focus &gt; .quicklinks-mobile-title {
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.quicklinkscontainer-mobile ul {
	margin-left: 6.5rem;
	padding-left: 0;
	color: #fff;
	text-align: left;
}

.quicklinkscontainer-mobile a {
	color: #fff;
}

@media screen and (min-width: 48em) {
	.quicklinks-title {
	font-size: 3.75em;
}

.quicklinks-background:before {
	content: '';
	background-color: #d6d5d5;
	width: 100%;
	height: 180px;
	position: absolute;
	z-index: -1;
}

.quicklinkscontainer-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0.625rem 0 1rem;
	padding-left: 5%;
}

.quicklinks-mobile-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	margin: auto;
	width: auto;
	padding-bottom: .25rem;
}

.quicklinks-mobile-title:hover, a.quicklinks-mobile:focus &gt; .quicklinks-mobile-title {
	text-decoration: none;
	border-bottom: 0;
}

.quicklinkscontainer-mobile ul {
	margin-left: 1rem;
	list-style: disc;
	padding: .5rem .5rem 1.5rem 1.5rem;
	text-align: left;
	color: #fff;
}

a.quicklinks-mobile {
	border-bottom: none;
}

.quicklink-section &gt; div {
	position: absolute;
	background-color: #4b2567;
	z-index: 1000;
	border-top: 5px solid #fff;
	margin-top: -1px;
}

#Collapse5 {
	margin-left: -.75em;
}

.quicklinks-mobile-title:before {
	transition: 0.9s;
	padding: .3rem 0;
}

.quicklinks-mobile-title.chooseus:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_chooseusql.png);
}

.quicklinks-mobile-title.community:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_communityql.png);
}

.quicklinks-mobile-title.employees:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_staffql.png);
}

.quicklinks-mobile-title.students:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_studentsql.png);
}

.quicklinks-mobile-title.parents:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_471954/site_471955/Graphics/graphic_parentsql.png);
}

a.quicklinks-mobile:hover &gt; .quicklinks-mobile-title:before, a.quicklinks-mobile:focus &gt; .quicklinks-mobile-title:before {
	transform: rotateY(180deg);
}


}

@media screen and (min-width: 68.75em) {
	.quicklinkscontainer-mobile {
	padding-left: 5.563rem;
}

.quicklink-section &gt; div {
	margin-left: -2.5rem;
}


}

/******************** FOOTER ************************** */

footer {
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #000;
	background-color: #fff;
	text-align: center;
	position : relative;
	border-top: 8px solid #000;
}

.footer-motto-container {
	display : none;
}

footer a {
	color: #fff;
}

.footer-address-container {
	padding: .75rem;
	background-color: #000;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.25rem;
}

.footer-mascotname {
	text-transform : uppercase;
	overflow: hidden;
	font-size: 3.125rem;
	letter-spacing: 14px;
	display: none;
	padding-left: 13px;
	line-height: 1;
	margin-top: .45rem;
	margin-bottom: .25rem;
	font-weight: 900;
}

.footer-mascotname:before, .footer-mascotname:after {
	background-color: #4b2567;
	content: "";
	display: inline-block;
	height: 10px;
	position: relative;
	vertical-align: top;
	width: 34%;
	margin-top: 18px;
	position: absolute;
	left: 0;
}

.footer-mascotname:after {
	margin-left: 2px;
	right: 0;
	left: initial;
}

.footer-address-container span {
	display : none;
}

#copyright {
	font-size : .875rem;
	line-height : 1.2;
	font-family: 'Arial', sans-serif;
	color :  #1b2c63;
	background: #fff;
	padding: 1rem;
	text-align : center;
}

#copyright a {
	color :  #1b2c63;
}

@media screen and (min-width: 68.75em) {
	footer {
	font-size: .875rem;
	text-align : center;
	background: transparent;
	z-index: -1;
	border-top: 8px solid #000;
}

.footer-container {
	padding-top: 3px;
	background: #fff;
}

.footer-motto-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
}

.footer-motto {
	font-size: 1.231rem;
	width: 13.75%;
	text-transform : uppercase;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0.313rem;
}

.footer-motto span {
	font-size: 4.4rem;
	line-height: 1.1;
	text-transform : none;
	color: #4b2567;
	font-weight: 600;
}

.footer-motto span::after {
	display: inline-block;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: .688rem;
	position: absolute;
	top: 6rem;
	margin-left: 3.313rem;
}

.footer-motto span.E::after {
	content: none;
}

.footer-motto-container:before {
	content: url( https://tb2cdn.schoolwebmasters.com/accnt_395704/site_395705/Graphics/graphic_footer-after.png);
	position: absolute;
	left: 0;
	top: 3.65rem;
}

.footer-motto-container:after {
	content: url( https://tb2cdn.schoolwebmasters.com/accnt_395704/site_395705/Graphics/graphic_footer-before.png);
	right: 0;
	position: absolute;
	top: 15px;
}

.footer-address-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
}

.footer-address-container span {
	display : block;
	padding: 0 12px;
}

.footer-address {
	padding-right : 5px;
}

.footer-mascotname {
	display: block;
}

#copyright, #copyright a {
	background: transparent;
	color: #fff;
}


}

@media screen and (min-width: 64em) {
	.footer-container {
	max-width: 68.75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


}

/********************* GOOGLE TRANSLATE ******************** */

#google_translate_element {
	display: none;
}

@media screen and (min-width: 66em) {
	#google_translate_element {
	display: block;
	position: fixed;
	bottom: 0;
	right: 20px;
}

.googe-te-gadget-simple span {
	color: #676767!important;
}

.goog-te-gadget-simple {
	border: 1px solid #d5d5d5!important;
}


}

</pre></body></html>