/************************************ SIDE BUTTONS ****************************************/

#google_translate_element, #google_translate_element_low {
	position: absolute;
	top: 0px;
	padding: 5px 10px 4px 70px;
	background: #000066;
	transition: 0.3s;
	left: 31px;
	border: 3px solid #fff;
	width: max-content;
	height: 60px;
	display: none;
}
.goog-te-gadget .goog-te-combo {
	color: #666;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
#google_translate_element.toggled, #google_translate_element_low.toggled {
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content {
	position: absolute;
	top: 64px;
	padding: 10px 12px 10px 42px;
	background: #000066;
	transition: 0.3s;
	left: 31px;
	font-size: 19px;
	border: 3px solid #fff;
	width: max-content;
	height: 60px;
	display: none;
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #fff !important;
}
#search_button:hover{
	color: #b1b1b1;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


/*********************************** MENU ***************************************/

nav {
	background: #000066;
}
nav.home-nav {
	background: transparent;
	z-index: 999;
	position: relative;
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0;
	background: none;
	background: #000066;
	display: flex;
}

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;*/
	height: 55px;
	position: relative;
	line-height: 20px;
	top: 0px;
	text-align:center;
	/*border-right: 2px solid #ecbe84;*/
	/*width: 116px;*/
	/*background: #ce3434;*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	flex: auto;
}
ul#menu .topItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 0px;
    border-left: 2px solid #009900;
    height: 17px;
}
ul#menu .topItem:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 0px;
    border-left: none;
    height: 17px;
}
ul#menu .topItem:hover {
	background-color: #009900;
}
ul#menu .topItem:hover a.topLink {
	color: #fff;
}
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: 15px;
	/*height: 30px;*/
	color: #fff;
	margin: 0;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
ul#menu li a.topLink {
	/*font-weight: 300;*/
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	position: relative;
}
/*ul#menu li a.topLink:hover {
	color: #000;
}*/
/*ul#menu li a:hover {
	color: #000;
}*/
ul#menu ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0px;
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
}
ul#menu ul li{
	display: block;
}
ul#menu li:hover > ul{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
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: #000066;
	/*color: #000;*/
	min-width: 189px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
ul#menu .subItem a:hover {
	background-color: #009900;
	/*color: #fff;*/
}

@media screen and (min-width: 1024px) {
	#main-menu {
		display: block;
	}
}

/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
}
/*.home-nav .sticky ul#menu, .sticky ul#menu {
	background-color: #013858;
}*/
/*.home-nav .sticky ul#menu .subItem a {
	background:#013858;
}*/
.sticky ul#menu {
	background: #000066;
}
nav.home-nav .main-menu.sticky ul#menu li.topItem > ul {
    bottom: auto;
}
nav.home-nav .main-menu.sticky ul#menu ul {
	top: 64px;
}
nav.home-nav .main-menu.sticky ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	bottom: auto;
	position: absolute;
}

/********** MOBILE MENU ********/

.slicknav_menu {
	background: #000066 !important;
	display: block;
}
.slicknav_btn {
	background-color: #009900 !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
}
.slicknav_nav a:hover {
    background: #009900 !important;
    color: #fff !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #fff !important;
}
li.topItem.slicknav_parent.slicknav_open {
	background: #01014d !important;
}
@media screen and (min-width: 1024px) {
	.slicknav_menu{display:none !important;}
}
/********** MENU END ********/


#slider, #grade_slider {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#slider > #slideshow .slider-item, #grade_slider  > #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:#000066;
    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;
    transition: background .3s ease-in-out;
}
#login .gobutton:hover {
    background: #a2106d;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#000;
}

@media (min-width: 992px){
	.header-login {
		display: block;
	}
	#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 {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #000066;
	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-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #009900;
	-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:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
}
 .file_gallery .file:hover {
	background: #000066;
}
.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: #009900;
	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-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.standard_box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #038b03;
	-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;
}
.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: #009900;
	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);
}
#class_menu li a {
    color: #fff !important;
	border: 0;
	background: #000066;
	transition: 0.3s;
	margin: 0px 5px 5px 0px;
}
#class_menu li a:hover{
	background: #009900;
	text-decoration: none;
}

/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/

.modal {
	z-index: 9999999;
}
#webblog_password_container h3 {
    color: #000066;
}
.standard_box h2 {
    color: #000066;
}
#governer_password h2 {
	color: #000066;
}
form label {
    color: #000066;
}
.fc-header-title h2 {
    font-size: 17px;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
}
#id-events #contact-large, #id-contact #contact-large, #id-cookies #contact-large, #id-privacy #contact-large {
	display:none;
}
/********** 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: #000066;
    -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;
}