<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: 'Candara';
	src: url('./fonts/Candara.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Candara-Bold';
	src: url('./fonts/Candarab.ttf');
	font-weight: normal;
	font-style: normal;
}


/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	z-index: 200;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}


#slider, #grade_slider {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#slider &gt; #slideshow .slider-item, #grade_slider  &gt; #grade_slideshow .slider-item{
    width: 100% !important;
    height: auto !important;
}
.slider-item img {
    height: auto;
    width: 100%;
}

/********** LOGIN STYLES ********/

.header-login {
	display: none;
}
#login {
	margin:10px 0px;
}
#login .username {
	width:100%;
	margin-bottom:3px;
}
#login .password {
	width:70%;
	margin-right:0px;
}
#login .go {
	width:30%;
}
#login .gobutton {
    background:#575757;
    color: #FFF;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
	border-radius:5px;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#575757;
}

@media (min-width: 1024px){
	.header-login {
		display: block;
	}
	#container {
		width: 970px !important;
	}
}
@media (min-width: 1280px){
	#container {
		width: 1170px !important;
	}
}

@media screen and (max-width: 1024px) {
	#imageTop{display:none !important;}
	#imageBottom{display:none !important;}
	section#large-image{margin-top:0px !important;}
}

/*********************************** TWO COLUMN CONTACT STYLES ***************************************/

@media(min-width:1024px) {
	/***** WE ONLY WANT IT FLEX FOR BIGGER BROWSERS ****/
	#contact .row{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

/********** CAROUSEL STYLES ********/

.carousel_block {
	padding-top: 15px;
}
.carousel_block h1 {
	text-align: center;
}
.carousel-inner .item {
	padding: 20px 60px 100px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

/********** LINK STYLES DO NOT REMOVE ********/

.file_gallery .file {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #3e642f;
	color: #fff!important;
	font-weight: 400;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    overflow: hidden;
}
.file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2b4521;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*.file_gallery .file::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 21px;
	color: #fff;
	display: block;
	font-weight: 300;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}*/
.file_gallery .file:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
}
 .file_gallery .file:hover {
	background: #3e642f;
}
.file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


.standard_box {
	vertical-align: middle;
	background: #448774;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    overflow: hidden;
}
.standard_box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #336657;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*.standard_box::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 21px;
	color: #fff;
	display: block;
	font-weight: 300;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}*/
.work_list .standard_box a {
    color: #fff !important;
	/*padding: 5px;*/
	width: 100%;
}
#content .standard_box p/*, #content .standard_box a*/ {
	color: #fff !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #fff !important;
}
/*.work_list .standard_box a:hover,*/ #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #448774;
	color: #fff;
}
.work_list .standard_box a:hover:before, .work_list .standard_box a:focus:before, .work_list .standard_box a:active:before, .file_gallery .file:focus:before, .file_gallery .file:active:before, 
#sub_page_list.work_list .standard_box:hover:before, #sub_page_list.work_list .standard_box:focus:before, #sub_page_list.work_list .standard_box:active:before, 
.work_list .standard_box:hover:before, .work_list .standard_box:focus:before, .work_list .standard_box:active:before {
	-webkit-transform: scalex(1);
	transform: scalex(1);
}

/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/

#webblog_password_container h3 {
    color: #389aff;
}
.standard_box h2 {
    color: #389aff;
}
#governer_password h2 {
	color: #389aff;
}
form label {
    color: #389aff;
}

#class_menu li a {
	background: #993365;
	padding: 5px 15px;
	margin: 0px 5px 5px 0px;
	color: #fff;
	border: 0;
	border-radius: 25px;
	transition: 0.3s;
}
#class_menu li a:hover{
	background: #389aff;
	text-decoration: none !important;
}
nav #main-menu ul#menu li:hover &gt; ul.long-dropdown {
	width: 660px !important;
}
nav #main-menu .long-dropdown-subItem {
	width: 330px !important;
}

/********** SLICK STYLES DO NOT REMOVE ********/

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -60px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	content: "\f137";
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -60px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f138';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}

.slick-dots {
    position: absolute;
    bottom: -65px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    /*opacity: .25;*/
    color: #2a97e2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.e-blocks .slick-dots li button:before {
    color: #f3c943;
}*/
.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #fff;
}


.img-wrap, /*.home-school,*/ .read-more, .e-blocks .event-col, #quick-links .quick-column, .term-col, class-col, .map-link {
	opacity: 0;
}
.show-opacity {
	opacity: 1;
}
.animate__animated.animate__ql1{
	-webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}
.animate__animated.animate__ql2{
	-webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.animate__animated.animate__ql3{
	-webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}
.animate__animated.animate__ql4{
	-webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}</pre></body></html>