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

#webbar_upgraded {
    background: #0504bf;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
#webbar_upgraded .container button#main_b:hover::after {
    font-family: FontAwesome;
    content: "\f060";
    display: inline-block;
    position: absolute;
    left: 98px;
    font-size: 12px;
    top: 12px;
    color: #ffd600;
}
#webbar_upgraded .container .upgraded_button:hover::after {
    color: #ffd600;
}
#webbar_upgraded .container .upgraded_button_icon:hover &gt; i.fa, #webbar_upgraded .container .upgraded_button:hover {
    color: #ffd600;
}
#webbar_upgraded .container .blogging .blogs_menu_list {
    background: #0504bf;
}
#webbar_upgraded .container .blogging:hover .blogs_menu_list a:hover {
    color: #ffd600;
}
#webbar_upgraded .container #google_translate_element .goog-te-gadget .goog-te-combo {
    background: #0504bf;
}
#webbar_upgraded .container .search-content #search {
    background: #0504bf;
}
#webbar_upgraded .container .search-content::after {
    background: #0504bf;
}
button#main_b {
    float: left;
    padding: 10px 10px 10px 0px;
    height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 15px;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
button#main_b:hover {
    color: #ffd600;
}

/*********************************** MENU ***************************************/

nav {
	background: #fff;
	border-bottom: 1px solid #fff;
}
nav.home-nav {
	border-bottom: 2px solid #bd4643;
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: flex;*/
	font-size: 0;
	background: #fff;
}
ul#menu, ul#menu li, ul#menu ul {
	list-style: none !important;
	list-style-image: none !important;
}
ul#menu .topItem {
	display:inline-block;
	float:none !important;
	margin: 0 0px 0 0;
	padding: 0 0px;
	color: #473016;
	position: relative;
	line-height: 20px;
	top: 0px;
	text-align:center;
	border-right: 1px solid #fff;
	/*flex: auto;*/
	/*width: 116px;*/
	/*background: #f00;*/
}

ul#menu .topItem:hover {
	background-color: #999;
}
ul#menu .topItem:last-child {
	border-right: none;
}
ul#menu li{
	/*height: 40px;*/
	line-height: 2px;
	text-align: left;
	position: relative;
	text-decoration: none;
	display:block;
	/*top: 37px;*/
}
ul#menu li a {
	font-size: 14px;
	/*height: 30px;*/
	color: #fff;
	margin: 0;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
ul#menu li a:hover {
	color: #fff;
}
ul#menu ul {
	display: none;
	position: absolute;
	top: 44px;
	left: -1px;
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
}
ul#menu ul li{
	display: block;
}
ul#menu li:hover &gt; ul{
	display: block;
}
ul#menu ul {
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 9999 !important;
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 20px 15px;
	/*background-color: #e4e4e4;*/
	min-width: 189px;
	overflow: hidden;
    text-overflow: ellipsis;
}
ul#menu .subItem a:hover {
	/*background-color: #999;*/
	color: #fff;
}
@media(min-width:992px) {
	nav.home-nav {
	border-bottom: 1px solid #fff;
	}
	#main-menu {
		display: block;
	}
	ul#menu .topItem:nth-child(7n+0), ul#menu .topItem:nth-child(7n+0) ul {
    background: #6e5daf!important;
	}
	ul#menu .topItem:nth-child(7n+0):hover, ul#menu .topItem:nth-child(7n+0) &gt; ul li.subItem:hover{
     background: #5b4c9a!important;
	}
	ul#menu .topItem:nth-child(7n+1), ul#menu .topItem:nth-child(7n+1) ul {
    background: #4169e1!important;
	}
	ul#menu .topItem:nth-child(7n+1):hover, ul#menu .topItem:nth-child(7n+1) &gt; ul li.subItem:hover{
     background: #2251dd!important;
	}
	ul#menu .topItem:nth-child(7n+2), ul#menu .topItem:nth-child(7n+2) ul {
    background: #96c0e6!important;
	}
	ul#menu .topItem:nth-child(7n+2):hover, ul#menu .topItem:nth-child(7n+2) &gt; ul li.subItem:hover{
     background: #6ea8dd!important;
	}
	ul#menu .topItem:nth-child(7n+3), ul#menu .topItem:nth-child(7n+3) ul {
    background: #ff69b3!important;
	}
	ul#menu .topItem:nth-child(7n+3):hover, ul#menu .topItem:nth-child(7n+3) &gt; ul li.subItem:hover{
     background: #ff4da6!important;
	}
	ul#menu .topItem:nth-child(7n+4), ul#menu .topItem:nth-child(7n+4) ul {
    background: #73bfc2!important;
	}
	ul#menu .topItem:nth-child(7n+4):hover, ul#menu .topItem:nth-child(7n+4) &gt; ul li.subItem:hover{
     background: #5fb6b9!important;
	}
	ul#menu .topItem:nth-child(7n+5), ul#menu .topItem:nth-child(7n+5) ul {
    background: #ff6448!important;
	}
	ul#menu .topItem:nth-child(7n+5):hover, ul#menu .topItem:nth-child(7n+5) &gt; ul li.subItem:hover{
     background: #ff3c1a!important;
	}
	ul#menu .topItem:nth-child(7n+6), ul#menu .topItem:nth-child(7n+6) ul {
    background: #e8c742!important;
	}
	ul#menu .topItem:nth-child(7n+6):hover, ul#menu .topItem:nth-child(7n+6) &gt; ul li.subItem:hover{
     background: #e3bb1c!important;
	}
	ul#menu &gt; li:nth-child(6) &gt; ul{
		width: 600px;
	}
	ul#menu &gt; li:nth-child(6) &gt; ul &gt; li{
		width: 299px;
		float: left;
	}
	ul#menu &gt; li:nth-child(7) &gt; ul{
		width: 600px;
	}
	ul#menu &gt; li:nth-child(7) &gt; ul &gt; li{
		width: 299px;
		float: left;
	}

}

/*@media(min-width:1200px) {
	ul#menu li a {
	font-size: 16px;
	}
}*/

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

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

/********** MOBILE MENU ********/

.slicknav_menu {
	background: #4169e1 !important;
	display: block;
}
.slicknav_btn {
	background-color: #2251dd !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.slicknav_nav a:hover {
    background: #2251dd !important;
    color: #fff !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #fff !important;
}
.slicknav_nav .slicknav_item a {
    border-bottom: 0;
}
li.topItem.slicknav_parent.slicknav_open {
	background: #4f74e3 !important;
}
@media screen and (min-width: 992px) {
	.slicknav_menu{display:none !important;}
}
/********** MENU END ********/


#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:#4169e1;
    color: #fff;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
	border-radius:5px;
	text-transform: capitalize;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#login .gobutton:hover {
    background: #2251dd;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#4169e1;
}

@media (min-width: 992px){
	.header-login {
		display: block;
	}
	#login {
		margin: 23px 0px;
	}
	#container {
		width: 970px !important;
	}
}
@media (min-width: 1200px){
	#container {
		width: 1170px !important;
	}
}

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

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

@media(min-width:992px) {
	/***** 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 {
	background: #4169e1;
	color: #fff !important;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    background: #2251dd !important;
	color: #fff !important;
	text-decoration: none;
}
.standard_box {
	background: #6e5daf;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.work_list .standard_box a {
    color: #fff !important;
	padding: 5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
	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: #5b4c9a;
	color: #fff;
}
#class_menu li a {
	background: url('img/class_button_bg_blue.gif') repeat-x #0b558e;
	border: 1px solid #2251dd;
	color: #fff !important;
}


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

#webblog_password_container h3 {
    color: #39c;
}
.standard_box h2 {
    color: #39c;
}
#governer_password h2 {
	color: #39c;
}
form label {
    color: #39c;
}
.fc-header-title h2 {
    font-size: 17px;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
}</pre></body></html>