@charset "utf-8";
/*
project: berkhampsteadschool.co.uk
author:james holmes
url:holmesbrand.com
date created: 10/08/2015
*/
/* site colors insta
turquoise: #61A8AF;
*/
html, body, div, img, table, tr, td, span, h1, h2, h3, p, a, figure {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100% !important;
  color: #444;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  padding-top: 180px;
}
a.small-logo {
  width: 838px;
  height: 45px;
  /*display: block;*/
  background-repeat: no-repeat;
  background-size: 25%;
  background-image: url(../img/shrinklogo.png);
  position: absolute;
  left: 4%;
  top: 20px;
}
a.small-logo-nursery {
  width: 838px;
  height: 45px;
  /*display: block;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/nursery-logo-header.png);
  position: absolute;
  left: 4%;
  top: 20px;
}
body.home {
  height: calc(100% - 85px);
  padding-top: 85px;
}
body.htb--main div.logo-bg {
  display: none;
}
body.htb--main div.small-logo {
  display: block !important;
}
/* disable body scroll when mobile menu is open */
.disable-scroll {
  overflow-y: hidden;
}
img {
  display: block;
  border: none;
}
a {
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: #13255E;
}
a:hover {
  color: #508A90;
}
/* global table styles */
table {
  width: 100%;
  background: #f2f2f2;
  border-collapse: collapse;
  text-align: left;
}
th {
  background-color: #13255F;
  color: #FFF;
  padding: 1em;
  border: 1px solid #FFF;
  font-size: 0.9em 0.85;
  font-weight: normal;
}
th::first-letter {
  text-transform: uppercase;
}
td {
  padding: 0.75em;
  border: 1px solid #FFF;
  font-size: 0.85em;
}
ol {}
ol li {
  font-size: 0.85em;
  margin-bottom: 1.35em;
  line-height: 1.5em;
}
/* calendar */
table.calendar {
  background-color: #FFF;
}
table.calendar td {
  padding: 0.75em;
  border: 1px solid #f2f2f2;
  font-size: 0.85em;
}
/* global quote styles */
blockquote p {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.5em;
}
blockquote span {
  display: block;
  position: relative;
  padding: 0 2em;
  margin: 0;
}
cite {
  margin-left: 2em;
  font-style: normal;
}
blockquote span::before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  color: #13255F;
  top: 0;
  left: 0;
}
blockquote span::after {
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  color: #13255F;
  bottom: 0;
  right: 0;
}
/* global list styles */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
* {
  outline: none;
}
/* structure */
div.inner {
  width: 1000px;
  margin: auto;
}
div.content-wrapper {
  width: 98%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
div.left-column {
  width: 22%;
  float: left;
  margin-top: 10px;
}
div.right-column {
  width: 77%;
  float: right;
  margin-top: 10px;
}
div.left-card {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}
div.left-card h3 {
  background-color: #13255F;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 5px;
}
div.right-card {
  background-color: #FFF;
  padding: 0em 2em;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.right-column.search-results {
  width: 100%;
  float: none;
}
div.left-column45 {
  width: 48.5%;
  float: left;
  overflow: hidden;
}
div.right-column45 {
  width: 48.5%;
  float: right;
  overflow: hidden;
}
div.right-card ul li {
  /* list-style: disc; */
  font-size: 0.85em;
  padding-bottom: 0.5em;
}
.pull-right {
  float: right;
  margin-left: 2em;
}
.pull-left {
  float: left;
  margin-right: 2em;
}
div.clearfloat {
  width: 100%;
  height: auto;
  overflow: hidden;
}
hr.default-rule {
  border: 0;
  height: 0;
  border-bottom: 2px dashed #EEE;
  margin: 2em 0;
}
/* home page header */
header.main-header {
  width: 100%;
  background-color: #13255F;
  height: 85px;
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 5px solid #AE1B29;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
div.header-inner {
  position: relative;
  height: 100%;
}
/* shrink home page header */
.shrink {
  height: 85px !important;
}
/* big logo */
div.logo-bg {
  padding: 2.5em 2em;
  background-color: #0B1639;
  overflow: hidden;
  position: absolute;
  left: 20px;
  z-index: 201;
  transition: all 0.2s ease,
}
a.logo {
  width: 244px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-size: 244px 120px;
  background-image: url(../img/badgelogo.png);
  color: #FFF;
}
div.header-links {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}
/ /* hide home page logo on shrink */
.shrink div.logo-bg, .shrink a.logo {
  display: none;
  height: 0;
  opacity: 0;
}
/* main nav */
nav.main-nav {
  with: 1000px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 50px;
}
nav.main-nav > ul {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 0.5em;
}
nav.main-nav > ul > li {
  display: inline-block;
  float: left;
}
nav.main-nav > ul > li > a {
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 1em;
  transition: none;
}
nav.main-nav > ul > li a:hover {
  background-color: #AE1B29;
}
nav.main-nav .selected, nav.main-nav .ancestor {
  background-color: #AE1B29;
}
/* main nav drop down menus */
nav.main-nav > ul > li > ul {
  margin: 0;
  padding: 0;
  background-color: #0B1639;
  display: none;
  opacity: 0;
}
nav.main-nav > ul > li:hover > ul {
  display: block;
  width: 200px;
  position: absolute;
  top: 35px;
  padding: 0;
  opacity: 1;
}
nav.main-nav > ul li:hover {
  background-color: #AE1B29;
}
nav.main-nav > ul > li:hover > ul > li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #13255F;
}
nav.main-nav > ul > li:hover > ul > li a {
  color: #FFF;
  display: block;
  font-size: 0.75em;
  padding: 1.2em 1em;
  opacity: 0.85;
}
nav.main-nav > ul > li:hover ul > li a:hover {
  background-color: #AE1B29;
  opacity: 1;
}
nav.main-nav > ul > li:hover > ul > li a::first-letter {
  text-transform: uppercase;
}
nav.main-nav > ul > li:hover > ul > li:last-child {
  border-bottom: none;
}
nav.main-nav > ul::last-child li:hover ul {
  position: absolute;
  right: 0;
}
/* third level nav */
nav.main-nav > ul > li:hover > ul li > ul {
  width: auto;
  padding: 0;
  position: static;
}
nav.main-nav > ul > li:hover > ul li > ul li {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: none;
}
nav.main-nav > ul > li:hover > ul li > ul li a {
  display: block;
  position: relative;
}
nav.main-nav > ul > li:hover > ul li > ul li a::before {
  content: '- ';
}
nav.main-nav > ul > li:hover > ul li > ul li a::first-letter {
  text-transform: uppercase;
}
nav.left-subnav ul {
  margin: 1.5em 0 0 0;
  padding: 0;
}
nav.left-subnav ul li {
  list-style: none;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
}
nav.left-subnav ul li:last-child {
  border-bottom: none;
}
nav.left-subnav ul li > a {
  display: block;
  font-size: 1em;
  padding-left: 1.2em;
  position: relative;
}
nav.left-subnav ul li > a::before {
  content: "\f054";
  position: absolute;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
nav.left-subnav ul li a:hover {
  color: #508A90;
}
nav.left-subnav ul li > a::first-letter {
  text-transform: uppercase;
}
nav.left-subnav ul li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
nav.left-subnav ul li > ul li {
  list-style: none;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #EEE;
}
nav.left-subnav ul li > ul li a {
  color: #333;
  font-size: 0.9em;
  padding-left: 5px;
}
nav.left-subnav ul li > ul li a::before {
  content: '';
}
/* home page slideshow */
div.slider-wrapper {
  height: 70%;
  width: 100%;
  position: relative;
  top: 5px;
}
.slider {
  background-size: cover;
  height: 100%;
}
.homepageSlider {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.homepageSlider.active {
  z-index: 3;
}
.homepageSlider img {
  max-width: 100%;
  min-height: 100%;
}
.in-page-slider .flex-viewport, .in-page-slider .flexslider .slides > li {
  height: 500px !important;
}
div.caption-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
div.home-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#e6000000', GradientType=0); /* IE6-9 */
  top: 0;
  left: 0;
}
div.home-content div.inner {
  padding-top: 18%;
}
div.home-content h1 {
  color: #FFF;
  font-size: 2.6em;
  line-height: 1em;
}
div.home-page {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
div.home-news {
  padding: 6em 0 0 0;
}
article.home-news-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.page-header-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
/********************* LATEST NEWS *********************/
div.latest-news {
  width: 100%;
  height: auto;
  padding: 8em 0;
}
div.three-col-wrap, div.two-col-wrap {
  display: flex;
  justify-content: space-between;
}
/* Three col silo links */
a.two-col-box, a.three-col-box {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  background-size: cover;
  background-position: center top;
  color: #FFF;
}
a.two-col-box {
  width: 47.5%;
  height: 400px;
}
a.three-col-box {
  width: 30%;
  height: 330px;
}
a.two-col-box div.title, a.three-col-box div.title {
  background-color: #12255F;
  width: calc(100% - 3em);
  padding: 1.2em 1.5em;
  position: absolute;
  bottom: 0;
  text-align: center;
}
a.two-col-box div.title h2, a.three-col-box div.title h2 {
  margin-bottom: 0.5em;
  display: inline-block;
}
a.two-col-box div.title p, a.three-col-box div.title p {
  margin-bottom: 0;
}
div.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
a.latest-news-box div.text-wrap {
  position: absolute;
  bottom: 2em;
  left: 2em;
  color: #FFF;
}
a.blue-btn, a.blue-btn-small, a.newsletter-archive, a.blazer-archive {
  display: block;
  text-align: left;
  padding: 0.75em;
  background-color: #61A8AF;
  color: #FFF;
  position: relative;
}
a.blue-btn:first-letter, a.blue-btn-small:first-letter, a.newsletter-archive:first-letter, a.blazer-archive:first-letter {
  text-transform: uppercase;
}
a.blue-btn::before, a.blue-btn-small::before, a.newsletter-archive::before, a.blazer-archive::before {
  position: absolute;
  font-family: FontAwesome;
  top: 13px;
  right: 0.75em;
  content: "\f054";
}
a.blue-btn:hover, a.blue-btn-small:hover, a.newsletter-archive:hover, a.blazer-archive:hover {
  background-color: #508A90;
}
a.blue-btn-small {
  width: 50%;
}
a.newsletter-archive, a.blazer-archive {
  margin-top: 1em;
}
div.blazer-upload {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.files {
  margin-bottom: 2em;
}
div.archive-files {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.archive-image {
  width: 20%;
  float: left;
  margin-right: 5%;
}
div.archive-text {
  width: 75%;
  float: right;
}
div.files ul li a {
  position: relative;
  padding-left: 1.4em;
}
div.files ul li {
  list-style: none;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
}
div.files ul li a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c5";
  left: 0;
}
/* breadcrumbs */
div.breadcrumb-bg {
  background-color: #f5f5f5;
  padding: 0.75em;
  margin-bottom: 2em;
  border-radius: 10px;
}
div.breadcrumb-bg ul {
  margin: 0;
  padding: 0;
}
div.breadcrumb-bg ul li {
  display: inline;
  font-size: 0.8em;
  text-transform: capitalize;
}
div.breadcrumb-bg ul li a {
  color: #61A8AF;
}
/* news */
li.hentry {
  overflow: hidden;
  margin-bottom: 1.5em;
  list-style: none !important;
}
div.hentry-thumb {
  width: 20%;
  float: left;
}
div.hentry-summary {
  width: 75%;
  float: right;
}
div.hentry-summary h2 {
  margin-bottom: 0.75em;
}
span.date {
  font-size: 0.85em;
  display: block;
  margin-bottom: 1.5em;
}
/* span.date::before {
	content: 'Posted: ';
	color: #bdbdbd;
} */
article.news-post {
  width: 100%;
  height: auto;
  overflow: hidden;
}
img.post-image {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
div.news-post h1 {
  color: #1F1E5B !important;
}
a.news-home, a.recommend-us {
  display: inline-block;
  width: 100%;
  background-color: #61A8AF;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.85em;
  border-radius: 3px;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
/* events */
div.event-listing ul {
  margin: 0;
  padding: 0;
}
div.event-listing ul li {
  list-style: none;
}
/* contact page */
div.staff-contact-wrapper {
  overflow: hidden;
}
div.staff-contact {
  width: 47.5%;
  float: left;
  margin-bottom: 2em;
}
div.staff-contact h3 {
  margin-bottom: 0.25em;
}
div.staff-contact p {
  margin-bottom: 0;
}
div.staff-contact a {
  font-size: 0.85em;
  margin-bottom: 0;
}
/* contact form */
div.contact-form {
  margin-top: 2em;
}
div.contact-form label {
  display: block;
  margin-bottom: 1em;
}
div.contact-form input[type="text"], div.contact-form textarea, input[type="email"], input[type="phone"], input[type="date"] {
  border: none;
  padding: 1em 2%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 50%;
  margin: 0.75em 0 2em 0;
  font-size: 0.9em;
  background-color: #F5F5F5;
  display: block;
}
div.contact-form textarea {
  vertical-align: top;
}
/* map */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* input focus styles */
div.contact-form input[type="text"]:focus, div.contact-form textarea:focus, input[type="email"]:focus {
  background-color: #F0F0F0;
}
div.contact-form input[type="submit"] {
  width: 150px;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 110ms ease-in-out;
  -moz-transition: all 110ms ease-in-out;
  -ms-transition: all 110ms ease-in-out;
  -o-transition: all 110ms ease-in-out;
  transition: all 110ms ease-in-out;
  font-size: 0.9em;
  background-color: #61A8AF;
}
div.contact-form input[type="submit"]:hover {
  background-color: #508A90;
}
video {
  background: transparent url('/img/poster.jpg') 50% 50% / cover no-repeat;
}
/* main page tenplate */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.inline-image-img {
  padding: 5px;
  border: 1px solid #eee;
}
img.full-width-img {
  min-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
div.bears {
  width: 193px;
  height: 150px;
  background-image: url(../img/bears.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: 2em;
  top: -45px;
}
div.accreditations {
  background-image: url(/img/footer-logos5.png);
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 189px;
  margin-bottom: -100px;
  padding: 2em 0;
}
/* footer */
footer {
  width: 100%;
  background: #0B1639;
  padding: 4em 0;
  margin-top: 100px;
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline;
  list-style: none;
}
footer ul li a {
  padding-right: 0.5em;
  position: relative;
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  text-transform: capitalize;
}
footer ul li a:hover {
  opacity: 1;
}
footer ul li a::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
  cursor: none;
}
footer ul li:last-of-type a::after {
  content: ' ';
  padding-right: 0;
}
footer p {
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #FFF;
}
/* icons */
i.news-icons {
  color: #CCC;
}
/* text styles */
h1 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1F1E5B;
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #EEE;
  letter-spacing: 0.1em;
}
h2 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  position: relative;
}
h2.blue, h3.blue {
  color: #1F1E5B;
}
h3 {
  font-family: Gill sans, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.4em;
}
h2.intro {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  text-transform: none;
}
p {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
/* gallery app */
.albumdisplay li div a {
  display: block;
  width: 80%;
  margin: 0.4em auto;
  background: #13255F;
  color: #FFF;
  padding: 0.5em;
  text-align: center;
  border-radius: 3px;
}
.primary-content .glist, .sidebar .glist, .glist {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
/* for containers, act as a clearing device */
.cont {
  overflow: auto;
}
.allalbums > li {
  clear: left;
  list-style: none;
}
.imagelisting li {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
  list-style: none !important;
}
.albumdisplay li {
  float: left;
  margin: 0 20px 20px 0;
  list-style: none !important;
}
.albumdisplay li img:hover {
  border: 1px solid #CCC;
}
.albumdisplay li img {
  display: block;
  padding: 5px;
  border: 1px solid #EEE;
}
.pager {
  margin: 1.5em 0;
  overflow: hidden;
  padding-top: .8em;
}
.pager li {
  float: left;
  width: 10em;
}
.pager li.paging-label {
  float: none;
  width: 100%;
  padding: 0 0 1em 0;
}
.pager a.paging-next {
  text-align: right;
}
/* blog app */
ul.hfeed {
  margin: 0;
  padding: 0;
}
li.hentry {
  list-style: none;
}
div.newsletter-file {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
div.newsletter-file a {
  position: relative;
  padding-left: 1.5em;
}
div.newsletter-file a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0c5";
  left: 0;
}
div.sitemap div {
  margin-bottom: 2em;
}
div.sitemap ul {
  margin-top: 0.5em;
}
div.sitemap ul li {
  padding-bottom: 0.5em;
}
/* added JH 27/9/2016 */
div.da-wrapper {
  width: 32%;
  float: left;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin-right: 2%;
  height: auto;
}
div.latest-blazer-wrapper {
  width: 32%;
  float: left;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #ccc;
  height: auto;
}
div.card-right-col {
  width: calc(47.5% - 1em);
  padding-right: 1em;
  float: right;
}
input.mob_search {
  width: 100% !important;
  margin: 0 auto 40px auto !important;
  display: block !important;
  float: none !important;
  border: 1px solid #FFF;
  max-width: 700px;
  line-height: 40px;
  background-color: transparent;
  color: #FFF;
  font-size: 12px;
  padding-left: 10px;
  -webkit-appearance: none;
}
input.mob_search::placeholder {
  color: #FFF;
}
/* JH 25/09/2017 */
div.isi-banner {
  width: calc(100% - 2em);
  max-width: calc(100% - 2em);
  height: auto;
  border: 1px solid #444;
  overflow: hidden;
  padding: 1em;
  margin-top: 3em;
}
div.isi-img {
  width: 150px;
  height: 75px;
  float: left;
  background-image: url(../img/isi-logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
span.banner-text {
  float: left;
  position: relative;
  top: 100%;
  transform: translateY(120%);
  margin-left: 4em;
  font-family: Gill sans, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
div.isi-report {
  float: right;
  position: relative;
  top: 100%;
  transform: translateY(150%);
}
div.school-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
div.school-wrapper {
  float: left;
}
div.school-wrapper:first-of-type {
  margin-right: 70px;
}
/* new form 17/3/2018 JH */
input[type=checkbox] {
  display: inline-block;
  margin-bottom: 1em;
}
div.holiday-form {
  margin-top: 2em;
}
div.holiday-form label {
  margin-bottom: 1.5em;
  display: block;
  font-size: 0.8em;
  color: #444;
}
div.holiday-form input[type="text"], div.holiday-form input[type="email"], div.holiday-form textarea {
  border: none;
  padding: 1em 2%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 66%;
  margin-bottom: 0.75em;
  font-size: 0.9em;
  background-color: #F5F5F5;
}
div.holiday-form textarea {
  vertical-align: top;
}
div.holiday-form div {
  margin-bottom: 2em;
}
div.holiday-form input[type="submit"] {
  width: 150px;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: all 110ms ease-in-out;
  -moz-transition: all 110ms ease-in-out;
  -ms-transition: all 110ms ease-in-out;
  -o-transition: all 110ms ease-in-out;
  transition: all 110ms ease-in-out;
  font-size: 0.9em;
  background-color: #61A8AF;
}
div.holiday-form input[type="submit"]:hover {
  background-color: #508A90;
}
div.radiowrapper {
  width: 60px;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 1em !important;
}
ul.radio-list {
  margin: 3em 0;
  padding: 0 !important;
}
ul.radio-list li {
  display: block;
  font-size: 1em !important;
}
ul.radio-list li label {
  display: inline-block;
  margin-bottom: 0;
}
label.bullet {
  width: 200px;
}
div.checkbox-wrapper {
  margin: 3em 0;
}
div.checkbox-wrapper h3 {
  margin-bottom: 1.5em;
}
/* toggles */
a#addChild, a#addContact {
  display: inline-block;
}
/* toggle panels */
.add-child, .add-contact {
  display: none;
}
span.title-select {
  display: block;
  margin-bottom: 1em;
}
a.page-content-button {
  display: inline-block;
  background-color: #13255F;
  text-align: center;
  color: #FFF;
  padding: 1em 2em;
  border-radius: 3px;
  margin-bottom: 1em;
}
/* added JH 29/9/2018 */
div#latest-tweets {
  width: 100%;
  height: auto;
}
div#latest-tweets ul {
  margin: 0;
  padding: 0;
}
div#latest-tweets ul li {
  border: 1px solid #EEE !important;
  list-style: none;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
p.interact {
  display: none;
}
/* home page twitter feed */
p.tweet {
  margin-bottom: 0;
}
p.tweet a:first-of-type {
  display: block;
}
div#home-tweet p.tweet a:first-of-type {
  display: inline;
}
div#home-tweet div.media img {
  width: 100%;
  margin-bottom: 1em;
}
.user {
  width: 100%;
}
.user img, .user a > span {
  margin-bottom: 1em;
  width: 50px;
}
.user a > span {
  margin-left: 10px;
}
.media img {
  max-width: 100%;
}
/*********** 2020 HOME PAGE STRUCTURE ****************/
.newtheme-lead-in, .newtheme-upcoming-events, .newtheme-admissions {
  width: 100%;
  height: auto;
  padding: 8em 0;
}
a.school-type-box:hover h2:after {
  right: -1.8em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
h2.home {
  text-align: center;
  font-family: Gill sans, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1F1E5B;
  letter-spacing: .1em;
}
div.newtheme-lead-in div.content-wrapper, div.newtheme-upcoming-events div.content-wrapper, .newtheme-admissions div.content-wrapper {
  margin: 0 auto;
}
.newtheme-lead-in {
  background-color: RGBA(19, 37, 95, 0.08);
  text-align: center;
}
.newtheme-lead-in h1 {
  border-bottom: none;
  padding-bottom: 0;
}
.vert-align-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
}
div.newtheme-upcoming-events {
  background-color: RGBA(19, 37, 95, 0.08);
}
div.newtheme-admissions {
  padding: 0;
  overflow: hidden;
  color: #FFF;
  text-align: left;
}
div.newtheme-admissions div.vert-align-inner {
  max-width: calc(600px - 6em);
  margin: 0 0 0 6em;
}
div.newtheme-admissions h2 {
  text-align: left;
  color: #FFF;
}
div.newtheme-admissions div.left-col {
  width: 50%;
  height: 600px;
  float: left;
  background-size: cover;
  background-position: center center;
}
div.newtheme-admissions div.right-col {
  width: 50%;
  height: 600px;
  float: right;
  background-color: #11255F;
  position: relative;
}
a.pill-btn {
  text-align: center;
}
/*********** OPEN DAY MODAL ****************/
div.open-day-modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: RGBA(19, 37, 96, 0.95);
  z-index: 200;
}
div.open-day-modal {
  width: 100%;
  max-width: 800px;
  height: 400px;
  overflow: hidden;
  margin: auto;
  position: fixed;
  left: calc(50% - 400px);
  top: 20%;
  z-index: 201;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.9);
}
div.modal-image {
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
}
div.modal-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #FFF;
}
div.modal-text div.inner {
  width: 70%;
  margin: 0 auto;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*********** EVENTS CAROUSEL ****************/
div.event-card {
  width: 90%;
  max-width: 1200px;
  height: 400px;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
div.event-image {
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
}
div.event-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #FFF;
}
div.event-text div.inner {
  width: 70%;
  margin: 0 auto;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
span.date-day, span.date-month {
  font-size: 1.5em;
  color: #1F1E5B;
  display: block;
}
div.event-date {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
/*********** new global styles ****************/
a.pill-btn {
  display: inline-block;
  padding: 1em 2em;
  background-color: #132560;
  color: #FFF;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.btn-wrap {
  text-align: center;
}
a.new-theme-hyperlink {
  display: block;
  color: #FFF;
}
/*********** mobile nav ****************/
div.overlay_nav {
  background-color: #132560;
  width: 100%;
  height: auto;
  top: 2em;
  left: 0;
  z-index: 200;
  display: none;
  overflow: scroll
}
div.nav_contain {
  position: absolute;
  top: 20px;
  right: 4%;
  width: 35px;
  height: 35px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
nav#mobile {
  width: 80%;
  padding: 4em 10%;
  margin-top: 84px;
  z-index: 99;
  background-color: #132560;
  right: 0;
  height: calc(100VH - 85px);
  overflow-y: scroll !important;
  position: absolute;
}
/* hide the submenu */
nav#mobile ul li ul {
  display: none;
}
nav#mobile ul li a:first-child:nth-last-child(2):before {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  right: 0;
  color: #6AA8AF;
  font-size: 1.2em;
  display: block;
}
/*
nav#mobile ul li a:last-of-type {
  color: #AE1B29;
}
*/
nav#mobile ul li {
  list-style: none;
}
.navbar-toggle, .navbar_toggle, nav#mobile {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.nav-hide {
  display: none
}
.navbar-toggle, .navbar_toggle {
  display: block !important
}
.bar1, .bar2, .bar3 {
  width: 100%;
  height: 3px;
  background-color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.nav_contain:hover .bar1, .nav_contain:hover .bar2, .nav_contain:hover .bar3 {
  background-color: #FFF;
}
.bar1 {
  margin-bottom: 8px
}
.bar2 {
  margin-bottom: 8px
}
.navbar-contain {
  margin-top: 10px;
}
.nav_contain .bar1, .nav_contain .bar2, .nav_contain .bar3, .navbar-toggle .navbar-contain {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav_contain:hover .bar1 {}
.nav_contain:hover .bar2 {}
.nav_contain:hover .bar3 {}
.navbar-on .bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 16px;
  background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar1 {
  margin-top: 16px
}
.navbar-on .bar2 {
  display: none
}
.navbar-on .bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -10px;
  background-color: #FFF;
}
.nav_contain:hover .navbar-on .bar3 {
  margin-top: -10px;
}
nav#mobile > ul {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
nav#mobile ul li {
  display: block;
  margin: 0;
  position: relative;
}
nav#mobile ul > li > a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2em;
  color: #FFF;
}
nav#mobile ul > li > a:hover {
  color: #6AA8AF;
}
.chevron {
  width: 10px;
  height: 10px;
  background: pink;
}
.chevron::after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  right: 0;
  color: #6AA8AF;
  font-size: 1.2em;
  display: block;
}
nav#mobileul li a {
  display: block;
  color: #FFF
}
nav#mobile ul li ul {
  border-bottom: none;
  margin: 0 0 3em 1em;
}
nav#mobile ul > li > ul > li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #3A4670;
}
nav#mobile ul > li > ul > li:last-of-type {
  border-bottom: none;
}
nav#mobile ul li ul li a {
  text-transform: capitalize;
  margin-bottom: 0;
}
nav#mobile ul li ul li a::after {
  content: ' '
}
div.footer-logos {
  display: flex;
  max-width: 480px;
  margin: 0 auto 30px auto;
  justify-content: space-between;
}
a.school-logo {
  display: block;
  width: 203px;
  height: 100px;
  background-image: url("../img/badgelogo.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
a.nursery-logo {
  display: block;
  width: 207px;
  height: 100px;
  background-image: url("../img/landing-logo-nursery.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
p.intro {
  width: 70%;
  margin: 0 auto 3em auto;
  text-align: center;
}
div.new-isi {
  height: auto;
  padding: 1em 2em;
  background-color: #AE1B28;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
div.new-isi h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.2em;
}
div.new-isi a {
  font-size: 0.9em;
  color: #fff;
}
/* added JH 16/3/2021 */
.container {
  width: 100%;
  overflow: hidden;
  margin: 3em 0;
}
body .container input {
  display: none;
}
body .container input:checked + label {
  background: #0A1639;
  color: #fff;
}
body .container input#tab1:checked ~ .line {
  left: 0%;
}
body .container input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
}
body .container input#tab2:checked ~ .line {
  left: 25%;
}
body .container input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
}
body .container input#tab3:checked ~ .line {
  left: 50%;
}
body .container input#tab3:checked ~ .content-container #c3 {
  opacity: 1;
}
body .container input#tab4:checked ~ .line {
  left: 75%;
}
body .container input#tab4:checked ~ .content-container #c4 {
  opacity: 1;
}
body .container label {
  display: inline-block;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  width: 30%;
  text-align: center;
  background: #f4f4f4;
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
}
body .container label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #0A1639;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}
body .container label:hover::after {
  opacity: 1;
}
body .container .line {
  position: absolute;
  height: 2px;
  background: #1E88E5;
  width: 25%;
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}
body .container .content-container {
  background: #eee;
  position: relative;
  height: 100px;
  font-size: 20px;
}
body .container .content-container .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 30px;
  left: 2em;
  opacity: 0;
  transition: 0.25s ease;
  color: #333;
}
body .container .content-container .content h3 {
  font-weight: 200;
  margin: 10px 0;
}
body .container .content-container .content p {
  margin: 10px 0;
}
body .container .content-container .content p, body .container .content-container .content i {
  font-size: 13px;
}
div.award-wrapper-home {
  background-image: url("../img/award-home.png");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px auto;
  height: 100px;
  background-size: 100px 100px;
  background-position: center;
}
div.nursery-masthead {
  width: 100%;
  height: 700px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-image: url("../img/outstanding.jpeg");
  position: relative;
}
div.landing-link-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}
a.school-landing-link, a.nurseries-landing-link {
  width: 50VW;
  height: 100VH;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
a.school-landing-link {
  background-image: url("../img/schoolbg.jpg");
}
a.nurseries-landing-link {
  background-image: url("../img/nurserybg.jpg");
}
a.school-landing-link img, a.nurseries-landing-link img {
  max-width: 50%;
}
div.landing-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 57, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nursery-bg {
  background-color: #CAC2C3;
}
div.intro-img {
  width: 288px;
  height: 63px;
  background-size: cover;
  margin: 20px auto;
  border: 3px solid white;
  background-image: url("../img/isi-logo.jpg");
}
div.search-list li {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
a.booking-btn {
  border: 2px solid white;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  right: 330px;
  top: 50%;
  transform: translateY(-50%);
}
a.booking-btn:hover {
  color: #fff;
  background-color: #AD1A29;
}
div.header-icons {
  position: absolute;
  right: 150px;
  height: 100%;
  width: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 1.2em;
}
a.twitter, a.insta {
  color: #FFF;
  font-size: 1.2em;
  font-family: FontAwesome;
}
a.twitter:before {
  content: "\e61b";
}
a.insta:before {
  content: "\f16d";
}
span.icon {
  display: none;
}

/* tabs */

div.tabs-body {
	margin-top:30px;
}

.etabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #112256;
}

.tab {
	display: inline-block;
	*display: inline;
	border-radius: 4px 4px 0 0;
	padding:10px 20px;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	
	position: relative;
}
.tab a:hover {
	text-decoration: underline;
	text-decoration: none;
}
.tab.active {
	background: #112256;
	position: relative;
	border: solid 1px #112256;
}
.tab a.active {
	color: #fff;
	text-decoration: none;
}
.tab-container .panel-container {
	background: #fff;
	border: solid #112256 1px;
	padding: 20px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}