body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	padding-top: 114px;
}

.myatu_bgm_fs {
	top: 110px!Important;
}

@media screen and (max-width: 767px) {
body {
	font-size: 14px;
	padding-top: 0px;
}
}

@media (max-width: 767px) {
.navbar-fixed-top {
	position: relative;
    top: auto;
}

.navbar-collapse {
	max-height: none;
}
	
body {
	margin: 0;
}
}

@font-face {
    font-family: 'fontin_sans_crbold';
    src: url('../fonts/fontinsans_cyrillic_b_46b-webfont.woff2') format('woff2'),
         url('../fonts/fontinsans_cyrillic_b_46b-webfont.woff') format('woff'),
         url('../fonts/fontinsans_cyrillic_b_46b-webfont.ttf') format('truetype'),
         url('../fonts/fontinsans_cyrillic_b_46b-webfont.svg#fontin_sans_crbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontin_sans_crbold_italic';
    src: url('../fonts/fontinsans_cyrillic_bi_46b-webfont.woff2') format('woff2'),
         url('../fonts/fontinsans_cyrillic_bi_46b-webfont.woff') format('woff'),
         url('../fonts/fontinsans_cyrillic_bi_46b-webfont.ttf') format('truetype'),
         url('../fonts/fontinsans_cyrillic_bi_46b-webfont.svg#fontin_sans_crbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontin_sans_critalic';
    src: url('../fonts/fontinsans_cyrillic_i_46b-webfont.woff2') format('woff2'),
         url('../fonts/fontinsans_cyrillic_i_46b-webfont.woff') format('woff'),
         url('../fonts/fontinsans_cyrillic_i_46b-webfont.ttf') format('truetype'),
         url('../fonts/fontinsans_cyrillic_i_46b-webfont.svg#fontin_sans_critalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontin_sans_crregular';
    src: url('../fonts/fontinsans_cyrillic_r_46b-webfont.woff2') format('woff2'),
         url('../fonts/fontinsans_cyrillic_r_46b-webfont.woff') format('woff'),
         url('../fonts/fontinsans_cyrillic_r_46b-webfont.ttf') format('truetype'),
         url('../fonts/fontinsans_cyrillic_r_46b-webfont.svg#fontin_sans_crregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.main h3, .main h4 {
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	color: rgba(0, 80, 171, 1);
	font-size: 26px;
}

.main h4 {
	font-size: 22px;
}

@media (max-width: 990px) {
.main h3 {
    font-size: 1.6em;
    line-height: 1.8em;
    padding-bottom: 0px;
}

.main h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 0px;
}
}

@media (max-width: 767px) {
.main h3 {
    font-size: 1.4em;
    line-height: 100%;
}

.main h4 {
    font-size: 1.2em;
    line-height: 100%;
}
}

.red {
	color: #0050ab;
}

.blue {
	color: #0050ab;
}

.normal-blue {
	color: rgba(0, 80, 171, 1);
}

.dark-blue {
	color: #0050ab;
}

/** NAVIGATION **/

.navbar-fixed-top {
	height: 115px;
	border-bottom: 4pt solid rgba(0, 150, 255, 1);
    box-shadow:none;
	background: rgba(0, 80, 171, 1);
}

@media (max-width: 553px) {
	.navbar-fixed-top {
	height: 135px;
}
}

.navbar {
	margin-bottom:0;
}

.navbar-fixed-top .navbar-nav > .active > a, .navbar-fixed-top .navbar-nav > .active > a:hover, .navbar-fixed-top .navbar-nav > .active > a:focus {
	background-color: rgba(0, 80, 171, 1);
	color: rgba(255, 198, 0, 1);
	border-radius: 0px;
	font-weight: bold;
}

.navbar-fixed-top .navbar-nav > .open > a, .navbar-fixed-top .navbar-nav > .open > a:hover, .navbar-fixed-top .navbar-nav > .open > a:focus {
	background-color: #0050ab;
	color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(0, 80, 171, 1);;
}

.navbar-nav > li > a {
	font-size: 16px;
	letter-spacing: 1px;	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #FFFFFF
}

@media (max-width: 1199px) {
.navbar-nav > li > a {
	font-size: 12px;
	letter-spacing: 1px;	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-nav > li > a {
	font-size: 10px;
}
	
	
.nav>li>a {
    padding-left: 0px;
}
}

@media (max-width: 767px) {
.navbar-nav > li > a {
	font-size: 12px;
	letter-spacing: 0.5px;	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

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

.navbar-fixed-top .navbar-nav > li > a {
	color: #fff;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
	color:rgba(255, 198, 0, 1);
}

.navbar-fixed-top .navbar-nav > li {
	margin: 0;
}

@media (max-width: 989px) {
.navbar-fixed-top .navbar-nav > li {
	margin: 0;
}
}

@media (min-width: 769px) {
.dropdown-menu > li > a {
	color:#FFFFFF;
	text-align:right
}
}

.dropdown-menu {
	background-color: #0050ab;
	border: 0px;
	border-radius: 0px;
	border-top-left-radius: 0px!Important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.caret {
	background:url(images/dropdown-caret.png) right center no-repeat;
	content: "";
	
	width: 9px;
	height: 22px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 0px solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent
}

li.menu-about-us a, li.menu-photos-videos a, li.menu-school-information a, li.menu-keep-in-touch a {

}

.dropdown-menu>li>a {
	background: none;
}

/** MAIN NAV - SUB SUB **/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

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

@media (min-width: 768px) {
.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
    margin-top: 5px;
    margin-left: -10px;
}
}

@media (max-width: 767px) {
.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 7px;
	margin-right: 4px;

}
}

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

.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;
}

@media (max-width: 767px) {
.navbar-nav ul li ul li {
	margin-left: 20px!important;
}
}	

/* HOME PAGE TICKER */

.news-ticker {
	background: rgb(0, 19, 101);
	color: #fff;
	padding: 10px 0
}

.news-ticker h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.wptu-ticker.wptu-ticker-main {
    margin-bottom: 0px;
}

@media only screen and (max-width : 1200px) {
.news-ticker h2 {
	font-size: 18px;
}
}

@media only screen and (max-width : 768px) {
.news-ticker h2 {
	font-size: 14px;
	text-align: left
}
}


/** SMALL NAVBAR **/

.small-navbar {
	background-color: #0050ab;
	margin-bottom: 13px;
}

.small-navbar i {
	color: rgba(255, 198, 0, 1);
}

.small-navbar .mobile-navbar > li > a {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left:9px;
	padding-right:11px;
	line-height: 10px;
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.05px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
}

.small-navbar .mobile-navbar > li > a:hover {
	color: rgba(255, 198, 0, 1);
	background-color: #0050ab!Important;
}

.small-navbar .mobile-navbar > .active > a, 
.small-navbar .mobile-navbar > .active > a:hover {
	background-color: #0050ab!Important;
}

.small-navbar .mobile-navbar > li {
	margin: 0;
	float: left;
	    position: relative;
    display: block;
}

/** MOBILE MENU **/

@media (min-width: 768px) {
.navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.navbar-fixed-top .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #0050ab;
}

.dropdown-menu>.active>a {
	color: rgba(255, 198, 0, 1)!Important	
}

.dropdown-menu>.active>a:hover {
	color:  rgba(255, 198, 0, 1)!Important		
}
}

@media (max-width: 767px) {
.navbar-fixed-top .navbar-collapse {
	border-color:rgba(0, 80, 171, 1);
	padding-top: 0px;
	margin-top: 10px;
}

.navbar-fixed-top .navbar-nav > .active > a, .navbar-fixed-top .navbar-nav > .active > a:hover, .navbar-fixed-top .navbar-nav > .active > a:focus {
    background-color: #0050ab;
    color: rgba(255, 198, 0, 1);
    border-radius: 0;
}

.navbar-fixed-top .navbar-nav > .open > a, .navbar-fixed-top .navbar-nav > .open > a:hover, .navbar-fixed-top .navbar-nav > .open > a:focus {
    background-color: #0050ab;
    color: rgba(255, 198, 0, 1);
    border-radius: 0;
}

.navbar-nav .open .dropdown-menu>li>a {
    color: #fff
}

.navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: rgba(0, 80, 171, 1);
}

.navbar-nav > li > a {
    font-size: 16px;
}

.dropdown-menu>.active>a {
 background-color: #0050ab
}

.dropdown-menu>.active>a:hover {
 background-color: #0050ab;
 color: #fff
}
}

.navbar-toggle {
	border-color: #FFFFFF;
	background-color: rgba(0, 80, 171, 1);;
	border-radius: 0px;
	color: #fff
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-fixed-top .navbar-toggle {
	border-color: #FFFFFF;
}

@media (max-width: 767px) {
.navbar-collapse {
	background-color: rgba(0, 80, 171, 1);;
	box-shadow: inset 0 0 0 rgba(255,255,255,0.1);
}
}

/** LOGO **/

.navbar-brand {
	padding-top: 0px;
}

.navbar-brand img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
.navbar-brand img {
    width: 130px; 
	height: 130px;

}
}

@media (max-width: 990px) {
.navbar-brand img {
    width: 100px; 
	height: 100px;
	margin-top: 0px
}
}

@media (max-width: 769px) {
.navbar-brand img {
	margin-top: -7px;
}
}

@media (min-width: 991px) {
header.smaller .navbar-brand img {
      width: 120px; 
	  height: 120px;
	  margin-top: -10px
}
}

@media (max-width: 580px) {
.navbar-brand img {
      width: 84px; 
	  height: 84px;
	  margin-top: -10px
}
}

/** SUB NAVIGATION **/

/** SUB **/

.sub-nav {
	background: rgba(0, 80, 171, 1);
	margin: 0 0 40px 0;
	padding: 5px 5px 20px 5px;
}

/*.single .sub-nav, .archive .sub-nav, .events-archive .sub-nav, .page-id-101 .sub-nav {
	margin: 60px 0 40px 0;
}*/

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

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

.sub-nav li {
	padding: 0;
	list-style: none;
	border-bottom: dotted 1pt white;
}

.sub-nav li li  {
	padding: 0;
	list-style: none;
	border-bottom: dotted 0pt white;
}

.sub-nav a {
	color: #FFFFFF;
	padding: 0 6px;
}

.sub-nav li a {
	transition: color 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}

.sub-nav li a:hover {
	color: rgba(255, 198, 0, 1);
	background: rgba(0,0,0,0.1);
}

.sub-nav h3 {
	padding: 18px;
	margin: 0!Important;
	margin-bottom: 8px;
	color: rgba(255,255,255,1);
	font-size: 20px;
	background: rgba(0,0,0,0.1);
	font-family: 'fontin_sans_crbold';
	color: #ffffff!Important;
}

.current_page_parent a, .current_page_item a {
	background-color: #0050ab;
	color: rgba(255, 198, 0, 1);
	display: block
}

.current_page_item a:hover {
	background-color: #0050ab;
	color: rgba(255, 198, 0, 1);
}

/** SUB SUB **/

.page_item_has_children > .children {display: none;} /*hides the submenu*/

.page_item_has_children.current_page_item > .children,
.page_item_has_children.current_page_ancestor > .children {
	display: block; 
	margin: 10px 15px 10px 15px;
	font-size: 14px;
} /*shows the submenu for the current page or when on its subpages */


.current_page_item > .children a {
	background-color: rgba(0, 80, 171, 1);
	color: #fff;
	margin-bottom: 8px;
}

.children a {
	background-color: rgba(0, 80, 171, 1);
	margin-bottom: 8px;
}

.current_page_item > .children a:hover {
	background-color: rgba(0, 80, 171, 1);
}

.page_item_has_children.current_page_ancestor > .children a {
	background-color: rgba(0, 80, 171, 1);
	color: #fff
}

.page_item_has_children.current_page_ancestor > .children a:hover {
	background-color: rgba(0, 80, 171, 1);
	color: rgba(255, 198, 0, 1);
}

.page_item_has_children.current_page_ancestor > .children .current_page_item a {
	color: rgba(255, 198, 0, 1);
}

/** HERO **/

.spacing {
	background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 42%, rgba(0,0,0,0.52) 100%); background: -webkit-gradient(left top, left bottom, color-stop(42%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.52))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 42%, rgba(0,0,0,0.52) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 42%, rgba(0,0,0,0.52) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 42%, rgba(0,0,0,0.52) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, rgba(0,0,0,0.52) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

@media screen and (max-width: 768px) {
.spacing {
    background: none
}
}

.hero {	
	margin-top: 370px;
}

.hero-tree {
    background: url(images/trees-hero2.png) no-repeat left top;
	height: 169px;
	width: 444px;
	margin-top:-190px;
	margin-left: 0px;
	float:left
}

.hero-tree2 {
    background: url(images/trees-hero3.png) no-repeat left top;
	height: 169px;
	width: 444px;
	margin-top:-190px;
	margin-right: 0px;
	float: right
}

@media screen and (max-width: 1100px) {
.hero-tree, .hero-tree2 {
    display: none
}
}

@media screen and (max-width: 1420px) {
.hero {	
	margin-top: 270px;
}
}

@media screen and (max-width: 1250px) {
.hero {	
	margin-top: 230px;
}
}

@media screen and (max-width: 1120px) {
.hero {	
	margin-top: 190px;
}
}

@media screen and (max-width: 767px) {
.hero {	
	margin: 0px;
	margin-top: 30px;
}
}

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

.welcome__pretitle p {
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding: 0 12px;
    font-size: 26px;
    margin-top: 0;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
.welcome__pretitle p {
    margin: 40px 0 0 0;
    font-size: 20px;
	text-shadow: none;
}
}

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

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

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

.welcome__title {
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
.welcome__title {
	padding-bottom: 10px;
}
}

.welcome__title h2 {
	font-weight: 300;
	color: #ffffff;
	font-size: 3.6em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
.welcome__title h2 {
	background: none;
	padding: 0;
	margin-bottom: 0px;
	font-size: 2.6em;
}
}

@media screen and (max-width: 767px) {
.welcome__title h2 {
	margin: 0px;
	font-size: 1.8em;
	line-height: 100%;
	height:auto;
	margin: 0;
	margin-bottom: 20px;
	padding: 9;
	text-shadow: none;
	color: #0050ab;
}

.welcome__title {
	margin: 0px 0 30px 0;
	height:auto;
}
}

/** HOME PAGE **/

.sub-line {
	background-color: #FFFFFF;
	padding-top: 25px;
}



@media screen and (max-width: 767px) {
.sub-line {
	padding-top: 0px;
}
}

.tag__title h3 {
	font-weight: 300;
	color: #0050ab;
	font-size: 2.2em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

@media screen and (max-width: 991px) {
.tag__title h3 {
	background: none;
	padding: 0;
	margin-bottom: 40px;
	font-size: 1.8em;
}
}

@media screen and (max-width: 767px) {
.tag__title h3 {
	margin: 0px;
	font-size: 1.4em;
	line-height: 100%;
	height:auto;
	margin: 0;
	margin-bottom: 20px;
	padding: 9;
}

.tag__title {
	margin: 30px 0 0 0;
	height:auto;
}
}

.img-border {
	border: solid 1pt #DADADA;
	margin-top: 15px;
}

.head__intro {
    font-size: 16px;
    margin: 10px 0 50px 0;
	overflow: auto;
}

@media screen and (max-width: 991px) {
.head__intro {
    margin: 10px 0 20px 0;
}
}

.head__intro .lead {
    font-size: 21px;
	font-weight: 500;
	margin: 0 0 14px 0;
}

@media screen and (max-width: 768px) {
.head__intro .lead {
    font-size: 14px;
}

.head__intro p {
    font-size: 14px;
}
}

@media screen and (max-width: 480px) {
.head__intro {
    margin: 10px 0 0px 0;
}

.head__intro .lead {
    font-size: 14px;
}

.head__intro p {
    font-size: 14px;
}
}

.head__info {
    font-weight: 500;
    font-size: 16px;
	line-height: 18px;
    float: left;
    text-align: center;
    margin: 5px 30px 10px 10px;
}

.head__info .head {
    font-weight: normal;
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 768px) {
.head__info, .head__info .head {
    font-size: 14px;
}
}

.head__info p {
    margin: 14px 0 0 0 ;
	color: rgba(0, 80, 171, 1);
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	font-size: 18px;
}

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

.head__info {
    margin: 5px 20px 10px 0;
}

.head__info p {
    margin: 7px 0 0 0 ;
    font-size: 14px;
}

.head__info img {
    width: 90px;
	height: auto;
}

.head__info .head {
    font-size: 12px;
}
}

.featured-content-ofsted  {
    background-color: #65ac31;
    position: relative;
}

@media screen and (max-width: 767px) {
.featured-content-ofsted  {
    margin-top: 20px
}	
}

@media screen and (max-width: 500px) {
.featured-content-ofsted  {
    margin-bottom: 20px
}	
}

.featured-content-ofsted  a.featured-link {
    display: block;
    max-width: 100%;
}

.featured-content-ofsted  .featured-content-content {
    padding: 15px;
    color: #fff;
}

.featured-content-ofsted p {
	font-family: 'fontin_sans_critalic', Verdana, sans-serif;
    color: #fff;
    font-size: 18px;
}

.featured-content-ofsted p span {
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
    color: rgba(183, 210, 164, 1);
    font-size: 14px;
	margin-top: 3px;
	display: block;
}

.featured-content-ofsted p span:before {
	content: "\f178";
	font-family: FontAwesome;
	margin-right: 4px;
	color: #fff;
	font-weight: 300!Important;
	font-size: 12px;
}

/** HOME PAGE Events **/

@media (min-width: 992px) {
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.row-spacer {
    margin: 15px 0 50px 0;
}

.row-spacer hr {
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #fff;
}

.news-title {
	font-weight: 300;
	color: #0096ff;
	font-size: 1.8em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	letter-spacing: -0.5px;
	margin: 0 0 10px 0
}

.newslist {
    margin: 10px 0 15px 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.newslist .title {
    width: 65%;
    float: right;
    margin: 0;
    padding: 0;
	padding-top: 5px;
	line-height: 100%
}

@media screen and (max-width: 1200px) {
.newslist .title {
	padding-top:0px;
	font-size: 14px;
}
}

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

@media screen and (max-width: 480px) {
.newslist .title {
	font-size: 14px;
}
}

.newslist .thumbnail-holder {
    width: 30%;
    float: left;
}

/** HOME PAGE EVENTS **/

.events-title {
	font-weight: 300;
	color: #0096ff;
	font-size: 1.8em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	letter-spacing: -0.5px;
	margin: 0 0 10px 0
}

@media screen and (max-width: 991px) {
.events-title {
	margin: 20px 0 7px 0
}
}

@media screen and (max-width: 768px) {
.events-title {
	margin: 20px 0 10px 0
}
}

.table.table-borderless td, .table.table-borderless th {
border: 0 !important;
}

ul.upcoming-events {
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
}

.upcoming-events li {
    margin-bottom: 15px;
}

ul.upcoming-events p {
    display: none
}

.home .upcoming-events {
	font-size: 13px;	
    display: table;
}

.home .upcoming-events a {
	font-size: 18px;
    display: table;
}

.mc_tb:before {
    content: "\f073";
    font-family: FontAwesome;
    display: inline-block;
    color: rgba(0, 80, 171, 1);;
	padding-right: 3px;
}

/** HOME PAGE TWITTER **/

.twitter-feed ul {
	list-style: none;
	padding:0;
	font-size: 85%;
	display: block;
	overflow: hidden
}

.twitter-feed .tweet-title {
	font-weight: 300;
	color: #0096ff;
	font-size: 1.8em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	letter-spacing: -0.5px;
	background: url(images/tweet-bg.png) no-repeat right top;
	height: 48px;
	margin: 0 0 7px 0
}

@media screen and (max-width: 991px) {
.twitter-feed .tweet-title {
	margin: 20px 0 7px 0
}
}

.twitter-feed .tweet-title span{
	background-color: #FFFFFF
}

@media screen and (max-width: 768px) {
.twitter-feed .tweet-title {
	background: none;
	margin: 20px 0 10px 0
}
}

.twitter-feed img {
	margin: 0px 10px 16px 0;
}

.twitter-feed hr {
	margin: 8px 0 8px 0;
	background:url(images/tweet-line.png) no-repeat top center;
	height:4px;
	border:none !important;
}

.twitter-feed .follow {	
	font-weight: 300;
	font-size: 85%;
	margin-bottom: 20px;
	float: right;
}

@media screen and (max-width: 991px) {
.twitter-feed .follow {	
	float: left;
}
}

.afti-short-timeline li {
	margin-bottom: 15px;
	float: left!Important
}

.afti-short-timeline p {
	display: none!Important;	
}

/** ACCREDITATIONS **/

.accreditations {
	display: block;
	background: #fff;
	padding: 20px 20px 80px 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
.accreditations img {
	margin: 0 auto 0;
	margin-bottom: 20px;
}
}


@media screen and (max-width: 767px) {
.accreditations {
	padding: 20px 0px 40px 0px;
	text-align: center
}
}

@media screen and (max-width: 550px) {
	
.accreditations {
	padding: 0px 0px 30px 0px;
}

.accreditations img {
	max-width: 80%;
	height: auto
}
}

/*.accreditations ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    padding-left: 0px;
}

.accreditations li {
    display: inline;
    margin: 0 35px;
    padding: 0;
}

@media screen and (max-width: 730px) {
.accreditations li {
    display: inline;
    margin: 0 15px;
    padding: 0;
}
}

@media screen and (max-width: 610px) {
.accreditations  li {
    margin: 0;
    padding: 0;
}

.accreditations li {
    width: 50%;
    margin: 0;
    padding: 0;
}
}*/

/** MAIN **/

.main {
	margin: 70px 0 50px;	
}

@media screen and (max-width: 991px) {
.main {
	margin: 0px 0 50px;	
}
}

/** NEWS SECTION - INNER **/

.news-list-title {
    border-bottom: solid 1pt #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 5px;	
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
}

.news-list-date {
	font-size: 14px	
}

.news-list-date i {
	color: #0050ab
}

.news-list-excerpt {
	font-size: 14px
}

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

@media screen and (max-width: 991px) and (min-width: 768px) {
.featured-image-wrap {
    float: left;
    margin: 0 30px 30px 0;
    width: 50%;
}
}

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

.news-list-img {
	margin-bottom: 20px;	
}
}

/** GOVERNORS PAGE */

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

.governors .table h4 {
    margin: 0;
}

/** LINKS PAGE **/

.links-holder ul {
	list-style: none;
	margin-bottom: 20px;
	padding:0;
}

.links-holder a {
	text-transform: uppercase;
	font-size: 30px;
}

/** TYPOGRAPHY **/

.page-header {
	padding-bottom: 9px;
	margin: 0px 0 20px;
}

.paged .page-header, .paged .class-intros {
	display: none
}

.class-blog-title {
	padding-bottom: 9px;
	margin: 30px 0 10px;
}

.paged .class-blog-title {
	margin-top: 0px;
}

@media (max-width: 991px) {
.page-header, .class-blog-title {
	padding-bottom: 0px;
}	
}

@media (max-width: 480px) {
.page-header {
	margin-top: 10px;
}	
}

.page-header h1, .class-blog-title h2 {
	font-size: 2.6em;
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;
	font-weight: 300;
	display: block;
	letter-spacing: -0.9px;
	margin: 0;
	padding-bottom: 6px;
	line-height: 0.9em;
	color: #0096ff;
	border-bottom: dotted 1pt #999
}

.class-blog-title h2 {
	font-size: 2.2em;
	margin-bottom: 0px;
}

@media (max-width: 1199px) {
.page-header h1 {
	font-size: 2.8em;
	line-height: 0.9em;
}
}

@media (max-width: 990px) {
.page-header h1 {
	font-size: 2.2em;
	line-height: 1.8em;
	padding-bottom: 0px;
}
}

@media (max-width: 767px) {
.page-header h1 {
	font-size: 2em;
	line-height: 100%;
}
}

@media (max-width: 480px) {
.page-header h1 {
	font-size: 1.6em;
	line-height: 100%;
}
}

.page-template-template-class-blogs h3 {
	font-family: 'fontin_sans_crbold', Verdana, sans-serif;	
	margin-bottom: 20px;
	color: rgba(0, 80, 171, 1);
}

.yellow {
	color: #fbb040;
}

.green {
	color: #049631;
}

.blue {
	color: #80d3da;
}

a {
	background-color: transparent;
	transition: color 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	color: #218bc3
}

a:hover {
	text-decoration: none;
	color: #000000
}

h2 {
	font-size: 22px;
	line-height: 28px;
	color: #000
}

/** SPACERS **/

.space-top {
	margin-top: 30px;
}

.space-left {
	padding-left: 50px;
}

.updated {
	font-size: 12px;
}

.entry-title {
	margin-bottom: 0;
	text-transform: uppercase
}

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

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

.feat-img {
	width: 100%;
	height: auto;
	margin-bottom: -50px
}

@media screen and (max-width: 991px) {
.feat-img {
	width: 100%;
	height: auto;
	margin-bottom: -20px
}
}

.tagline {
	font-weight: 300;
	color: #fff;
	font-size: 2.6em;
	line-height: 1.4em;	
	letter-spacing: -0.5px;
	margin-right: 30px;
	margin-top: -10px;
	padding: 0
}

@media (max-width: 530px) {
.tagline {
	font-size: 1.8em;
	margin-top: 0px;
	margin-right: 10px;
}
}

@media (max-width: 480px) {
.tagline {
	font-size: 1.4em;
	margin-top: 5px;
}
}

@media (max-width: 790px) {
.lead {
	font-size: 21px;
}
}

/** GOOGLE TRANSLATE **/

#google_translate_element {
	margin-left: 14px;
	float: right;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	font-size: 9px;
}

/* FOOTER */

footer {
    clear: both;
    color: rgb(255, 255, 255);
    text-align: center;
    background: #0050ab;
    padding: 42.5px 15px 22.5px 15px;
	position: relative;
	margin-top: 0px;
	border-top: 4pt solid rgba(0, 150, 255, 1);
	font-size: 14px;
}

@media (max-width: 580px) {
footer {
    padding: 36.5px 15px 22.5px 15px;
	border-top: 3pt solid rgba(0, 150, 255, 1);
}
}

footer a {
	color: rgba(255, 255, 255, 0.7);
}

footer .footer__badge {
	width:80px;
	height:94px;
    background: transparent url(images/barlows-logo.svg) no-repeat center top;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto
}

@media (max-width: 580px) {
footer .footer__badge {
	width: 50px;
	height: 59px;
	top: -20px;
}
}

footer a:hover, footer a:focus {
	color: rgba(255, 255, 255, 1);
}

.footer__legal, .footer__contact {
    font-size: 0.9em;
    text-transform: uppercase;
}

@media only screen and (max-width : 991px) {
.footer__legal {
    line-height: 1.5em
}
}

.footer__contact {
    font-size: 1.1em;
    text-transform: none;
}

@media only screen and (max-width : 991px) {
.footer__contact {
    line-height: 1.2em;
	margin-bottom: 10px
}
}

.footer__contact i {
    margin: 0 4px 0 6px
}

.footer__contact .red {
    color: #fff
}

.footer__legal ul, .footer__contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	padding-left: 0px;
}

.footer__legal ul li, .footer__contact ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width : 992px) {
.footer__legal li + li:before {
    content: "\2022";
	padding: 0 10px 0 5px
}
}

@media only screen and (max-width : 991px) {
.footer__legal ul li, .footer__contact ul li {
	display: list-item;
}

.footer__legal ul li, .footer__contact ul li {
	text-align: center
}
}

/* MAP */

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

#map-canvas {
	height: 14em; 
}

#map-right {
    background: rgba(255, 255, 255, 0.7);
	padding: 15px;
	border: solid 1pt #E0E0E0
}

#map-right h2 {
	color: rgba(0, 150, 255, 1);
    margin: 0 0 5px;
    font-family: 'fontin_sans_crbold', Verdana, sans-serif;
    font-size: 24px
}

#map-right h4 {
    margin: 0 0 5px;
    font-weight:600 
}

#map-right a {
    color: #333
}

#map-right p {
  margin: 0 0 5px;
  font-size: 14px;
}

#map-right {
	height: 12.8em; 
}

#map-right .red {
	color: #0050ab
}

#map-right .access {
	font-size: 12px;	
	margin-top:-5px
}

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

#map-right {
    display: block;
    width: 50%;
    max-width: 56.3rem;
    position: absolute;
    top: 50px;
    right: 50px;
	border-bottom: solid 4px  rgba(0, 150, 255, 1);
	padding: 30px 20px;
}	
}

@media (max-width: 1199px) {
#map-right h2 {
    font-size: 20px;
}

#map-right h4 {
	font-size: 16px;
}

#map-right p {
    font-size: 13px;
}

#map-right {
  	height: 12.5em; 
}
}

@media (max-width: 767px) {
#map-right {
	height: 12.8em; 
}
}

@media only screen and (max-width : 330px) {
#map-right i {
	display: none
}
}

.speech {
    background: url(images/speech.png) no-repeat center;
	background-size: contain;
    width: auto;
    margin: 0 auto;
    padding: 10px 30px 30px 30px
}

/*.testimonials {
    background: url(images/speech1.png) no-repeat center;
    padding: 10px 40px 30px 40px
}*/

.welcome__quote {
    color: #fff;
    text-align: center;
}

.welcome__quote__contents {
    font-size: 19px;
	line-height: 18px;
}

@media only screen and (max-width: 1320px) {
.welcome__quote__contents {
    font-size: 16px;
	line-height: 80%!Important;
}
}

.testimonials .welcome__quote__contents {
    font-size: 16px;
	padding: 0 7px
}

.welcome__quote__author {
    display: block;
    font-weight: 700;
    color: #741d1c;
    text-transform: uppercase;
    font-size: 13px;
}

/* LINKS */

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

/* GOOGLE TRANSLATE */

#google_translate_element {
    margin-left: 0px;
    float: right;
}

/* EVENTS */

.mc-main caption {
	display: none!Important;
}

.single-event .event-title {
    border-bottom: solid 1pt #CCCCCC;
	color: #0050ab;
    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;
}

.mc-main .time-block p:before {
	color: #0050ab;
}

.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: #d9534f;
    border-color: #d43f3a;
}

.mc-main .view-full a:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.mc-main .mc_edit_links {
	display: none	
}

/* GALLERY */

.entry-content img, .entry-content .wp-caption {
    box-shadow: none;
    padding: 0px;
    border: none;
}

.img-thumbnail {
    background-color: #fff;
    border: 0px solid #fff;
}

.thumbnail, .wp-caption {
    margin-bottom: 10px;
}

#toplevel_page_youtube-my-preferences {
	display: none!Important;	
}

/* ESAFETY WIDGET */

.esafety-widget {
	float:right;
	margin: 10px 0 10px 10px
}

@media (max-width: 590px) {
.esafety-widget {
	float: none;
	margin: 15px 0 15px 0;
	width: 98%!Important
}
}

/* PAGER */

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: rgba(0, 80, 171, 1);
	color: #fff
}

/* IMAGE ALIGN & SPACING */

.img-right {
    padding: 10px 0 20px 20px;
}

.img-left {
    padding: 10px 20px 20px 0;
}

@media (max-width: 767px) {
.img-right, .img-left {
    padding: 10px 0 15px 0;
}
}

.wp-caption {
    display: inline;
    padding: 0px;
    margin-bottom: 20px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.wp-caption a>img {
    margin-left: 0;
    margin-right: 0;
}

.thumbnail .caption, .wp-caption .caption, .wp-caption-text {
    padding: 9px 0;
    color: #333;
    font-size: 12px;
}

.space-left a, .space-top a {
	font-weight: bold
}

/* MEMORIES */

.memories .wrap {
	margin-top: 30px;	
}

.accordion-toggle:after {
    font-family: 'FontAwesome'; 
    content: "\f078"; 
    float: right;
    color: #0050ab;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: rgba(0,0,0,0.15);
    border-color: #ddd;
}

.panel-default>.panel-heading a {
    color: #0050ab;
}

.panel-default>.panel-heading a:hover {
    color: #666;
}

.panel-default>.panel-heading a:active, .panel-default>.panel-heading a:focus {
	text-decoration: none;
    color: #666;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #fff;
}

.memories #swipebox-bottom-bar {
	display: none!Important;	
}

/* RESPONSIVE YOUTUBE */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
	max-width: 100%;
}

/* HIDE MY CALENDAR META BOXES */

.jd-my-calendar .meta-box-sortables {
	display: none!Important;
}

.postbox-container .meta-box-sortables {
    display: none!Important;
}

/* HIDE INSPECTOR PORTAL SUB PAGES */

.page-item-6537 .children {
	display: none!Important;	
}

/** NEW HOME PAGE HERO SLIDER **/

.img-container {
  height: 100vh;
  width: 100vw;
position:fixed;overflow:hidden;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgb(0, 19, 101);	
}

.img-container img {
  height: auto;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 970px) {
.img-container img {
  top: 80px;
}
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  visibility: hidden;
}
