html, body{height:100%;width:100%;}

/*Bootstrap 4 CSS Fixes*/
.breadcrumbTrail{margin-left:0;}
@media (max-width: 767px){.breadcrumbTrail{margin-left:0px;}.visible-xs {display: block!important;}.navbar-default .navbar-brand{margin-top:4px !important;}}
.visible-xs{display:none;}/*This class was removed by Bootstrap*/
.navbar-default .navbar-brand {color: #fff;margin-top: 17px;}
#footerContainer{padding-left:0px;padding-right:0px;}
.footerMedia{display:inline-block;}
.panel-title {margin-top: 0;margin-bottom: 0;font-size: 16px;}
ul.letters{display:inline-block;}
.navbar-default .navbar-toggler .icon-bar {background-color: #FFF;}
.navbar-toggler .icon-bar+.icon-bar {margin-top: 4px;}
.navbar-toggler .icon-bar {display: block;width: 22px;height: 2px;border-radius: 1px;background-color: #FFF;}
.icon-bar{line-height: 14px;vertical-align: text-top;background-image: url(/img/glyphicons-halflings.png);background-position: 14px 14px;background-repeat: no-repeat;}
.container-fluid{padding-right: 0;padding-left: 0;margin-right: 0;margin-left: 0;}
/*End of Bootstrap 4 CSS Fixes*/

/* Contour fixes */
.greyhighlightBox {
	background-color: #eee;
	padding: 15px 30px;
    display: block;
}

.contourIndicator {
    color: inherit !important;
}

label {
    font-weight: normal !important;
}
/* End of contour fixes */

/* Home page banner fixes */
.jumbo-head {
    background: #f5f5f5;
    display: block;
    /* height: 500px; */
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 575px){.jumbo-head{height: 250px;}}
.jumbo-head img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
/* End ofhome page banner fixes */

/* Breadcrumb fixes */
.breadcrumb {
    background-color: transparent;
}
ol {
    display: block;
}
.breadcrumb>li {
    display: inline-block;
}
/* End of breadcrumb fixes */

/*Home Icon Links CSS*/
.banner-links .boxItem.shadow {padding: 15px;}
/*@media (max-width: 575px){.banner-links .boxItem.shadow{padding: 0 15px;}}*/
/*@media (max-width: 575px){.topLinkIcon{display: none;}}*/
.banner-links a .topLinkCaption:hover, .banner-links a .topLinkCaption:focus, .banner-links a .topLinkCaption:active {text-decoration: underline;}
.boxItem.shadow {padding: 15px;border: 1px solid #00b2e22b;}
.banner-links {/*margin: -75px 0 7px 0;*/margin: -90px 15px 15px 15px;}
/*@media (max-width:768px){.banner-links{margin:0px;}}*/
.shadow{border: 1px solid #e6e6e6;box-shadow: aliceblue;-webkit-box-shadow: 0 10px 6px -6px #0606061f;-moz-box-shadow: 0 10px 6px -6px #0606061f;box-shadow: 0 10px 6px -6px #0606061f;padding: 15px 25px;background-color: #004990;}
.banner-links a {
	text-decoration: none;
    margin: 5px 0;	
}



.banner-links a:hover .topLinkIcon, a.landingLink:hover .topLinkIcon {
	margin-top: -3px;
    margin-bottom: 3px;
}

.banner-links a:hover .topLinkCaption {
    text-decoration: underline;
}

a .topLinkCaption {
	text-decoration: none;
    /*font-weight: bold;*/
    /*font-family: MetaWeb-Bold, "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;*/
	/*font-size: 115%;*/
	font-weight: 500;
    font-size: 18px;
	display: block;
}
.banner-links a .topLinkCaption:hover, .banner-links a .topLinkCaption:focus, .banner-links a .topLinkCaption:active {
	text-decoration: underline;
}

.home-feature {
	position: sticky;
    bottom: 0px;
}

.center-block {
     display: block;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
}
.dark-purple, .banner-links a.dark-purple .topLinkIcon
{
	color:#544E97;
}

.dark-yellow, .banner-links a.dark-yellow .topLinkIcon
{
	color:#795102;
}
.dark-turquoise, .banner-links a.dark-turquoise .topLinkIcon
{
	color:#296151;
}
.dark-red, .banner-links a.dark-red .topLinkIcon
{
	color:#B11030;
}
.dark-blue
{
	color:#fff;
}

a.dark-blue:hover, a.dark-blue:focus {
    color: #fff;
    text-decoration: underline;
}

.banner-links a.dark-blue .topLinkIcon
{
	color:#00B2E2;
}


.dark-green, .banner-links a.dark-green .topLinkIcon
{
	color:#486024;
}
.topLinkIcon {
    /*display: block;*/
    font-size: 180%;
	/*margin-left:auto;*/
	margin-right:25px;
	min-height:40px;
	color: #00B2E2;
	vertical-align: middle;
    position: absolute;
    top: auto;
    left: auto;
}

.alert .fa {
	position: absolute;
	 top: calc(50% - 15px);
	color:#333;
	font-size:200%;
}

.indented {
    margin-left: 45px;
}
.row.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.row-flex:before {
    display: block;
}
	
@media(max-width:767px){.banner-links{margin: 0px 15px 15px 15px;}}
/*End of Home Icon Links CSS*/

/*Btn CSS*/
.iconArrow{margin-left:1px;font-size:110%;}
.jumboLink{font-size:120%;font-family: MetaWeb-Bold, "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;}
/*.btn-link{background-color: #004990;
    border: 2px solid #004990;
	text-decoration:none;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 9px;
    margin: 15px 0;  */ 
    /* transition: border .8s ease;*/}


.btn-link span {
	margin-left: 0;
	margin-right: 0;	
}
/*.btn-link:hover span, .btn-link:focus span, .btn-link:focus span {
	color: #8CBF4E;
	margin-left: 3px;
	margin-right: -3px;
	transition: all .8s ease;
}*/

/*.btn-link:hover, .btn-link:focus, .btn-link:focus {
    background-color: #fff;*/
	/*background-image: linear-gradient(141deg, #486024 0%, #8CBF4E 95%);
	background-image: linear-gradient(141deg, #486024 0%, #486024 51%, #8CBF4E 75%);
	background-image: linear-gradient(141deg, #486024 0%, #486024 75%, #8CBF4E 99%);
	webkit-box-shadow: inset -2px -2px 5px rgba(78, 96, 36, 0.3);
	box-shadow: inset -2px -2px 5px rgba(78, 96, 36, 0.3);*/
	/*box-shadow: none;
	border: 1px solid #004990;
	padding: 11px 16px;
    color: #004990;
	text-decoration: none;
	transition: background-color .8s ease;*/
	/*transition: border .8s ease;*/
	/*transition: color .8s ease;
}*/
/*End of Btn CSS*/

/*Homepage Feature*/
.featureContainer{margin-top:20px;}
.centerText{text-align:center;}
.additionalFeatSpacing{margin-left:50px;}
.bottomFeature{margin-top:10px;}
.featureCard{box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);}
.smallFeatureCard{padding-left:0px;margin-left:20px;height:250px;width:555px;}
.smallFeatureCard .card, .smallFeatureCard .row{height:250px;width:555px;}
.cardImg{margin-bottom:10%;max-height:250px;display:block;margin-left:auto;margin-right:auto;object-fit:cover;min-width:100%;}
.smallFeatureImg{min-height:150px;float:left;}
.row.row-eq-height .featureCard{height:95%;}
.featureContent{color:#004990;text-align:center;padding:1px;}
.mainFeatureImg{height:100%;width:100%;min-height:100%;object-fit:fill;}
.smallFeatureImg{height:100%;width:100%;min-height:100%;object-fit:fill;}
.image-container{margin:0px;padding:0px;}
@media (max-width:768px){.smallFeatureCard{margin-left:0px;margin-top:10px;padding-right:0px;}.smallFeatureCard, .smallFeatureCard .row, .smallFeatureCard .card{height:100%;width:100%;}}
/*End of Homepage Feature*/

/*News Centre CSS*/
.newsLink{display:block;margin-left:auto;margin-right:auto;text-align:center;}
.newsRow{margin-top:20px;}
/*End of News Centre CSS*/

/*Footer CSS*/
.azButton{float:right;}
/*End of Footer CSS*/

/*School Term Dates*/
.tablinks.active{    
	color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.schoolTerm .nav>li>a:hover, .schoolTerm .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tablinks {
    position: relative;
    display: block;
    padding: 10px 15px;
	display:inline-block;
	margin-right: 2px;
    line-height: 1.428571429;
   
	color: #555;
    cursor: default;
    background-color: #fff;
    
    
}

.specificTab{display:none;}

.inserviceTag{padding-left:0px;padding-right:0px;}

.inserviceInfo{padding-left:0px;}

.inservice-days{padding-left:10px;}

/*.tab-content{display: none;}*/
.tab-content.active{display:inherit;}
.term-container{display:inline-block;}
/*End of School Term Dates*/