/************************************ GENERAL ****************************************/

* {
  font-family: Trebuchet MS;
  margin: 0px;
  padding: 0px;
}

/************* FONTS *********/
@font-face {
  font-family: "kg_fall_for_you";
  src: url("fonts/kgfallforyou.eot");
  src: url("fonts/kgfallforyou") format("embedded-opentype"),
    url("fonts/kgfallforyou.woff") format("woff"),
    url("fonts/kgfallforyou.ttf") format("truetype"),
    url("fonts/kgfallforyoubold-webfont.svg#kg_fall_for_youbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 50px;
  color: #bd010a;
  font-family: "kg_fall_for_you", arial;
}

h2 {
  font-size: 40px;
  color: #bd010a;
  font-weight: normal;
  font-family: "kg_fall_for_you", arial;
}

h3 {
  font-size: 36px;
  color: #000066;
  font-weight: normal;
  font-family: "kg_fall_for_you", arial;
}

.fr {
  float: right;
}

/************************************ PUPIL BAR ****************************************/

.pupil-bar {
  background: #000;
}

#webbar {
  background: #000 !important;
  height: auto;
  padding-left: 26px;
  padding-right: 35px;
}

#webbar .cookies {
  height: 20px !important;
}

#webbar #search {
  height: 20px;
}

#google_translate_element {
  width: 114px;
  height: 20px !important;
  overflow: hidden !important;
}

#webbar .right {
  margin: 0px 0px 0px 0px;
}

#mobile_black_bar {
  display: block;
}

#webbar {
  display: none;
}

#logo img {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo_text {
  color: #fff;
  margin-top: 35px;
  font-size: 40px;
}

.logo_text_slogan {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
}

/* Custom style added by Callum */

.bg-gradient--intro {
}

@media screen and (min-width: 992px) {
  #mobile_black_bar {
    display: none;
  }

  #webbar {
    display: block;
  }
}

#mobile_black_bar a {
  display: block;
  color: #fff !important;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

#mobile_black_bar .staff_login {
  background: #bd010a;
}

#mobile_black_bar .parent_login {
  background: #7f0107;
}

#mobile_black_bar .blogs {
  background: #bd010a;
}

/************************************ HEADER ****************************************/

.logo {
  max-width: 500px;
  margin: auto;
  padding: 15px 0px;
}

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

ul#menu .topItem a {
  color: #fff !important;
  padding: 15px;
}

ul#menu,
ul#menu ul {
  list-style: none;
}

ul#menu {
  float: none;
  margin: 0;
  padding: 0px 0 0 0px;
  list-style: none;
  display: flex;
  font-size: 0;
}

ul#menu,
ul#menu li,
ul#menu ul {
  list-style: none !important;
  list-style-image: none !important;
}

ul#menu .topItem {
  margin: 0 0px 0 0;
  padding: 0 0px;
  color: #473016;
  padding: 0px;
  position: relative;
  line-height: 20px;
  top: 0px;
  text-align: center;
  background: #4370b6;
  flex: auto;
}
ul#menu .topItem a.topLink {
  height: 70px;
}
ul#menu .topItem a {
  vertical-align: middle;
}

ul#menu li {
  float: left;
  color: white;
  position: relative;
  text-decoration: none;
  display: block;
}

ul#menu .topItem:hover {
  background-color: #4370b6;
}

ul#menu li:hover {
  /*background-color: #86cef9;*/
}

ul#menu li a {
  font-size: 13px;
  color: #fff;
  margin: 0px 0px;
  padding: 4px 15px;
  text-decoration: none;
  display: block;
}

ul#menu ul {
  display: none;
  position: absolute;
  left: -1px;
  margin: 0px;
  z-index: 598;
  white-space: nowrap;
  padding: 0px;
  font-size: 0;
}

ul#menu li:hover > ul {
  display: block;
}

ul#menu ul {
  text-align: left;
  z-index: 9999 !important;
}

ul#menu ul ul {
  margin-left: 100%;
  top: 0px !important;
  position: absolute;
}

ul#menu .subItem a {
  display: block;
  padding: 10px;
}

ul#menu .topItem:nth-child(8n + 0) {
  background: #355ea8;
}

ul#menu .topItem:nth-child(8n + 1) {
  background: #52e551;
}

ul#menu .topItem:nth-child(8n + 2) {
  background: #ff8b00;
}

ul#menu .topItem:nth-child(8n + 3) {
  background: #ff00ff;
}

ul#menu .topItem:nth-child(8n + 4) {
  background: #8a008a;
}

ul#menu .topItem:nth-child(8n + 5) {
  background: #00acec;
}

ul#menu .topItem:nth-child(8n + 6) {
  background: #00ced1;
}

ul#menu .topItem:nth-child(8n + 7) {
  background: #ff0000;
}

ul#menu .topItem:nth-child(8n + 0) ul {
  background: #355ea8;
}

ul#menu .topItem:nth-child(8n + 1) ul {
  background: #52e551;
}

ul#menu .topItem:nth-child(8n + 2) ul {
  background: #ff8b00;
}

ul#menu .topItem:nth-child(8n + 3) ul {
  background: #ff00ff;
}

ul#menu .topItem:nth-child(8n + 4) ul {
  background: #8a008a;
}

ul#menu .topItem:nth-child(8n + 5) ul {
  background: #00acec;
}

ul#menu .topItem:nth-child(8n + 6) ul {
  background: #00ced1;
}

ul#menu .topItem:nth-child(8n + 7) ul {
  background: #ff0000;
}

ul#menu .topItem:nth-child(8n + 8) ul {
  /* background: #ff0000; */
}

ul#menu {
  width: 100%;
  text-align: center;
  background: #bd010a;
}

ul#menu li.topItem {
  display: inline-block;
  float: none !important;
}

ul#menu > li:nth-child(5) > ul {
  width: 840px;
}
ul#menu > li:nth-child(5) > ul li {
  width: 420px;
  float: left;
}
ul#menu > li:nth-child(7) > ul {
  width: 840px;
}
ul#menu > li:nth-child(7) > ul li {
  width: 420px;
  float: left;
}
ul#menu > li:nth-child(5) > ul li:nth-child(7) ul {
  left: auto;
  right: 100%;
}
ul#menu > li:nth-child(5) > ul li:nth-child(7) ul li {
  width: 180px;
}

ul#menu > li:nth-child(10) > ul {
  width: 400px;
  right: 0;
  left: unset;
}
ul#menu > li:nth-child(10) > ul li {
  width: 200px;
  float: left;
}
ul#menu > li:nth-child(10) > ul li:nth-child(7) ul {
  left: auto;
  right: 100%;
}
ul#menu > li:nth-child(10) > ul li:nth-child(9) ul {
  left: auto;
  right: 100%;
}
ul#menu > li:nth-child(10) > ul li:nth-child(11) ul {
  left: auto;
  right: 100%;
}
ul#menu > li:nth-child(10) > ul li:nth-child(13) ul {
  left: auto;
  right: 100%;
}
/*ul#menu > li:nth-child(10) > ul ul{
    left: auto;
    right: 100%;
    }*/

@media screen and (max-width: 992px) {
  #main-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  ul#menu li a {
    font-size: 14px;
  }
}

/************************************** STICKY MENU ******************************************/

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  z-index: 9999;
}

/********** MOBILE MENU ********/
.slicknav_nav .topItem a {
  color: #fff !important;
  font-size: 16px;
}

.slicknav_nav .topItem.slicknav_open a,
.slicknav_nav .topItem:hover a {
  color: #fff !important;
  background: #bd010a;
}

@media screen and (min-width: 992px) {
  .slicknav_menu {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .slicknav_menu {
    display: block !important;
  }
}

/********** MENU END ********/

#hp_slider_overlay {
  position: relative;
  z-index: 100;
  background: #fff;
}

#hp_slider_overlay h1 {
  font-family: "kg_fall_for_you", arial;
  font-size: 70px;
  text-align: center;
}

.title--intro {
  margin: 0;
}

/********* CONTENT AREA *******/

#right_content h3 {
  color: #000099;
  font-size: 16px;
}

#left_content {
  padding: 0px 15px 0px 0px;
}

#right_content {
  background: #f1f1f1;
  padding: 30px 40px;
  margin: 20px 0px;
}

/********** AWARDS **********/
.awards {
  padding: 0;
  border-top: 5px solid #7f0107;
  background: #bd010a;
  border-bottom: 5px solid #7f0107;
}

.awards--footer {
  top: 0;
  background: #bd010a;
}

.logo--footer {
  top: 0;
  background: #bd010a;
}

.logo_awards {
  padding: 0;
  border-top: 5px solid #bd010a;
  background: #bd010a;
}

.logo_img {
  padding: 20px;
  opacity: 1;
}

.award {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -50px;
  margin-top: 60px;
}

.award_img {
  padding: 20px;
  opacity: 1;
}

.award:hover .award_img {
  opacity: 0.8;
}

.link--award {
  color: #fff !important;
  font-family: "kg_fall_for_you", arial;
  font-size: 26px;
}

.award:hover .link--award {
  text-decoration: none;
  color: rgb(255, 255, 255, 0.8) !important;
}

/******* AWARDS END *******/

/******* NEWS ROW *********/
.news_row {
  padding-top: 30px;
}

.news_hold {
  background: url(images/board_news.png) no-repeat;
  height: 550px;
  background-position: bottom center;
  background-size: 90%;
}

.events_hold {
  background: url(images/board_events.png) no-repeat;
  height: 550px;
  background-position: bottom center;
  background-size: 100%;
}

.gallery_hold {
  background: url(images/board_galleries.png) no-repeat;
  height: 550px;
  background-position: bottom center;
  background-size: 90%;
}

.news_row p a {
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
}

.news_row a:hover {
  color: #fff;
}

.news_row h2 a {
  font-size: 40px;
  color: #ffff00 !important;
  font-weight: normal;
  font-family: "kg_fall_for_you", arial;
}

.box.news h2 a,
.box.work h2 a,
.box.events h2 a {
  font-size: 45px;
}

.box.news {
  padding: 22% 10%;
}

.box.work {
  padding: 22% 10%;
}

.box.events {
  padding: 5% 5%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .news_row p a {
    font-size: 15px !important;
  }
}

@media (min-width: 550px) and (max-width: 991px) {
  .box.news h2 a,
  .box.work h2 a,
  .box.events h2 a {
    font-size: 45px;
  }
  .news_row p a {
    font-size: 32px !important;
  }
}

@media (min-width: 992px) {
  .news_hold {
    height: 450px;
  }

  .events_hold {
    height: 450px;
  }

  .gallery_hold {
    height: 450px;
  }
}

@media (min-width: 1200px) {
  .news_hold {
    height: 550px;
  }

  .events_hold {
    height: 550px;
  }

  .gallery_hold {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .news_hold {
    height: 650px;
    background: url(images/board_news_small.png) no-repeat;
    background-size: 100%;
  }

  .events_hold {
    height: 650px;
    background: url(images/board_events_small.png) no-repeat;
    background-size: 100%;
  }

  .gallery_hold {
    height: 650px;
    background: url(images/board_galleries_small.png) no-repeat;
    background-size: 100%;
  }

  .box.news {
    padding: 10% 10%;
  }

  .box.work {
    padding: 10% 10%;
  }

  .box.events {
    padding: 10% 10%;
  }
}

@media (max-width: 700px) {
  .news_hold {
    height: 550px;
  }

  .events_hold {
    height: 550px;
  }

  .gallery_hold {
    height: 550px;
  }
}

@media (max-width: 600px) {
  .news_hold {
    height: 470px;
  }

  .events_hold {
    height: 470px;
  }

  .gallery_hold {
    height: 470px;
  }
}

.grass_overlay {
  background: url(images/bg_grass.png) center repeat-x;
  height: 300px;
  margin-top: -300px;
  z-index: 1000;
  position: relative;
}

@media (max-width: 991px) {
  .grass_overlay {
    display: none;
  }
}

/******* CONTACT BLOCK ******/
.contact_block {
  background: #bd010a;
  padding: 0px 0px 20px 0px;
}

.contact_block h2 {
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  margin: 0px;
}

.contact_block p {
  color: #fff;
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.contact_block input {
  width: 100%;
  padding: 10px 15px;
  color: #bd010a;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.contact_block textarea {
  width: 100%;
  padding: 10px 15px;
  color: #bd010a;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 200px;
}

.contact_submit {
  border: 1px solid #fff;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

/********** MAP *********/
.map_row {
  padding: 0px 0px;
}

#map {
  height: 300px;
  background: url(images/GoogleMap.png) center no-repeat;
}

#map_holding {
  border: 1px solid #333;
}

/******* FOOTER ******/
.footer_address {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  background: #bd010a;
}

.footer_address a {
  color: #fff !important;
  font-size: 24px;
}

.footer_address a:hover {
  color: #fff !important;
}

.footer_address h2 {
  color: #fff;
  font-size: 24px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer {
  background: #000;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
}

.footer a:hover {
  color: #bd010a !important;
}

#header {
  background: #bd010a;
}

.top_telephone {
  color: #fff;
  padding: 30px 0px 0px;
  text-align: right;
  font-size: 14px;
}

.top_telephone img {
  vertical-align: top !important;
  margin-left: 15px;
}

.main_countryside.home {
  background: url("images/bg_countryside.png") center bottom no-repeat #94d6fe;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_countryside {
  background: url("images/bg_countryside.png") center no-repeat #94d6fe;
  background-size: cover;
  position: relative;
}

#slogan {
  text-align: center;
  color: #000066;
  font-size: 26px;
}

.top_blue_grad {
  background: url("images/bg_bluegradient_inverse_white.png") repeat-x top;
}

#homepage .top_blue_grad {
  background: url("images/bg_whitegradient_inverse.png") repeat-x top;
}

#homepage h1 {
  color: #bd010a;
}

#slogan {
  font-size: 70px;
  color: #bd010a;
  font-family: "kg_fall_for_you", arial, serif;
  padding: 20px;
  border-top: 5px solid #7f0107;
}

/* STYLED ADDED BY CALLUM */

.topItem:hover .topLink {
  background: rgba(255, 255, 255, 0.3);
}

.subItem {
  width: 100%;
}

.subItem:hover a {
  background: rgba(255, 255, 255, 0.3);
}

.form-group + .form-group {
  margin: 10px 0 !important;
}

.form-group--submit input {
  padding: 10px !important;
  text-transform: uppercase;
}

/* Custom Calendar Styles */

.fc-event-skin {
  color: #006;
  border-color: #006;
}

.fc-button-content {
  color: #fff;
}

.fc-event-title {
  color: #fff;
}

.fc-event-skin {
  border-radius: 7px;
}

.fc-button-inner {
  border: 1px solid #006 !important;
}

.fc-widget-content {
  background: white;
}

.fc-widget-header,
.fc-widget-content {
  background: #fff;
}

form #contact_form_website {
  display: none;
}

.cookiepolicy {
  text-align: center;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 200;
  top: 0;
  display: block;
}
.cookiepolicy .inner {
  position: fixed;
  width: 500px;
  margin-top: 300px;
  left: calc(50% - 250px);
  padding: 10px;
  background: white;
  border: 2px solid #fff;
  border-radius: 8px;
}

.cookiepolicy .inner h2 {
  color: #d20023;
}

.cookiepolicy .inner p {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.cookiepolicy .inner .accept {
  display: inline-block;
  background: #017701;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}

.cookiepolicy .inner .decline {
  display: inline-block;
  background: #bf1313;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: normal;
  text-decoration: none;
}

.review-cookiepolicy {
  text-align: center;
  padding: 10px;
  background: #bd010a;
}

.review-cookiepolicy h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.review-cookiepolicy h3 span {
  padding: 5px 10px;
  background: #ffffff;
  color: #000000;
  border-radius: 8px;
  cursor: pointer;
}
