/* MAIN COMPONENTS */

@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/optima_b-webfont.woff2') format('woff2'),
         url('../fonts/optima_b-webfont.woff') format('woff'),
         url('../fonts/optima_b-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'optimanormal';
    src: url('../fonts/optima-webfont.woff2') format('woff2'),
         url('../fonts/optima-webfont.woff') format('woff'),
         url('../fonts/optima-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #34495e;
  /*background-color: #132764;*/
  background-color: white
}
@media (max-width: 767px) {
body {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
	.navbar {border-radius: 0px!important;}
}
	
.navbar-fixed-top {
	position: relative;
    top: auto;
}

.navbar-collapse {
	max-height: none;
}
	
body {
	margin: 0;
}
}
a {
  color: #1a77bd;
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s;
}
a:hover,
a:focus {
  color: #34495e;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.main-cont a {
	font-weight: 600;
	text-decoration: underline
}

/* STRUCTURE */

.outer__wrapper {
	background-color: #ffffff;	
}

.container-fluid {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0px;
    padding-right: 0px;
}

/*TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #c3040b;
	margin-top: 20px;
    margin-bottom: 20px;
	text-transform: uppercase
	
}

.yellow {
  color: #e5222e;
}

.red {
  color: #204a9f;
}

.red-bg {
  background: #204a9f;
}

.light-blue {
  color: rgba(26, 90, 155, 0.5);
}

.light-blue-bg {
  background: rgba(26, 90, 155, 0.5);
}

/* TOP HEADER */

.header {
	position: relative;
	padding: 15px 0 10px;
	/*background-color: #fff;*/
}

.header__details {
	float: right;
	font-size: 18px;
	text-align: right;
	color: white;
	margin-top: 10px;
}

@media only screen and (max-width : 991px) {
.header__details {
	font-size: 16px;
}
}

@media only screen and (max-width : 767px) {
.header__details {
	display: none;
}
}

.header__details a {
	color: #337ab7;
	font-weight: 600;
}

.home .header__details a {
	color: #2e3192;
}

.header__details a:hover, .home .header__details a:hover {
	color: #000
}

/* LOGO */

.brand   {	
	background-image: url(images/windsor-logo.png) ;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain; 
    display: block;
	width: 180px;
	height: 120px;
	background-size: 180px 120px;
	display: inline-block
}


@media only screen and (max-width: 1050px) {
.brand   {	
	background-image: url(images/windsor-logo.png) ;
	width: 150px;
	height: 100px;
	background-size: 150px 100px;
}
}

@media only screen and (max-width: 767px) {
.brand   {	
	background-image: url(images/windsor-logo.png) ;
	width: 110px;
	height: 73px;
	background-size: 110px 73px;
}
}

/* NAVIGATION */

.nav-justified {
  display: table;
  table-layout: fixed;
}

.nav-justified > li {
  width: 100%;
}


.nav-justified>li>a {
    font-size: 18px;
}

@media only screen and (max-width : 1200px) {
.nav-justified>li>a {
    font-size: 16px;
}
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}

@media only screen and (max-width : 1100px) {
.nav-justified>li>a {
	font-size: 14px;
}
}

@media only screen and (min-width: 768px) and (max-width : 992px) {
.nav-justified>li>a {
    font-size: 13px;
	padding: 10px 2px;
}

.nav-justified .caret {
	display: none
}
}

@media only screen and (min-width: 768px) {
	
.nav-justified>li>a {
  color: #34495e;
	/*-webkit-box-shadow:0px -5px 0px 0px inset;
    -moz-box-shadow:0px -5px 0px 0px inset;
    box-shadow:0px -5px 0px 0px inset;*/
	font-weight: bold;
	padding: 14px 2px 18px;
	background-color: #e5222e;
	color: white;
	border-left: solid 1px #c3040b;
}
	
.nav-justified>li>a:hover, .nav-justified>li>a:focus {
	background-color: #e5222e;
	color: #ffffff
}
	
.nav-justified>li:nth-child(4n+1)>a {

	-webkit-box-shadow:0px -5px 0px 0px #64c65f  inset;
    -moz-box-shadow:0px -5px 0px 0px #64c65f  inset;
    box-shadow:0px -5px 0px 0px #64c65f  inset;
	border-left: solid 1px #c3040b
}

.nav-justified>li:nth-child(4n+2)>a {
	-webkit-box-shadow:0px -5px 0px 0px #3496da inset;
    -moz-box-shadow:0px -5px 0px 0px #3496da inset;
    box-shadow:0px -5px 0px 0px #3496da inset;
}

.nav-justified>li:nth-child(4n+3)>a {
	-webkit-box-shadow:0px -5px 0px 0px #ea7503 inset;
    -moz-box-shadow:0px -5px 0px 0px #ea7503 inset;
    box-shadow:0px -5px 0px 0px #ea7503 inset;
}

.nav-justified>li:nth-child(4n+4)>a {
	-webkit-box-shadow:0px -5px 0px 0px #eab603 inset;
    -moz-box-shadow:0px -5px 0px 0px #eab603 inset;
    box-shadow:0px -5px 0px 0px #eab603 inset;
}
	
	.nav-justified>li:nth-child(4n+5)>a {
	-webkit-box-shadow:0px -5px 0px 0px #a80715 inset;
    -moz-box-shadow:00px -5px 0px 0px #a80715 inset;
    box-shadow:0px -5px 0px 0px #a80715 inset;
}
	


.nav-justified>li:nth-child(4n+1)>a:hover, .nav-justified>li:nth-child(4n+1)>a:focus {
	background-color: #64c65f;
	color: #ffffff
}

.nav-justified>li:nth-child(4n+2)>a:hover, .nav-justified>li:nth-child(4n+2)>a:focus {
	background-color: #3496da;
	color: #ffffff
}

.nav-justified>li:nth-child(4n+3)>a:hover, .nav-justified>li:nth-child(4n+3)>a:focus {
	background-color: #ea7503;
	color: #ffffff
}

.nav-justified>li:nth-child(4n+4)>a:hover, .nav-justified>li:nth-child(4n+4)>a:focus {
	background-color: #eab603;	
	color: #ffffff
}
	
.nav-justified>li:nth-child(4n+5)>a:hover, .nav-justified>li:nth-child(4n+5)>a:focus {
	background-color: #a80715;	
	color: #ffffff
}


.nav-justified .active:nth-child(4n+1) {
	background-color: rgba(240, 205, 58, 0.3);
	color: #ffffff!Important;
}

.nav-justified .active:nth-child(4n+2) {
	background-color: rgba(4, 123, 227, 0.3);
	color: #ffffff
}

.nav-justified .active:nth-child(4n+3) {
	background-color: rgba(160, 35, 32, 0.3);
	color: #ffffff
}

.nav-justified .active:nth-child(4n+4) {
	background-color: rgba(136, 200, 123, 0.3);
	color: #ffffff
}
	
	.nav-justified .active:nth-child(4n+5) {
	background-color: rgba(234, 140, 5, 0.3);
	color: #ffffff
}

/*.nav-justified>.dropdown:nth-child(4n+2) .dropdown-menu {
 	background-color: rgba(4, 123, 227, 1);
}

.nav-justified>.dropdown:nth-child(4n+3) .dropdown-menu {
	background-color: rgba(160, 35, 32, 1);
}
	
.nav-justified>.dropdown:nth-child(4n+4) .dropdown-menu {
	background-color: rgba(136, 200, 123, 1);
}
	
.nav-justified>.dropdown:nth-child(4n+5) .dropdown-menu {
	background-color: rgba(234, 140, 5, 1);
}*/

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

}

.dropdown-menu {
    padding: 0;
	font-size: 16px;
}

@media only screen and (max-width: 1200px) {
.dropdown-menu {
	font-size: 14px;
}
}

@media only screen and (max-width: 1200px) {
.dropdown-menu {
	font-size: 13px;
}
}

@media only screen and (max-width: 768px) {
.dropdown-menu {
	font-size: 14px;
}
}

@media only screen and (miN-width : 768px) {
	.dropdown-menu {
    width: 100%;
	padding-bottom: 10px;
	background-color: #c3040b
}
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: white;
    white-space: nowrap;
	
	
	
	 white-space: normal; 
}

.dropdown-menu>li>a:hover, .dropdown-menu>.current-menu-item>a,  .dropdown-menu>.current-menu-item>a:hover {
    background-color: rgba(0,0,0,0.16);
	color: white;
}

@media only screen and (max-width : 767px) {
	
.dropdown-menu>li>a {
    color: white;
	text-shadow: none
}

.dropdown-menu>li>a:hover, .dropdown-menu>.active>a,  .dropdown-menu>.active>a:hover {
    background-color: rgba(0,0,0,0.16);
	color: white;
}
	
	
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 0;
    }
	
.nav-justified li.dropdown.open .dropdown-menu{
	position:relative;
	top:auto;
	left:12px;
	float:none;
	display: block;
}
}

/* MOBILE MENU */

@media only screen and (min-width : 768px) {
	
.navbar-collapse.in {
    margin-top: 0px;
    max-height: none;
    overflow-x: auto;
}
	
.dropdown-submenu{position:relative;}

.dropdown-submenu>.dropdown-menu{
	top:0;
	right:-100%;
	margin-top:-26px;
	margin-left:-1px;
	border-top: solid 1px rgba(0,0,0,0.10);
}

.dropdown-submenu:hover>.dropdown-menu{
	display:block;
}

.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;width:0;height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#66aedb;
	margin-top:5px;
	margin-right:-10px;
}

.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}

.dropdown-submenu.pull-left{
	float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

}

/* MOBILE MENU */

.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 8px;
    margin-top: -68px;
    margin-right: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	color: dimgrey
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default {
    background-color: #e5222e;
}

.navbar {
    min-height: 40px;
}

.navbar-nav {
    margin: 0px;
	position: relative
}

@media only screen and (max-width : 992px) {
.navbar {
    min-height: 0px;
}
}

@media only screen and (max-width : 767px) {
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: left!Important;
	text-transform: uppercase;
	border-bottom: solid 1pt rgba(0, 0, 0, 0.15);
	font-weight: 600;
	color: white
}
	
.nav-justified>li>a:hover {
	background-color: transparent;
	color: yellow;
}
}

/* SUB NAV */

.subnav-header {
	padding: 18px 22px;
    background-color: #c3040b;
	font-weight: 400;
	color: white;
	font-size: 22px;
	margin: -10px -25px 5px -25px;
}

.subnav-header h3 {
	color: white;
	padding: 0;
	margin: 0;
}

@media (max-width: 1390px) {
.subnav-header {
	padding: 18px 22px;
	font-size: 20px;
	margin: -10px -15px 5px -15px;
}
}

@media (max-width: 1400px) {
.subnav-header {
	padding: 15px 15px;
}
}

@media (max-width: 1200px) {
.sub-nav h3 {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.sub-nav {
	display: none	
}
}

.sub-nav {
    background: rgba(0,0,0, 0.1);
    padding: 0.6em 25px 2em 25px;
	margin: 0;
    list-style: none;
    position: relative;
	border-radius: 0px;
	margin-bottom: 30px;
}

.sub-nav:before, .sub-nav:after {
    content: "";
    display: table;
}

@media (max-width: 1390px) {
.sub-nav {
    background: rgba(0,0,0, 0.1);
    padding: 0.5em 15px 1em 15px;
}
}

@media (max-width: 990px) {
.sub-nav {
	display: none;
}
}

.sub-nav li {
	padding-left: 0;
	list-style: none;
}

#menu-primary-navigation-1 {
	width: 100%;
	border-top: solid 1pt rgba(255, 255, 255, 0);
}

.sub-nav ul {
	margin-left: 0;
	padding-left: 0;
	float: left
}

.sub-nav .menu a {
	color: #000;
	margin: 0;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	border-bottom: solid 1pt rgba(0, 0, 0, 0.2);
}

.sub-nav .menu a:hover {
	color: #000;
}

.menu li a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.menu li li li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 14px;
	font-size: 14px
}

/* SIDE NAV */

#sidenav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
}

@media (max-width: 1100px) {
#sidenav ul {
	font-size: 16px;
}	
}

#sidenav ul { 
	display: list-item; 
	list-style: none;
	width: 100%
}


#sidenav li:after {
  content: "";
  display: table;
  clear: both;
}

#sidenav li  {
   background-color: rgba(26, 90, 155, 0)
}

#sidenav li li  {
   background-color: rgba(26, 90, 155, 0)
}

/*#sidenav ul li.current_page_item  {
	color: #700a27
}

#sidenav ul li li.current_page_item  {
	color: #700a27;
}

#sidenav ul li li.current_page_item a  {
	color: #700a27!important;
	font-weight: bold;
}*/

#sidenav .current_page_item > a {
    color: red;
    font-weight: bold;
}

#sidenav a:hover {
	color: #bd0000

}

#sidenav a:hover {
	color: #700a27

}
#sidenav ul li li.menu-item-has-children a:before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 0.5em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #700a27;
    font-weight: bold;
    opacity: 1;
}

#sidenav ul li li li a:before {
    display: none
}

/** HIDE TOP LEVEL PARENT PAGE **/

#sidenav ul .menu-item-has-children > a {
   display:none
}

#sidenav ul ul .menu-item-has-children > a {
   display: inherit
}

/** INNER PAGE HEADER **/

.top_site_main {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: rgba(26,70,113,1);
    min-height: 265px;
}

.top_site_main-nobg {
    position: relative;
	min-height: 20px
}

.post-type-archive-tribe_events .top_site_main, .post-type-archive-tribe_events .top_site_main-nobg {
    display: none
}


.page-template-page-news .top_site_main, .page-template-page-news .top_site_main-nobg {
    margin-bottom: 60px
}

.top_site_main, .top_site_main-nobg {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
.top_site_main, .top_site_main-nobg {
	/*margin-top: 47px*/
}	
}

@media (min-width: 1800px) {
.top_site_main {
    min-height: 440px;
}

}

@media (max-width: 1799px) {
.top_site_main {
    min-height: 350px;
}
}

@media (max-width: 1400px) {
.top_site_main {
    min-height: 275px;
}
	
.page-template-page-news .top_site_main, .page-template-page-news .top_site_main-nobg {
    margin-bottom: 40px
}
}

@media (max-width: 767px) {
.top_site_main {
    min-height: 230px;
}
}

@media (max-width: 650px) {
.top_site_main {
    min-height: 200px;
}
	
.top_site_main, .top_site_main-nobg {
    margin-bottom: 20px
}
	
.page-template-page-news .top_site_main, .page-template-page-news .top_site_main-nobg {
    margin-bottom: 30px
}
}


@media (max-width: 600px) {

.top_site_main-nobg {
    margin-bottom: 10px
}
}

.top_site_main>.overlay-top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}

.top_site_main .page-title-wrapper {
    position: absolute;
	bottom: 30px

}

.top_site_main .page-title-wrapper .banner-wrapper, 
.top_site_main-nobg .page-title-wrapper .banner-wrapper {
    overflow: hidden;
}

.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    margin: 0;
    font-family: "source-serif-pro", serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    color: #ffffff;
	text-transform: uppercase
}

.top_site_main .page-title-wrapper h1 {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.46);
}

.top_site_main-nobg .page-title-wrapper h1 {
    color: #c3040b;
}

@media (min-width: 2000px) {
.top_site_main .page-title-wrapper h1 {
    margin-left: 40px
}
}

@media (min-width: 1700px) {
.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    font-size: 58px;
}
}

@media (max-width: 1400px) {
.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    font-size: 46px;
}
	
.top_site_main .page-title-wrapper, .top_site_main-nobg .page-title-wrapper {
    bottom: 20px;
}
}

@media (max-width: 1200px) {
.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    font-size: 38px;
}
}

@media (max-width: 767px) {
.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    font-size: 28px;
}
}

@media (max-width: 600px) {
.top_site_main .page-title-wrapper h1,
.top_site_main-nobg .page-title-wrapper h1 {
    font-size: 22px;
}
}

@media (min-width: 1200px) {
.top_site_main .page-title-wrapper h1:before,
.top_site_main-nobg .page-title-wrapper h1:before {
	height: 52px;
	width: 6px;
}
}

@media (max-width: 991px) {
.top_site_main .page-title-wrapper h1:before,
.top_site_main-nobg .page-title-wrapper h1:before {
	height: 32px;
	top:3px;
}
}

@media (max-width: 650px) {
.top_site_main .page-title-wrapper h1:before,
.top_site_main-nobg .page-title-wrapper h1:before {
	height: 28px;
	top:3px;
	width: 3px
}
}

/* INNER PAGE */

@media only screen and (min-width : 769px) {
#main {
	margin: 195px 0 0 0;
	padding-bottom: 60px;
}
}

@media only screen and (max-width : 767px) {
#main {
	margin: 35px 0 0 0;
	padding-bottom: 60px;
}
}

/** FLUID CONTAINER **/

@media screen and (max-width: 1999px) {
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
}
}
	
@media screen and (max-width: 991px) {
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 2000px) {
.container-fluid {
    max-width: 1950px;
    margin: 0 auto !important;
    float: none !important;
}
}

@media screen and (min-width: 1700px) {
.main .col-md-3 {
    width: 20%;
}
	
.main .col-md-9 {
    width: 80%;
}
	
.page-title-wrapper .container-fluid, .page-title-wrapper .container-fluid {
	width: 100%;
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}
}

/* TICKER */

/* HOME PAGE TICKER */

.home-ticker-wrapper {
	background: #204a9f;	
	color: #fff;
	font-size: 18px;
	padding: 8px 20px 8px 20px;
}

@media screen and (max-width: 1199px) {
.home-ticker-wrapper {
	padding: 10px;
}
}

.home-ticker-wrapper b {
	font-size: 20px;
	text-align: center!important;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
.home-ticker-wrapper b {
	font-size: 18px;
}
}

@media screen and (max-width: 991px) {
.home-ticker-wrapper b {
	font-size: 16px;
	padding-top: 10px;
}
}

.home-ticker-wrapper a {	
	color: #fff;
}

.home-ticker-wrapper-inner {
max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 992px) {
.home-ticker-wrapper {
	font-size: 14px;
}
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
}

.ticker {
  display: inline-block;
  margin-top: 0px;
  white-space: nowrap;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

@media screen and (max-width: 1199px) {
.ticker__item {
  font-size: 1.7rem;
}
}

@media screen and (max-width: 991px) {
.ticker__item {
  font-size: 1.5rem;
}
}

/* HOME PAGE WELCOME */

#welcome {
	margin-top: 50px;
}

@media only screen and (max-width :991px) {
#welcome {
	margin-top: 0px;
}	
}

#welcome hr, hr {
	border-color: white;
}


.welcome__home {
	position: relative;
	overflow: hidden
}

.whats__on__home {
	margin-left: 0px;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width : 991px) {
.welcome__home {
	margin-left: 0px;
}	
}

.welcome__pretitle {
    width: 100%;
    color: #91bed4;
	overflow: hidden;
   text-align: center;
}

.welcome__pretitle h2 {
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
	padding: 0 12px;
	font-size: 22px;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	color: white;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 500px) {
.welcome__pretitle h2 {
    margin-bottom: 2px;
	font-size: 18px;
}
}

.welcome__pretitle h2:before,
.welcome__pretitle h2:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 20%;
  background-color: #fff;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.welcome__pretitle h2:before {
  right: 100%;
}

.welcome__pretitle h2:after {
  left: 100%;
}

.welcome__title {
    font-size: 1.9em;
	line-height: 1.2em;
	font-family: "source-serif-pro", serif;
    font-weight: 400;
    text-align: center;
  color: #fff;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	margin-bottom: 0px;
}

@media only screen and (max-width : 1350px) {
.welcome__title {
    font-size: 1.3em;
	line-height: 1.2em;
}
}

@media only screen and (max-width : 1050px) {
.welcome__title {
    font-size: 1em;
	line-height: 1.1em;
}
}

@media screen and (max-width: 770px) {
.welcome__title {
    font-size: 0.9em;
	line-height: 1.1em;
}
	
.welcome__title p {
	margin-bottom: 3px;
}
}

@media screen and (max-width: 630px) {
.welcome__title {
    font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 400px) {
.welcome__title {
    font-size: 0.7em;
	margin-bottom: 5px;
}
}

.welcome__title span {
    display: block;

}

.welcome__title, .welcome__content {
    float: left;
    width: 100%;
}

.welcome__title__region p, .welcome__content p {
    margin: 0;
	margin-bottom: 10px
}

.welcome__content {
    margin-bottom: 2em;
}

.head__info {
	font-weight: 600;
	font-size: 16px;
	float: left;
	text-align: center;
	margin: 0 15px 0 0
}

.head__info .head {
	font-family: "source-serif-pro", serif;	
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-top: -13px
}

/* WELCOME */

.welcome-intro {
    padding: 45px 0;
    text-align: center;
	background-color: white
	
}
    .welcome-intro.no-padd-top {
        padding: 45px 0 0 0;
    }

.welcome-wrapper {
    width: 90%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.welcome-wrapper:after,
.welcome-wrapper:before {
    content: "";
    display: table
}

.welcome-wrapper:after {
    clear: both
}

.welcome-wrapper .arrow-link {
    margin-top: 25px
}

.welcome-content {
    width: 100%;
    margin-bottom: 0px;
	text-align: left;
	line-height: 1.8;
}

.welcome-content img {
    max-width: 100%;
	margin-bottom: 0px;
}

@media all and (min-width: 991px) {
.welcome-content img {
    max-width: 80%;
	margin-bottom: 0px;
}	
}

@media (min-width:1025px) {
    .welcome-intro {
        padding: 40px 0 35px 0;
        text-align: left
    }
    .welcome-intro.no-padd-top {
        padding: 80px 0 0 0;
    }
    .welcome-content {
        width: calc(100%);
        float: left;
        padding-right: 0px;
        margin-bottom: 0
    }
}

@media (max-width:1200px) {
.welcome-intro {
    padding: 25px 0 15px;
    text-align: center
}
    .welcome-intro.no-padd-top {
        padding: 25px 0 0 0;
    }
}

.welcome-content h2 {
    font-family: 'Kalam', cursive;
    font-weight: 400;
    color: #81080d;
    font-size: 3.2em;
	line-height: 1;
    letter-spacing: -2.5px;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
	text-align: center;
}

@media (max-width: 1100px) {
.welcome-content h2 {
    font-size: 2.6em;
}	
}

@media (max-width: 990px) {
.welcome-content h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
}	
}

@media (max-width: 450px) {
.welcome-content h2 {
    font-size: 2em;
}	
}

@media (max-width: 330px) {
.welcome-content h2 {
    font-size: 1.6em;
}	
}

.head_img {
    width: 170px!important;
    height: 170px;
    -webkit-box-shadow: 0 0 0 14px rgba(41, 10, 104, 0.05);
    box-shadow: 0 0 0 14px rgba(41, 10, 104, 0.05);
	border-radius: 50%;
	float: left;
	margin-left: 0;
	margin-right: 35px;
	margin-bottom: 30px;
	margin-top: 25px;
	background-size: cover;
}

@media (max-width: 550px) {
.head_img {
    width: 130px!important;
    height: 130px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 25px;
}
}

@media (max-width: 440px) {
.head_img {
    display:none
}
}


/* NEWS, EVENTS  & TWITTER */

.news-twitter_home {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.news-twitter_home:after, .news-wrapper:after, .twitter-wrapper:after, .intro-wrapper:after,
.news-twitter_home:before, .news-wrapper:before, .intro-wrapper:before, .twitter-wrapper:before {
    content: "";
    display: table
}


.news-twitter_home:after, .news-wrapper:after, .twitter-wrapper:after, .intro-wrapper:after {
    clear: both
}

.intro-wrapper {
	width: calc(33% - 40px);
	margin-left: 40px;
	float: left;
	color: white
}

.news-wrapper {
	width: calc(33% - 40px);
	margin-left: 28px;
	float: left;
	color: white
}

.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	margin-bottom: 5px;
	margin-top: 12px
}


.news-wrapper span, .intro-wrapper span {
	display:block;
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px
}

.noticeboard span {display: inline-block!important}

@media (max-width:600px) {
.news-wrapper span, .intro-wrapper span {
	font-size: 12px;
	margin-bottom: 20px
}
}

.news-wrapper p, .intro-wrapper p {
	margin-bottom: 1.5em;
	color: white
}

.news-wrapper a, .intro-wrapper a {
	color: white;
	text-decoration: none;
	-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
	font-weight: 500;
	font-size: 20px;
}

@media (max-width:600px) {
.news-wrapper a, .intro-wrapper a {
	font-size: 18px;
}
}

.news-wrapper a:hover, .intro-wrapper a:hover {
	color: #fff;
	text-decoration: none
}

.news-wrapper .arrow-link a, .intro-wrapper span .arrow-link a {
	font-size: 16px;
}

.twitter-wrapper {
	width: calc(33% - 42px);
	margin-right: 40px;
	float: right
}

.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	font-size: 2em;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
    font-weight: 400;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase
}

.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	margin-bottom: 12px;
}

@media (max-width:700px) {
.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	font-size: 1.8em;
}
}

@media (max-width:550px) {
.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	font-size: 1.6em;
}
}

@media (max-width:400px) {
.intro-wrapper h2, .news-wrapper h2, .twitter-wrapper h2 {
	font-size: 1.4em;
}
}

@media (max-width:1200px) {
.intro-wrapper, .news-wrapper, .twitter-wrapper {
	width: calc(100% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	text-align: left!important
}
	
.news-wrapper, .intro-wrapper {
	margin-bottom: 30px
}	
}

@media (max-width:600px) {
.intro-wrapper, .news-wrapper, .twitter-wrapper {
	width: calc(100%);
	margin-left: 0px;
	margin-right: 0px;
}
	
.news-wrapper, .intro-wrapper {
	margin-bottom: 20px
}	
}

.ecs-event h4 {margin: 1em 0 0;}

ul.ecs-event-list {
    padding: 0;
}

.ecs-event-list li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.box-colour-1, .box-colour-2, .box-colour-3 {
	background-color: rgba(136,5,8,1.00);
	padding: 30px 34px;
	border-radius: 30px;
}

.box-colour-3 {
	background-color: rgba(248,238,250,1.00);
	padding: 0px 0px 20px 0;
}

@media only screen and (max-width: 1300px) {
.box-colour-1, .box-colour-2, .box-colour-3 {
	border-radius: 20px;
}
}

@media only screen and (max-width: 1000px) {
.box-colour-1, .box-colour-2, .box-colour-3 {
	border-radius: 0px;
}
}

@media (max-width:991px) {
.box-colour-1, .box-colour-2, .box-colour-3 {
	padding: 20px 25px
}
.box-colour-3 {
	padding: 0 0 15px 0
}
}

.box-colour-1 {
	/*background-color: #000099;*/
	background-color: #e5222e;
}

.box-colour-2 {
	background-color: /*#000099*/#e5222e;
}


/** HOME PAGE - QUICK LINKS **/

.quick__links {
    width: 100%;
    overflow: hidden;
    text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width :991px) {
.quick__links {
    margin-top: 30px
}	
}

.quick__links p {
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding: 0 12px;
    font-size: 2em;
    line-height: 1.2em;
	font-weight: 400;
    margin-top: 0;
    font-family: "source-serif-pro", serif;
	text-transform: uppercase
	
}

.quick__links p:before,
.quick__links p:after {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
    top: 50%;
  width: 20%;
  background-color: #91bed4;
}

.quick__links p:before {
  right: 100%;
}

.quick__links p:after {
  left: 100%;
}



.options {
	padding: 30px 10px;
	display: block;
}

.options .opt-holder {
    text-align: center;
    color: #FFFFFF;
    min-height: 120px;
    width: 100%;
    display: table;
    height: 150px;
}

@media screen and (max-width: 991px) {
.options .opt-holder {
    min-height: 90px;
    height: 100px;
}
}

.options .col-md-3, .options .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.options .opt-holder .i-wrap {
    position: absolute;
	top: 15px;
	right: 25px;
}

.options .opt-holder .i-wrap i {
	font-size: 2.3em
}

.two .i-wrap i {
	font-size: 2.8em!Important
}

.two .i-wrap {
	top: 13px!Important
}

.options .opt-holder span {
    text-align: left;
    font-weight: 600;
    font-size: 36px;
    line-height: 32px;
    padding: 20px;
    display: table-cell;
    vertical-align: bottom;
	font-family: 'EB Garamond', serif;
}

@media (max-width:991px) {
.options .opt-holder span {
    font-size: 28px;
    line-height: 28px;
}
}

@media (max-width:767px) {
.options .opt-holder span {
    font-size: 22px;
    line-height: 22px;
}
}

.options .opt-holder span p {
    font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	opacity: .8;
	font-weight: 400;
	letter-spacing: 0px;
}

@media (max-width:991px) {
.options .opt-holder span p {
    font-size: 14px;
	line-height: 14px;
}
}

.options .opt-holder .arrow  {
  font-size: 26px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 37px;
  bottom: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.arrow .material-icons {
	font-size: 38px	
}

@media (max-width:1100px) {
.options .opt-holder .arrow  {
  font-size: 25px;
}

.arrow .material-icons {
	font-size: 32px	
}
}

@media (max-width:991px) {
.options .opt-holder .arrow  {
  font-size: 28px;
}
}

@media (max-width:890px) {
.options .opt-holder .arrow {
    display: none
}

.arrow .material-icons {
    display: none
}
}

.options .one:hover .arrow, .options .two:hover .arrow, .options .three:hover .arrow, .options .four:hover .arrow {
  opacity: 1;
  text-indent: 45px;
}

@media (max-width:991px) {
.options .one:hover .arrow, .options .two:hover .arrow, .options .three:hover .arrow, .options .four:hover .arrow {
  text-indent: 50px;
}
}

.options .one {
	background-color: rgba(0,62,116,0.75);
		-o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.options .two {
	background-color: rgba(31,128,140,0.75);
		-o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.options .three {
	background-color: rgba(211,153,4,0.85);
		-o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.options .four {
	background-color: rgba(168,199,6,1.00);
		-o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.options .one:hover, .options .two:hover, .options .three:hover, .options .four:hover {
	background-color: #666;
}


/* HOME PAGE WHAT'S ON */

.home .upcoming-events li {
    margin:0px;
    list-style:none;
	padding: 6px 18px 6px 30px;
	position: relative;
    background-color: rgba(26, 90, 155, 0);
}

.home .upcoming-events li:before { 
	content: "\f073"; 
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
	left: 0; 
    top: 0.25em;
	font-size: 1.3em;
	color: #00ccff;
}

.home .upcoming-events li:nth-child(2) {
	background-color: #ffffff;
}

.home .upcoming-events  {
    color: #666;
	font-size: 12px;
	margin-left: -40px;
	margin-top: 15px;
}

.home .upcoming-events p {
    display: block;
    font-size: 13px;
	color: #34495e;
}

.home .upcoming-events a {
    font-family: "source-serif-pro", serif;
    display: inline-block;
    font-size: 16px;
	line-height: 16px;
    text-align: left;
}

.home .upcoming-events span {
    display: inline-block;
}

.home .upcoming-events {
	min-width: 100%;
}

/* MAIN CALENDAR */

.mc-main .event-title a {color: #ffffff}

.mc-main table .current-day .mc-date {
    background: rgba(0, 0, 0, .8) !important;
    color: #fff;
}

.tribe-block__venue {
    border: 0px solid var(--tec-color-border-secondary);
	padding: var(--tec-spacer-3);
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 40px!important;
	color: #bd0000;
	line-height: 1.1!important
}

@media only screen and (max-width:990px) {
.single-tribe_events .tribe-events-single-event-title {
    font-size: 32px!important;
}
}

@media only screen and (max-width:600px) {
.single-tribe_events .tribe-events-single-event-title {
    font-size: 26px!important;
}
}

h2.tribe-events-schedule__datetime, .tribe-events-schedule__date, .tribe-events-schedule__time, .tribe-events-schedule__time {
    font-size: 16px!important;
}

@media only screen and (max-width:767px) {
h2.tribe-events-schedule__datetime, .tribe-events-schedule__date, .tribe-events-schedule__time, .tribe-events-schedule__time {
    font-size: 14px!important;
}	
}

@media only screen and (min-width:991px) {
.whats__on__home {
	margin-left: 20px;
}
}

.whats__on__title {
    font-size: 1.6em;
	line-height: 1.2em;
	font-family: "source-serif-pro", serif;
    font-weight: 700;
	text-align: center;
	margin-top: 4px
}

.whats__on__title i {
	margin-right: 6px;
}

.fa-rotate-20 {
    -ms-transform:rotate(-15deg)!important;     /* Internet Explorer 9 */
    -webkit-transform:rotate(-15deg)!important; /* Chrome, Safari, Opera */
    transform:rotate(-15deg)!important;         /* Standard syntax */
}

.whats__on__home .glyphicon
{
    margin-right:4px !important; /*override*/
}

.whats__on__home .pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.whats__on__pagination>li>a, .pagination>li>span,  .btn-more {
    position: relative;
    float: left;
    padding: 6px 8px 8px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #204a9f;
    border: 3px solid #204a9f;
	-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	box-shadow: 2px 3px 0 2px rgba(0,0,0,0.1);
}

.whats__on__pagination>li>a:hover, .btn-more:hover {
 	color: #fff;
    background-color:#6d0704;
    border: 3px solid #6d0704;
	-moz-transform: translate(0px, 2px);
	-webkit-transform: translate(0px, 2px);
	-o-transform: translate(0px, 2px);
	-ms-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

.btn-more {
	font-family: "source-serif-pro", serif;
	margin-top: 15px;
}

.whats__on__pagination>li>a:first-child {
    margin-left: 12px;
}

.whats__on__home .panel-default {
    border-color: #fff;
}

.panel ul {
    padding:0px;
    margin:0px;
    list-style:none;
	display:inline-block
}

.panel li {
    padding:0px;
    margin:0px;
    list-style:none;
	display:inline-block
}

.panel-footer {
    border-top: 1px solid #fff;
}

.whats__on__home .news-item {
    padding:12px 20px;
    margin:0px;
    border-bottom:1px solid #fff; 
	background:rgba(26, 90, 155, 0.2);
	border-radius: 4px;
	width: 100%
}

.whats__on__home .news-item:nth-child(2) {
	  background: #ffffff;
}

.cal-date-bg {
    background: url(images/cal.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 41px;
    left: 0;
    margin: 0;
    position: relative;
    width: 8%;
}

@media only screen and (max-width :1200px) {
.cal-date-bg {
    display: none;
}
}

span.event-day {
    color: #0C42B0;
    font-size: 14px;
    font-weight: bold;
    left: 9px;
    position: relative;
    top: 16px;
}

span.event-month {
    color: #FFF;
    font-size: 8px;
    font-weight: bold;
    left: -10px;
    position: relative;
    top: 0px;
    text-transform: uppercase;
}

.date-time-details {
    display: block;
    float: right;
    position: relative;
    width: 87%;
}

@media only screen and (max-width : 1200px) {
.date-time-details {
    width: 100%;
}
}

span.date-and-time {
    display: block;
    color: #0E73D9;
}

span.date-and-time {
    font-size: 12px;
}

span.event-title {
	font-family: "source-serif-pro", serif;
    display: block;
    font-size: 16px;
    text-align: left;
}

span.event-details {
    display: block;
    font-size: 13px;
}


/* HOME PAGE MAP */

/* MAP */

.map-container {
    position: relative;
    padding-top: 400px;
}
	
@media screen and (max-width: 991px) {
#map-right {
    display:none
}
.map-container {
    padding-top: 300px;
}
}
.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#banner.map {
	max-height: none; 
	position: relative
}

#map-canvas {
	height: 14em; 
}

#map-right {

}

#map-right h2 {
  color: #fff;
}

#map-right h4 {
  margin: 0
}

#map-right p {
  margin: 0;
}

#map-right a {
  color: #fff;
}

@media (min-width: 991px) {
	
#map-canvas {
    height: 450px;
    width: 100%; 
}

#map-right {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 85px;
}	

.school_map_img {
    -webkit-box-shadow: 0 0 0 30px rgba(64, 158, 54, 0.2);
    box-shadow: 0 0 0 30px rgba(64, 158, 54, 0.2);
	border-radius: 50%;
    position: relative;
    z-index: 3;
	top:-58px
}
}

.head_img {
    width: 160px;
    height: 160px;
    -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 18px rgba(255, 255, 25, 0.1);
	border-radius: 50%;
	float: left;
	margin-left: 0;
	margin-right: 35px;
	margin-bottom: 30px;
	margin-top: 20px;
	background-size: cover;
}

.school_map_img {
    width: 350px;
    height: 350px;
}	

@media (max-width: 1200px) {
.school_map_img {
    width: 250px;
    height: 250px;
	top:8px
}	
}

@media (max-width: 990px) {
.school_map_img {
    display:none
}	
}

@media only screen and (max-width: 500px) {
.head_img {
    display:none
}	
}

.border__radius {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

#map-right .button {
    z-index: 4;
	position: absolute;
	bottom: 0px;
	left: -20px;
	font-size: 12px!important;
	padding: 0.74375em 1em 0.78125em 0.875em;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	display: inline-block;
	text-align: center;
	background: #7e213f;
}

@media (max-width: 1200px) {
#map-right .button {
	bottom: -50px;
	left: -20px;
}	
}

#map-right .button span {
	top: 7px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
	font-family: "source-serif-pro", serif;
}

#map-right .button span i {
    font-size: 32px;
    display: block;
	color: yellow;
}

#map-right .button span .goo {
    font-size: 10px!important;
	font-weight: normal;
    display: block;
	margin-top: 3px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	
}

@media (max-width: 990px) {
#map-right .button {
	display:none
}	
}

/* HOME PAGE HERO */

.hero__home {
    position: relative;
	margin-top: /*199px*/ 0
}

/*@media (max-width: 1200px) {
.hero__home {
	margin-top: 194px
}
}

@media (max-width: 1050px) {
.hero__home {
	margin-top: 160px
}
}

@media (max-width: 767px) {
.hero__home {
	margin-top: 0px
}
}*/

.tagline {
    position: absolute;
    bottom: 0;
    width:auto;
    z-index: 2;
text-align: center;
		left:0;
	right:0;
}

/*.tagline::before {
    content: url('images/flame.svg');
    display: inline-block;
    width: 94px;
    height: 150px;
    margin-bottom: 12px;
}

@media only screen and (max-width : 1400px) {
.tagline::before {
    width: 75px;
    height: 120px;
    margin-bottom: 10px;
}
}

@media only screen and (max-width : 1200px) {
.tagline::before {
    width: 60px;
    height: 96px;
}
}

@media only screen and (max-width : 1000px) {
.tagline::before {
    width: 50px;
    height: 80px;
}
}

@media only screen and (max-width : 780px) {
.tagline::before {
    width: 40px;
    height: 64px;
}
}

@media only screen and (max-width : 680px) {
.tagline::before {
    width: 30px;
    height: 48px;
}
}*/

.tagline h1 {
	color: #ffffff;
	font-size: 90px;
	line-height: 62px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-family: "Caveat", cursive;
	text-transform: none
}

@media only screen and (max-width : 1350px) {
.tagline h1 {
	font-size: 48px;
	line-height: 52px;
	margin: 0 0 50px 0;
}
}

@media only screen and (max-width : 1050px) {
.tagline h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 30px 0;
}
}

@media only screen and (max-width:767px) {
.tagline h1 {
	font-size: 32px;
	line-height: 36px;
	padding-left: 12px;
	padding-right: 12px
}
}

@media only screen and (max-width:630px) {
.tagline h1 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
}

@media only screen and (max-width:400px) {
.tagline h1 {
	font-size: 24px;
	line-height: 30px;
}
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1
  }

.rslides li {
   -webkit-backface-visibility: hidden;
   position: absolute;
   display: none;
   width: 100%;
   left: 0;
   top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(2,0,36,0.58783263305322133) 0%, rgba(0,0,0,0.3) 63%);
    z-index: 101;
}

.rslides img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  border: 0;
}

/* HOME PAGE QUOTE */

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.quote__carousel {
	/*padding-top: 30px;
	background-color: rgba(26, 90, 155, 0.3);*/
	margin: 30px 0 50px;
}

.quote__carousel .quote__kid {

}

#fade-quote-carousel.carousel {
	padding-bottom: 30px;
 	position: relative
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
	padding-right: 30px;
		  	  
	webkit-transition: 1s ease-in-out ;
    -o-transition: 1s ease-in-out ;
    transition: 1s ease-in-out ;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	position: absolute;
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: rgba(26, 90, 155, 0.7);
    border: none;
}

#fade-quote-carousel.carousel .carousel-indicators .active {
    background-color: #1a5a9b;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	font-family: 'Handlee', cursive;
	font-size: 39px;
	line-height: 39px;
	letter-spacing: -0.05em
}

@media only screen and (max-width : 1199px) {
#fade-quote-carousel blockquote {
	font-size: 30px;
	line-height: 28px
}
}

@media only screen and (max-width : 991px) {
#fade-quote-carousel blockquote {
	font-size: 26px;
	line-height: 26px
}
.quote__kid {
	display: none	
}
}

.pink {
    color: #c51a77
}

.aqua {
    color: #019693
}

.blue {
    color: #0099b8
}

.green {
    color: #88c87b
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/* DOWNLOADS */

.downloads-title, .links-title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 6px;
	font-weight: 600;
}

.home .links-title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: 600;
}

.home .links-title a {
	color: white
}

.home .links-title a:hover {
	color: yellow
}

p.news-date {
	margin-bottom: 12px;
	font-size: 14px;
	color: rgba(0,0,0,0.67)
}

.home p.news-date {
	margin-bottom: 12px;
	font-size: 12px;
	color: rgba(255,255,255,0.67)
}

.home .box-colour-1 hr {
    margin-top: 8px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.39);
}

@media screen and (max-width: 1200px) {
.home .box-colour-1 hr {
    border-top: 1px solid rgba(255,255,255,0);
}
	
	.box-colour-1 img {width: 100%; height: auto}
}

@media screen and (max-width: 767px) {

	.box-colour-1 img {margin-bottom: 20px}
.home .box-colour-1 hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
}

/* NEWS */

@media screen and (max-width: 785px) {
.news-list-img {
    margin: 0 0 20px 0;
}
}

.featured-image-wrap {
    float: left;
    margin: 0 30px 30px 0;
}

@media screen and (max-width: 992px) {
.featured-image-wrap{
    max-width: 50%;
}
}

@media screen and (max-width: 480px) {
.featured-image-wrap{
	max-width: 100%;
	margin: 0 0 30px 0;
}
}

/* SINGLE NEWS */

@media screen and (max-width: 1400px) {
h2.entry-title {
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
h2.entry-title {
	font-size: 20px;
	margin-top: 10px;
}
}

@media screen and (max-width: 480px) {
h2.entry-title {
	font-size: 18px;
	margin-top: 0px;
}
}

/* RESPONSIVE GOOGLE MAP */

.google-maps {
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;
}

/* FOOTER */

footer {
    clear: both;
    color: rgb(255, 255, 255);
    text-align: center;
    background: #990000;
    padding: 0;
	position: relative;
	margin-top: 1px;
	border-top: solid 4px #e81d25;
}

footer:after,
footer:before {
    content: "";
    display: table
}

footer:after {
    clear: both
}


footer a {
    color: #f8d609;
}

footer a:hover {
    color: #00ccff;
}

footer .footer__badge {
	width: 80px;
	height: 69px;
    background: transparent url(images/footer-badge.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto
}

.footer__contact {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    padding: 25px 5%;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    position: relative
}

.footer-wrapper {
    padding: 25px 5%;
    text-align: left;
}

.footer-wrapper:after,
.footer-wrapper:before {
    content: "";
    display: table
}

.footer-wrapper:after {
    clear: both
}

.footer-content {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1em
}

.footer-content a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer-content a:hover {
    color: #fff
}

.footer-content i {
    color: white
}
.legal {
    font-size: 0.8em;	
}

    .footer-line {
        visibility: hidden;
        height: 0;
        display: block;
        margin: 0 10px;
		color: rgba(255,255,255,0.50)
    }

@media (min-width:1080px) {

    .footer-wrapper {
        text-align: left;
        float: right;
        width: 100%;
        padding: 20px 40px 40px 40px
    }
    .footer-content {
        display: block;
        vertical-align: top
    }
    .footer-line {
        visibility: visible;
        height: auto;
        display: inline-block;
        margin: 0 10px
    }
}

@media (min-width:1301px) {

    .footer-wrapper {
        width: calc(100%);
        padding: 20px 40px
    }
}


@media screen and (max-width:767px) {
.footer__content p {
    font-size: 0.8em!important;	
}
}

.footer__info {
    padding: 25px 5%;
    text-align: left;
}

.footer__info:after,
.footer__info:before {
    content: "";
    display: table
}

.footer__info:after {
    clear: both
}

.footer__info img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	margin-top: 5px;
}

@media (max-width:1200px) {
.footer__info img {
	width: 60px;
}	
}

@media (max-width:1025px) {
.footer__info img {
	width: 40px;
	margin-right: 0
}	
}

.school-title {
    font-family: "source-serif-pro", serif;
    font-weight: 400;
	color: #fff;
    display: block;
    font-size: 150%;
	margin-bottom: 12px;
	text-transform: uppercase
}

@media (max-width:550px) {
.school-title {
    font-size: 120%;
}	
}

.footer__info hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 25px 0 20px;
}

.footer__text {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1em
}

.footer__text a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer__text a:hover {
    color: #fff
}

.footer__text i {
    color: yellow;
}

.legal {
    font-size: 0.8em;	
	margin-top: 35px;
}

.footer__seperator {
    display: block;
    height: 0;
    visibility: hidden;
    color: rgba(255,255,255,0.42)
}

.footer__social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.footer__social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.footer__social li:last-child {
    margin-right: 0
}

.footer__social a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer__social a:hover {
    color: #fff
}

	.footer__social2 {
		display:block;
		margin-top: 20px;
	}
	.footer__social2 i {
    color: #fff;
    margin-right: 7px;
    display: inline-block;
    line-height: 36px;
    height: 34px;
    width: 34px;
    text-align: center;
    background-color: #fdcb54;
    color: #800000;
    border-radius: 50%;
    font-size: 1.2em;
		-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
	}

.footer__social2 i:hover {
    background-color: #fff
}


@media (min-width:1025px) {

    .footer__info {
        text-align: left;
        float: left;
        /*width: 100%;*/
        padding: 40px 0px 40px 0px
    }
    .footer__text {
        display: inline-block;
        vertical-align: top
    }
    .footer__seperator {
        visibility: visible;
        height: auto;
        display: inline-block;
        margin: 0 10px
    }
    .footer__social {
        margin: 0;
        float: right
    }
    .footer__social a {
        line-height: 60px
    }
}

@media (min-width:1301px) {

    .footer__contact:after {
        right: 60px
    }
    .footer__info {
        width: calc(55%);
        padding: 40px 0px 40px 0px
    }
	
.footer__dates {
   width: calc(45%);
   padding: 40px 0px 40px 40px;
	float: right
}	
}

.footer__dates {
   padding: 40px 0px 40px 50px;
	float: left;
	width: 100%;
	line-height: 30px;
	color: white
}

.footer__dates p {
	color: white;
    margin: 0 0 0 0;
}

.footer__dates table {
    margin: 0 0 8px 0!important;
    width: 100%;
}

.footer__dates table th, .footer__dates table td {
    padding: 0 3px 0 0;
}

.footer__dates:after,
.footer__dates:before {
    content: "";
    display: table
}

.footer__dates:after {
    clear: both
}

.footer__dates .widget-area {
    float: left;
    margin-right: 2.7%;
    /* margin-top: 2.7%; */
    width: 46.85%;
    line-height: 130%;
}

.footer__dates .widget-area + .widget-area {
    margin-right: 0;
    margin-top: 0;
    width: 46.85%;
}

@media (max-width:800px) {
.footer__dates .widget-area, .footer__dates .widget-area + .widget-area {
    float: left;
    margin-right: 0;
    /* margin-top: 2.7%; */
    width: 100%;
    line-height: 130%;
}	
}

@media (max-width:600px) {
.footer__dates p, .footer__dates table {
    font-size: 0.8em;
	line-height: 1.4em
}
}

.footer__dates .widget-area td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0 12px 0;
    line-height: 95%;
    font-size: 85%;
    color: #FFFFFF;
}

@media (min-width:1601px) {
.footer__dates {
   width: calc(50%);
}
	
    .footer__info {
        width: calc(45%);
    }		
}

@media (max-width:1600px) {
.footer__dates {
   width: calc(55%);
}
	
    .footer__info {
        width: calc(43%);
    }		
}

@media (max-width: 1300px) {
.footer__info {
    width: calc(100%);
}
}

@media (max-width:1300px) {
.footer__dates {
   width: calc(100%);
display: block;
	padding: 20px 0 20px 0;
}
	
    .footer__info {
        width: calc(100%);
		padding: 20px 0 0 0;
    }		
}


@media screen and (max-width: 1640px) and (min-width: 1301px) {
  .email-br {
    visibility: hidden;
    height: 0;
    display: block;
    margin: 0 10px;
    color: rgba(255,255,255,0);
  }
}

/* FOOTER FORM */

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    background: #f7f7f7;
    border: 0px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #444;
	padding: 10px;
	line-height: normal;
}

.main-cont .nf-field-element input, .main-cont .nf-field-element select, .main-cont .nf-field-element textarea {
    border: 1px solid #c4c4c4;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 10px!important;
}

.label-above .nf-field-label {
    margin-bottom: 5px!important;
}

.nf-form-fields-required {
	font-size: 12px;
}

.home .nf-error-msg, .home .ninja-forms-req-symbol {
    color: yellow!important;
}

.contact-details .nf-error-msg, .contact-details .ninja-forms-req-symbol {
    color: red!important;
}

.field-wrap input[type=button], .field-wrap input[type=submit] {
    padding: 10px 20px;
	font-family: gotham_blackregular;
    font-weight: 700;
    color: #000!important;
	background: #f8d609!important;
}

/* GoogleMaps Embed */

    .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	

.vidbg-container video {

}

vidbg-container img {
 	max-width: 100%;
	height: auto;
}

video {object-fit: cover!Important;}

embed, iframe, object, video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

/* SAME HEIGHT COLS */

@media (min-width: 992px) {
.is-table-wrap {

}

    .is-table-row {
        display: table;
		width: 100%
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
 }
 
/* SPACERS */

.space-top {
	margin-top: 270px;
	margin-bottom: 50px;
}

@media (max-width: 1400px) {
.space-top {
	margin-top: 255px
}
}

@media (max-width: 1050px) {
.space-top {
	margin-top: 225px
}
}

@media (max-width: 1000px) {
.space-top {
	margin-top: 235px
}
}

@media (max-width: 767px) {
.space-top {
	margin-top: 0px;
	margin-bottom: 25px;
}
}

.space-left {
	padding-left: 50px;
	margin-bottom: 30px
}

@media screen and (min-width: 2000px) {	
.space-left {
    padding-left: 70px;
}
}

@media screen and (max-width: 1400px) {	
.space-left {
    padding-left: 40px;
}
}

@media (max-width: 990px) {
.space-left {
	padding-left: 0px;
	padding-top: 0px;

}
}

@media (max-width: 767px) {
.space-left {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
}

@media screen and (max-width: 480px) {
.space-left {
	padding-top: 0px;
}
} 

.space-left img {
	max-width: 100%;
	height: auto
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.thumbnail > img, .thumbnail a > img {
	width: 100%!Important;
	max-width: 100%!Important;
	height: auto!Important;
}
}

.awards {
    position: relative;
    margin: 0;
	overflow:hidden;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center
}

.awards img {
    margin: 0 auto 0;
	text-align: center
}

.logo-carousel-free .sp-lc-logo img {
	width: auto;
	height: 100px
}

@media screen and (max-width: 730px) {
.logo-carousel-free .sp-lc-logo img {
	width: auto;
	height: 80px
}
} 

@media screen and (max-width: 600px) {
.awards {
	margin-bottom: 40px;
}
} 

@media screen and (max-width: 480px) {
.logo-carousel-free .sp-lc-logo img {
	width: 100%;
	height: auto
}
} 

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* EVENTS */
 
.mc-main caption {
                display: none!Important;
}
 
.single-event .event-title {
    border-bottom: solid 1pt #CCCCCC;
                color: #004476;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
}
 
.single-event .event-title img {
    display: none
}
 
.mc-main .details {
    padding: 20px 0;
}
 
.mc-main .time-block {
                margin-bottom: 12px;   
                font-size: 16px;
	    float: left!important;
	margin-top: 5px;
	display: inline;
	width: 100%;
}

.mc-main .time-block .mc-event-date {
 display: inline;

}

.mc-main .time-block p {
    padding: 0!important;
}
 
.mc-main .time-block p:before {
                color: #004476;
}
 
.mc-main .view-full a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
               
                color: #fff;
background-color: #428bca;
    border-color: #357ebd;
}
 
.mc-main .view-full a:hover {
    color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
 
.mc-main .mc_edit_links {
                display: none    
}


.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a {
    background: #fff!important;
    color: #0260b2!important;
}

/** NOTICEBOARD **/

.home .noticeboard {
	padding: 0px; 
	color: white;
	
}

.letters-home h4, .newsletters h4, .lunch-menu h4, .useful-links h4, .policies h4, .related-documents h4 {
	font-family: "Open Sans", sans-serif;
	margin-top: 22px;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 22px
}

@media only screen and (max-width: 1200px) {
.letters-home h4, .newsletters h4, .lunch-menu h4, .useful-links h4, .policies h4, .related-documents h4 {
	margin-top: 18px;
	font-size: 18px
}	
}

@media only screen and (max-width: 800px) {
.letters-home h4, .newsletters h4, .lunch-menu h4, .useful-links h4, .policies h4, .related-documents h4 {
	margin-top: 16px;
	font-size: 16px
}	
}

.letters-home i, .newsletters i, .useful-links i, .lunch-menu i, .policies i, .related-documents i {
	margin-right: 3px
}

.home .noticeboard a {
	color: white;
}

.home .noticeboard a:hover {
	color: #ffcc00;
}

.letters-home .date, .newsletters .date, .useful-links .date {
	font-size: 80%;
	display: block
}

.home .noticeboard hr {
	border-color: #9b0101!important;
	margin-top: 0px;
    margin-bottom: 10px;
}

.home .more-link {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block
}

.home .whats__on__title {
	margin-bottom: 12px; 
	color: #00ccff;
}

.newsletter-list {
	padding: 0;
    list-style: none;
}
	
.newsletter-list h3 {
	margin-bottom:0
}

/* FILE ICONS */


/*a[href$='.xls']:before , a[href$='.pdf']:before, a[href$='.doc']:before, a[href$='.rtf']:before, a[href$='.txt']:before, a[href$='.wps']:before, a[href$='.docx']:before {
    background-image: url("images/icon-link.png");
    background-size: 20px 21px;
    display: inline-block;
    width: 20px; 
    height: 21px;
    content:"";
	vertical-align: middle;
}*/


th, td {
    padding: 5px;
}

table {
    background-color: transparent
}

.wp-block-table table {
    margin-top: 12px;
	margin-bottom: 12px;
}

.register-of-governor-interest table {
    font-size:12px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

/* CLASS LANDING */

.columns-container {
	margin-bottom: 20px; 
	text-align: center;
	font-size: 120%;
}

.gca-column img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 0;
}

@media only screen and (max-width: 800px) {
.one-fourth {
    margin: 0;
    width: 50%;
	margin-bottom:20px;
}
	
	.columns-container {
    margin-bottom: 0px;
}
}

/* GALLERY PLUGIN FIXES */

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
    width: 6px!important;
    height: 6px!important;
    margin: 3px!important;
}

#bwg_container1_1 #bwg_container2_1 .bwg-container-1, #bwg_container1_2 #bwg_container2_2 .bwg-container-2 {
    width: 100%!important;
}

/* SECTION LINKS */

.sectionlinks {
    padding: 15px 0;
	background-color: white
}

.sectionlinks-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
	background-color: white;
}

.sectionlinks-wrapper:after,
.sectionlinks-wrapper:before {
    content: "";
    display: table
}

.sectionlinks-wrapper:after {
    clear: both
}

.sectionlinks-box {
    height: 220px;
    margin-bottom: 15px;
    overflow: hidden;
	background-color: rgba(0,92,152,1.00)
}

@media (max-width:550px) {
.sectionlinks-box {
    height: 150px;
}	
}

.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 0
}

@media (max-width:767px) {
.sectionlinks-box:nth-of-type(6n) {
    margin-bottom: 15px
}	
}

.sectionlinks-box_url, .sectionlinks-box_url--none {
    display: block;
    height: 100%;
    position: relative
}

.sectionlinks-box_url .arrow-link {
    position: absolute;
    left: 25px;
    bottom: 35px;
    z-index: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    opacity: 0
}

@media (max-width:1250px) {
.sectionlinks-box_url .arrow-link {
    left: 25px;
    bottom: 25px;
}	
}

.sectionlinks-box_url .arrow-link span {
    color: #fff
}

.sectionlinks-box--yellow .sectionlinks-box_url .arrow-link span:hover {
    color: #f8d609
}

.sectionlinks-box_url:hover .sectionlinks-box_bgimg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sectionlinks-box_url:hover .sectionlinks-box_name {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.sectionlinks-box_url:hover .arrow-link {
    opacity: 1
}

.sectionlinks-box_name {
    position: absolute;
    left: 25px;
    bottom: 35px;
    z-index: 1;
    color: #00ccff;
    font-size: 1.8em;
	font-family: "source-serif-pro", serif;
    font-weight: 700;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
	line-height: 1;
}

@media (max-width:1250px) {
.sectionlinks-box_name {
    left: 23px;
    bottom: 23px;
    font-size: 1.6em;
}	
}

@media (max-width:550px) {
.sectionlinks-box_url--none .sectionlinks-box_name, .sectionlinks-box_url--none .arrow-link {
    display:none;
}	
}

.sectionlinks-box_bgimg {
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
	    list-style: none;
}

.sectionlinks-box_bgimg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(21, 38, 61, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(21, 38, 61, 0.75) 100%)
}

.sectionlinks-box--yellow .sectionlinks-box_bgimg:after {
    background: rgba(255, 146, 0, 0.6)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg:after {
    background: rgba(25, 75, 157, 0.85)
}

.sectionlinks-box--blue .sectionlinks-box_bgimg img,
.sectionlinks-box--yellow .sectionlinks-box_bgimg img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

/*@media (max-width:1024px) {
	.sectionlinks-box_bgimg img {
		margin-top: -167px!important;
	}
}*/

.sectionlinks-box__icon {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    color: #fff;
}

.icon--block {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
 height: 100%;
	
}

.icon--block-item {
  width: 100px;
  height: 100px;
		border: 0px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	background: rgba(255,255,255,1);
	display:inline-block;
    vertical-align: middle;
	text-align: center;
	margin: 0 10px;
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item {
	background: rgba(255,255,255,0.29);
}

.icon--block-item i {
	color: rgba(255,255,255,0.5);
	display: inline-block;
	font-size: 3.42857rem;
	line-height: 2.8rem;
	padding: 27px 0 30px 0;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-align: center
}

.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
	padding-left: 10px;
}

@media (max-width:1250px) {
	
.icon--block-item {
  width: 80px;
  height: 80px;
}
	
.icon--block-item i {
	font-size: 2.42857rem;
	line-height: 2.7rem;
	padding: 17px 0 30px 0;
}	
}

@media (max-width:1024px) {
	
.icon--block-item {
  width: 40px;
  height: 40px;
}
	
.icon--block-item i {
	font-size: 1.4rem;
	line-height: 1.2rem;
	padding: 12px 0 6px 0;
}	
	
.sectionlinks-box:nth-of-type(8n) .icon--block-item i {
    padding-left: 3px;
}	
}

@media (max-width:950px) {
	
.icon--block-item {
  width: 37px;
  height: 37px;
}
	
.icon--block-item i {
	font-size: 1.2rem;
	line-height: 1rem;
	padding: 12px 0 6px 0;
}	
}

.phone i {
  color: #0822aa;
}

.email i {
  color: #00ccff;
}

.twitter i {
  color: #1DA1F2;
}

.facebook i {
  color: #3b5998;
}

.instagram i {
  color: #3f729b;
}

.phone i:hover, .email i:hover, .twitter i:hover, .facebook i:hover, .instagram i:hover {
  color: rgba(0,0,0,0.43);
	cursor: pointer
}

@media (min-width:769px) {
    .sectionlinks-box {
        float: left;
        width: calc(50%);
        margin-right: 0;
        height: 200px;
        margin-bottom: 0
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-1),
    .sectionlinks-box:nth-of-type(6n-2),
	.sectionlinks-box {
        margin-top: 15px
    }
    .sectionlinks-box:nth-of-type(6n),
    .sectionlinks-box:nth-of-type(6n-3) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .sectionlinks-box {
        height: 250px;
    }
}

@media (min-width:1025px) {
    .sectionlinks {
        padding: 0
    }
    .sectionlinks-box {
        margin-right: 0;
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n-5) {
        width: calc(25% - (45px/4));
        height: 320px;
        margin-bottom: 15px
    }
    .sectionlinks-box:nth-of-type(6n-4) {
        width: calc(25% - (45px/4));
        height: 320px;
        /*clear: left*/
		float:left;
		margin-top: 0;
		margin-left: 15px
    }
    .sectionlinks-box:nth-of-type(6n-3) {
       /* width: calc(25% - (45px/4));
        height: 775px;
        margin: -395px 15px 0*/
			
			width: calc(50% - ((45px/4) * 2) + 15px);
    height: 320px;
    margin: 0 -395px 0 15px
    }
    .sectionlinks-box:nth-of-type(6n-2) {
        width: calc(50% - ((45px/4) * 2) + 15px);
        height: 320px;
        margin: 0 15px 0 0;
		float:left;
	clear:left;
    }
    .sectionlinks-box:nth-of-type(6n-1) {
        width: calc(25% - (45px/4));
        height: 320px;
        margin-right: 15px;
        margin-top: 0
    }
    .sectionlinks-box:nth-of-type(6n) {
        width: calc(25% - (45px/4));
        height: 320px;
        margin-top: 0
    }
	
    .sectionlinks-box:nth-of-type(7n), .sectionlinks-box:nth-of-type(8n), .sectionlinks-box:nth-of-type(9n) {
        margin-top: 15px
    }	
}

.img-align1 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:500px;
}

.img-align2 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:700px;
}

@media (max-width:1025px) {
	.img-align2 {
		height: 100%
	}
}

@media (max-width:767px) {
.img-align1 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:100%;
}

.img-align2 {
	margin:auto; position: relative; display: inline-block; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: none; width:100%; height: auto
}
}

@media (max-width:440px) {
.img-align1, .img-align2 {
	width:100%; height: 100%
}
}

@media (min-width:1440px) {
.img-align2 {
	width:960px
}
}

@media (min-width:1970px) {
.img-align2 {
	width:1000px
}
}

@media (max-width:1450px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 320px;
}
}	

@media (max-width:1250px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 280px;
}
}

@media (max-width:1050px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 250px;
}
}

@media (max-width:1025px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 250px;
}
}

@media (max-width:510px) {
.sectionlinks-box:nth-of-type(6n-5), .sectionlinks-box:nth-of-type(6n-4), .sectionlinks-box:nth-of-type(6n-3), .sectionlinks-box:nth-of-type(6n-2), .sectionlinks-box:nth-of-type(6n-1), .sectionlinks-box:nth-of-type(6n) {
    height: 230px;
}
}

/** SMALLER NAV **/

.scrolled-nav {
position: fixed;
	top:0
}

.nav-home {position: fixed;}

@media (max-width:767px) {
.nav-home {position: relative;}	
}

/** CLASSIE.JS **/

.nav-inner {
    background: rgba(255,255,255,0.32);
    width: 100%;
}

@media (min-width:768px) {

.nav-shrink {
    position: fixed;
    width: 100%;
    z-index: 999999999;
	top:0;
	max-width: 2000px;
}	

.nav-shrink {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
 }

   .shrink {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
	
   .shrink .header {
        margin: 0;
	   padding: 0;
    }

	.shrink .nav-shrink {height: 30px}

    .shrink .brand span, .shrink .header__details {
        height: 0 !important;
        line-height: 0 !important;
		display:none
    }
	
	  .shrink .brand {
  		display:none
    }

}

/** ATTENDANCE FEATURE **/

.work-process {
    max-width: 100%;
    margin: 20px;
	padding: 30px;
	background-color: #700a27;
}
.work-process h3 {
    margin: 0 0 4px;
	color: white
}
.project-bar {
    height: 24px;
    background: #e0e0e0;
    border-radius: 0px;
	padding: 4px;
    background-color: rgba(255,255,255,0.20);
}
.project-bar.whole-school {
    background-color: rgba(255,255,255,0.20);
	margin-bottom: 15px
}
.project-percent {
    height: 16px;
    background-color: rgb(255, 203, 50);
    border-radius: 0px;
    position: relative;
    width: 0;
    transition: 2s linear;
}
.project-percent::before {
    content: attr(percent);
    position: absolute;
    right: 0px;
    padding: 2px 14px 1px 0;
    color: #000;
    font-size: 14px;
	line-height: 14px;
    border-radius: 0px;
    font-weight: bold;
    margin: 0px auto;
	width: auto;
}
	
.class-container {
    display: flex;
    flex-direction: row;
		margin-top: 7px;
	position: relative
}
.class-left {
    width: 92px;
}

.class-right {
    width: calc(100% - 93px);
}
	
.class-left p {
   font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: white;
}
	.class-container .fa {
		color: yellow;
		position: absolute;
		right:-18px;
		font-size: 38px;
		z-index: 1;
		margin-top: -8px
	}
	
	.class-high {
		margin-top: 15px;
		color: white;
		font-size: 16px;
		font-weight: bold;
		text-align: center
	}
	
	.class-high .fa  {
		color: yellow;
	}

@media screen and (max-width: 800px) {
.project-percent::before {
    padding: 2px 2px 1px 0;
    font-size: 14px;
	line-height: 14px;
}
	
	.class-container .fa {
		right:-25px;
		font-size: 30px;
		margin-top: -2px
	}
	
.work-process {
    padding: 20px;
}
}

/* PAGINATION */

.pagination {
   clear:both;
   position:relative;
   font-size:11px; 
   line-height:13px;
   float:left; 
	margin-top: 20PX
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff; 
   background: #536b7b; 
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
   line-height:13px;
}
.pagination span {

   color:#000; 
   background: rgba(0,0,0,0.19); 
}
.pagination a:hover{
   color:#000;
   background: #ffcf06; 
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background: #990002; 
   color:#fff;
   line-height:13px;font-weight: bold;
	font-size: 11px
}

/* RELATED DOCUMENTS */

.related-documents {
    background: rgba(0,0,0, 0.05);
    padding: 30px;
	margin: 50px 0 0 0;
    list-style: none;
    position: relative;
		
}

.related-documents:before, .related-documents:after {
    content: "";
    display: table;
}

@media (max-width: 1390px) {
.related-documents {
    padding: 20px;
	margin: 30px 0 0 0;
}
}

.related-documents a, .page-template-page-policies a,  .page-template-letters-home a, .page-template-page-lunch a, .page-template-page-newsletters a, .page-template-page-links a, .page-template-page-letters a {
    text-decoration: none
}


.related-documents h4 {
	font-family: "Open Sans", sans-serif;
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 20px
}

.related-documents h3 {
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 28px
}

@media only screen and (max-width: 1200px) {
.related-documents h4 {
	margin-top: 18px;
	font-size: 18px;
	margin-bottom: 12px;
}	
	
.related-documents h3 {
	margin-bottom: 16px;
	font-size: 24px
}
}

@media only screen and (max-width: 800px) {
.related-documents h4 {
	margin-top: 16px;
	font-size: 16px
}	
}

/** SITE WRAPPER **/

@media screen and (min-width: 2000px) {
.site-wrapper { 
	max-width: 2000px; 
	margin: 0 auto !important; 
	float: none !important; 
    background: #04047b;
}
	
body, body.home {
    background: #660000;
}
}