/************************************ SIDE BUTTONS ****************************************/

#google_translate_element {
	position: absolute;
	top: 0px;
	padding: 7px 15px 7px 25px;
	background: #1f3d7a;
	transition: 0.3s;
	right: 51px;
	border-right: 1px solid #fff;
	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 {
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content {
	position: absolute;
	top: 61px;
	padding: 13px 12px 13px 24px;
	background: #1f3d7a;
	transition: 0.3s;
	right: 51px;
	font-size: 19px;
	border-right: 1px solid #fff;
	display: none;
}
.search-content.toggled {
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button {
	color: #fff;
}
#search_button:hover {
	color: #ccc;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


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

nav {
	background-color: #0f56d9;
	position: relative;
	z-index: 999;
}
nav.home-nav {
	
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: block;*/
	display: flex;
	font-size: 0;
	/*background-color: #e4e4e4;*/
}
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;
	/*border-right: 1px solid #fff;*/
	position: relative;
	line-height: 20px;
	top: 0px;
	height: 64px;
	text-align:center;
	/*background: #f00;*/
	flex: auto;
}
ul#menu .topItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 0px;
    border-left: 1px solid #fff;
    height: 18px;
}
ul#menu .topItem:first-child::before {
    border-left: none;
}
ul#menu .topItem::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 95%;
	height: 5px;
	background: #c2d1f0;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-17px) translate(-50%);
	-moz-transform: translateY(-17px) translate(-50%);
	transform: translateY(-17px) translate(-50%);
}
ul#menu .topItem:hover::after,
ul#menu .topItem:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(-8px) translate(-50%);
	-moz-transform: translateY(-8px) translate(-50%);
	transform: translateY(-8px) translate(-50%);
}
/*nav ul#menu .topItem:hover::after,
nav ul#menu .topItem:focus::after {
	height: 2px;
}*/
ul#menu .topItem .topLink {
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	position: relative;
}
ul#menu .topItem:hover {
	/*background-color: #999;*/
}
ul#menu li{
	/*height: 40px;*/
	line-height:18px;
	text-align: left;
	position: relative;
	text-decoration: none;
	display:block;
	/*top: 37px;*/
}
ul#menu li a {
	font-size: 15px;
	/*height: 30px;*/
	color: #fff;
	margin: 0px 0px;
	padding: 15px 5px;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
ul#menu li a:hover {
	color: #fff;
	/*background: #1f2a4a;*/
}

.home-nav ul#menu li a:hover {
	background: transparent;
}
ul#menu ul {
	display: none;
	position: absolute;
	/*left: -1px;*/
	margin: 0px;
	z-index: 598;
	/*white-space: nowrap;*/
	padding: 0px;
	font-size: 0;
	top: 64px;
	-webkit-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
}
ul#menu ul li {
	display: block;
}
ul#menu li:hover > ul {
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
ul#menu ul {
	text-align: left;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	border-bottom: 6px solid #1f3d7a;
	z-index: 9999 !important;
	min-width: 100%;
	background-color: #0f56d9;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.home-nav ul#menu ul {
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: rgba(15, 86, 217, 0.8);
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 15px 15px;
	background-color: #0f56d9;
	-webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
ul#menu .subItem a:hover {
	background-color: #1f3d7a !important;
	color: #fff;
}
.home-nav ul#menu .subItem a {
	background-color: rgba(15, 86, 217, 0.0);
}
.home-nav ul#menu .subItem a:hover {
	color: #fff;
}
ul#menu .topItem:hover .topLink {
	color: #fff;
	/*background: #1f2a4a;*/
}
.home-nav ul#menu .topItem:hover .topLink {
	background: transparent;
	/*text-decoration: underline;*/
}
@media screen and (min-width: 1024px) {
	#main-menu {
		display: block;
	}
	/*ul#menu > li:nth-child(3) > ul {
		width: 380px;
	}
	ul#menu > li:nth-child(3) > ul > li {
		width: 190px;
		float: left;
	}
	ul#menu > li:nth-child(5) > ul {
		width: 440px;
	}
	ul#menu > li:nth-child(5) > ul > li {
		width: 220px;
		float: left;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(5) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(5) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(9) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(9) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(11) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(11) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(13) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(13) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(15) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(15) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(17) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(5) > ul li:nth-child(17) ul li {
		width: 90px;
	}
	ul#menu li:nth-child(7) > ul{
		width: 620px;
		right: 0;
		left: auto;
	}
	ul#menu li:nth-child(7) > ul > li{
		width: 310px;
		float: left;
	}
	ul#menu li:nth-child(7) > ul > li:nth-child(2) > ul{
		width: 370px;
	}
	ul#menu li:nth-child(7) > ul > li:nth-child(2) > ul > li{
		width: 370px;
		float: left;
	}
	ul#menu > li:nth-child(7) > ul li:nth-child(9) ul {
		left: auto;
		right: 100%;
		margin-left: 0;
		max-width: 90px;
		min-width: 90px;
	}
	ul#menu > li:nth-child(7) > ul li:nth-child(9) ul li {
		width: 90px;
	}
	ul#menu > li:nth-child(7) > ul li:nth-child(11) ul {
		left: auto;
		right: 100%;
		width: 350px;
	}
	ul#menu > li:nth-child(7) > ul li:nth-child(11) ul li {
		width: 350px;
	}
	ul#menu li:nth-child(7) > ul > li:nth-child(18) > ul{
		width: 190px;
	}
	ul#menu li:nth-child(7) > ul > li:nth-child(18) > ul > li{
		width: 190px;
		float: left;
	}*/
}
@media screen and (min-width: 1280px) {
	/*8ul#menu li a {
	font-size: 17px;
	}*/
	ul#menu .topItem::after {
		width: 90%;
	}
}
/*@media screen and (min-width: 1500px) {
	ul#menu li a {
	font-size: 16px;
	}
}*/
/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	z-index: 9999;
	background: #fff;
	-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;
}
#main-menu.sticky ul#menu {
	background-color: #0f56d9;
}

.home-nav .sticky ul#menu ul {
	background: #0f56d9;
	border-bottom: 6px solid #1f3d7a;
	-webkit-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
}
.home-nav .sticky ul#menu .subItem a {
	background-color: #0f56d9;
}

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

.slicknav_menu {
	background: #0f56d9 !important;
	display: block;
}
.slicknav_btn {
	background-color: #1f3d7a !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
	border-bottom: 1px solid rgba(243, 242, 243, 0.05);
}
.slicknav_nav a:hover {
    background: #1f3d7a !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: #115eee !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:#0f56d9;
    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 {
	height: 100%;
}
.carousel-inner .item {
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 300px;
}
.carousel-indicators{
	display: none;
}
.carousel-inner .slide-1{
	background-image: url('img/slider-image_5.jpg');
}
.carousel-inner .slide-2{
	background-image: url('img/slider-image_1.jpg');
}
.carousel-inner .slide-3{
	background-image: url('img/slider-image_3.jpg');
}
.carousel-inner .slide-4{
	background-image: url('img/slider-image_2.jpg');
}
.carousel-inner .slide-5{
	background-image: url('img/slider-image_4.jpg');
}
.carousel-inner .slide-6{
	background-image: url('img/slider-image_6.jpg');
}
.carousel-inner .slide{
	height: 100%;
	background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control{
	opacity: 1;
	position: relative;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width: auto;
	height: auto;
	padding: 5px;
	background: #0f56d9;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	position: relative;
	top: auto;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right: auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left: auto;
}
.controls{
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 2;
	display: none;
}
@media (min-width: 1024px) {
	.carousel-inner {
		height: 100%;
	}
}


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

.file_gallery .file {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #0f56d9;
	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: #1f3d7a;
	-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: #0f56d9;
}
.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: #1f3d7a;
	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: #152951;
	-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;*/
	display: inline-block;
	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: #1f3d7a;
	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 {
	background: url('img/class_button_bg_blue.gif') repeat-x #3d438f;
	border: 1px solid #262a59;
	color: #fff !important;
}

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

.modal {
	z-index: 9999999;
}
#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;
	}
}
#id-events #contact-large, #id-events #mission, #id-contact #contact-large, #id-contact #mission, #id-cookies #contact-large, #id-cookies #mission, #id-privacy #contact-large, #id-privacy #mission {
	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: #0f56d9;
    -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;
}


.home-header .navbar-brand > img, .home-school, .e-blocks .event-col, .latest-news .news-col, statement-wrap {
	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;
}