/*
Theme Name: Brand North
Author: Brand North
Description: A Custom Theme by Brand North
Version: 4.0.0
Tags: Brand North
*/
html, body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

img.aligncenter {
  display: inline-block;
}

* {
  outline: none;
}

a {
  color: inherit;
}

h1 {
  margin: 0;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #542C69;
}

h2 {
  margin: 0;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #542C69;
}

h3 {
  margin: 0;
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #542C69;
}

h4 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #542C69;
}

h5 {
  margin: 0;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #542C69;
}

h6 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #542C69;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #1A1818;
}

p strong {
  font-weight: 600;
}

.wt h1, .wt h2, .wt h3, .wt h4, .wt h5, .wt h6, .wt p, .wt ol li, .wt ul li {
  color: #ffffff;
}

@media (max-width: 1199px) {
  ul {
    list-style-position: inside;
    padding-left: 0;
  }
}

ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #1A1818;
}

.btn {
  display: inline-block;
  background-color: #542C69;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 700;
}

.btn:hover {
  background-color: #9CA0D0;
  color: #ffffff;
  transform: scale(1.05);
}

.wt .btn {
  background-color: #fff;
  color: #1a1818;
}

.wt .btn:hover {
  background-color: #e8e8e8;
  color: #1a1818;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1;
}

.top-padding {
  padding-top: 60px;
}

.bottom-padding {
  padding-bottom: 60px;
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center center;
}

.background-image-scale {
  background-repeat: no-repeat;
  background-size: cover;
}

.background-parallax {
  background-attachment: fixed;
}

.background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  mix-blend-mode: multiply;
}

.wrapper {
  position: relative;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 99;
}

.wrapper-narrow {
  position: relative;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 99;
}

.container.alternative-background-colour {
  background-color: #fff;
}

.container.secondary-alternative-background-colour {
  background-color: #000;
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 9999;
}
header .wrapper {
  height: 100px;
  display: grid;
  grid-template-columns: 300px 1fr auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
header .wrapper .logo a {
  display: inline-block;
}
header .wrapper .logo img {
  width: auto;
  height: 80px;
}
header .wrapper .inspiretrustlogo {
  text-align: right;
}
header .wrapper .inspiretrustlogo img {
  display: inline-block;
  width: auto;
  height: 80px;
}
header .wrapper .cta {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #1A1818;
}
header .wrapper .cta i {
  font-size: 22px;
  line-height: 22px;
  margin-right: 6px;
  color: #542C69;
}
header .wrapper .cta a {
  text-decoration: none;
  transition: all 0.3s ease;
}
header .wrapper .social {
  text-align: right;
}
header .wrapper .social i {
  font-size: 22px;
  line-height: 22px;
  margin-left: 5px;
  color: #542C69;
  transition: all 0.3s ease;
}
header .wrapper .social a:hover i {
  color: #9CA0D0;
  transform: scale(1.1);
}
header .wrapper .social a {
  text-decoration: none;
}

nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #542C69;
  z-index: 9999;
}
nav * {
  font-weight: 500 !important;
}

.mobile-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 15px 20px;
  box-sizing: border-box;
  height: 100px;
  text-align: center;
  z-index: 9999;
  display: grid;
  align-items: center;
}
.mobile-header img {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  height: 60px;
}

.mobile-navigation {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 9999;
}
.mobile-navigation * {
  font-weight: 500 !important;
}

.top-clearer {
  position: relative;
  width: 100%;
  height: 140px;
}

@media (max-width: 1199px) {
  header {
    display: none;
  }
  nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-header {
    display: none;
  }
  .mobile-navigation {
    display: none;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: #542C69;
  z-index: 9;
}
footer .main-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .main-footer * {
  color: #fff;
  text-decoration: none;
}
footer .main-footer h4 {
  margin-bottom: 15px;
}
footer .main-footer .btn {
  background-color: #fff;
  color: #542C69;
}
footer .main-footer .btn:hover {
  background-color: #9CA0D0;
}
footer .main-footer .social-media {
  margin-top: 25px;
}
footer .main-footer .social-media a i {
  transition: all 0.3s ease;
  font-size: 22px;
  margin-right: 5px;
}
footer .main-footer .social-media a:hover i {
  color: #9CA0D0;
  transform: scale(1.1);
}
footer .main-footer .vacancies-and-portal .btn {
  display: block;
  border: 2px solid #9CA0D0;
}
footer .main-footer .vacancies-and-portal .btn:hover {
  border: 2px solid #fff;
  background-color: #542C69;
  color: #fff;
}
footer .main-footer .get-in-touch .btn {
  display: block;
  border: 2px solid #9CA0D0;
  text-align: center;
}
footer .main-footer .get-in-touch .btn:hover {
  border: 2px solid #fff;
  background-color: #542C69;
  color: #fff;
}
footer .main-footer .academies-and-trust .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .main-footer .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 300px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1199px) {
  footer .main-footer .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
  footer .main-footer .wrapper img {
    display: inline-block;
  }
}
footer .total-footer {
  position: relative;
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .total-footer * {
  color: #fff;
  text-decoration: none;
}
footer .total-footer p {
  font-size: 12px;
}
footer .total-footer .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #542C69;
}
footer .total-footer .right {
  text-align: right;
}
footer .total-footer .wrapper {
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1199px) {
  footer .total-footer .wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .total-footer .wrapper .right {
    text-align: center;
  }
}

.news-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  mix-blend-mode: multiply;
}
.news-header h1 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .news-header h1 {
    text-align: center;
  }
}

.news-feed .wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1199px) {
  .news-feed .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    text-align: center;
  }
}
.news-feed .wrapper .news-stories .the-news-stories {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1199px) {
  .news-feed .wrapper .news-stories .the-news-stories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .news-feed .wrapper .news-stories .the-news-stories {
    grid-template-columns: 1fr;
  }
}
.news-feed .wrapper .news-stories .the-news-stories .news-story {
  text-decoration: none;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead {
  position: relative;
  width: 100%;
  padding-top: 80%;
  margin-bottom: 12px;
  overflow: hidden;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead .news-story-image-lead-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead .news-story-image-lead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-colour);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s ease;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story:hover .news-story-image-lead-overlay {
  opacity: 0.7;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story:hover .news-story-image-lead-image {
  transform: scale(1.1);
}
.news-feed .wrapper .news-stories .post-navigation {
  margin-top: 40px;
}
.news-feed .wrapper .news-stories .page-numbers {
  border: 1px solid var(--button-colour);
  color: var(--button-colour);
  text-decoration: none;
  padding: 3px 11px;
  font-size: 16px;
  transition: all 0.2s ease;
}
.news-feed .wrapper .news-stories .page-numbers:hover {
  background-color: var(--button-colour);
  color: #ffffff;
}
.news-feed .wrapper .news-stories .page-numbers.current {
  background-color: var(--button-colour);
  color: #ffffff;
}
.news-feed .wrapper .categories-and-recents a {
  text-decoration: none;
}
.news-feed .wrapper .single-post .featured-image {
  margin-bottom: 30px;
}

.centre-intro-copy {
  text-align: center;
}
.centre-intro-copy .icon {
  position: relative;
  width: 100%;
  text-align: center;
}
.centre-intro-copy .icon img {
  width: auto;
  max-height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.school-diary table#school-diary {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
.school-diary table#school-diary tr {
  width: 100%;
}
.school-diary table#school-diary tr th {
  background-color: #542C69;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: "Montserrat", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
}
.school-diary table#school-diary tr th.descriptionth {
  text-align: left;
}
.school-diary table#school-diary tr td {
  padding: 7px 10px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.school-diary table#school-diary tr td p {
  font-size: 14px;
  line-height: 18px;
}
.school-diary table#school-diary tr td.descriptiontd {
  text-align: left;
}
.school-diary table#school-diary tbody tr:nth-child(odd) {
  background-color: #fff;
}
.school-diary table#school-diary tbody tr:nth-child(even) {
  background-color: #ececec;
}

.header-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 350px);
}
.header-video .video-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-video .video-block .video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.header-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #c7c7c7;
  mix-blend-mode: multiply;
}
.header-video .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-video .wrapper {
  z-index: 10;
  height: 100%;
  display: grid;
  align-items: center;
}
.header-video .wrapper .banner-content {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .header-video .wrapper .banner-content {
    justify-self: center;
    text-align: center;
  }
}
.header-video .wrapper h1 {
  color: #fff;
  font-weight: 800;
  font-size: 67px;
  line-height: 67px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .header-video .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.header-video .wrapper h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.header-video .wrapper h1:last-child, .header-video .wrapper h3:last-child {
  margin-bottom: 0;
}

.scrolling-header-images {
  position: relative;
  width: 100%;
  height: 60vh;
  background-color: #fff;
}
.scrolling-header-images .scrolling-banners {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.scrolling-header-images .scrolling-banners .scrolling-banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.scrolling-header-images .scrolling-banners .scrolling-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scrolling-header-images .scrolling-banners .scrolling-banner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling-header-images .slick-list, .scrolling-header-images .slick-track {
  height: 100%;
}
.scrolling-header-images .slick-dots {
  bottom: 20px;
}
.scrolling-header-images .slick-dots li {
  border: 2px solid white;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}
.scrolling-header-images .slick-dots li.slick-active {
  background-color: #fff;
}
.scrolling-header-images .slick-dots li button:before {
  content: "";
}
.scrolling-header-images .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #bebebe;
  mix-blend-mode: multiply;
}
.scrolling-header-images .wrapper {
  height: 100%;
  display: grid;
  align-items: center;
  z-index: 15;
}
.scrolling-header-images .wrapper .banner-content {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .scrolling-header-images .wrapper .banner-content {
    justify-self: center;
    text-align: center;
  }
}
.scrolling-header-images .wrapper h1 {
  color: #fff;
  font-weight: 500;
  font-size: 58px;
  line-height: 65px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .scrolling-header-images .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.scrolling-header-images .wrapper h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.scrolling-header-images .wrapper h1:last-child, .scrolling-header-images .wrapper h3:last-child {
  margin-bottom: 0;
}

.static-header-banner {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.static-header-banner .scrolling-banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.static-header-banner .scrolling-banner .image {
  position: relative;
  width: 100%;
  height: auto;
}
.static-header-banner .scrolling-banner .image img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .two-columns .wrapper.qleft {
    grid-template-columns: 2fr 5fr;
  }
}
@media (min-width: 1200px) {
  .two-columns .wrapper.qright {
    grid-template-columns: 5fr 2fr;
  }
}
.two-columns .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1199px) {
  .two-columns .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .two-columns img {
    display: inline-block;
  }
}
.two-columns .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.two-columns .video-container iframe,
.two-columns .video-container object,
.two-columns .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-columns .links .sidebar-link {
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  background-color: #542C69;
  box-sizing: border-box;
  padding: 15px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  text-decoration: none;
  border-radius: 10px;
}
.two-columns .links .icon {
  text-align: right;
  font-size: 20px;
}
.two-columns .links .sidebar-link:hover {
  background-color: #9CA0D0;
  color: #ffffff;
}
.two-columns .text, .two-columns .image, .two-columns .video-embed, .two-columns .video-file, .two-columns .links, .two-columns .button {
  margin-bottom: 30px;
}
.two-columns .text:last-child, .two-columns .image:last-child, .two-columns .video-embed:last-child, .two-columns .video-file:last-child, .two-columns .links:last-child, .two-columns .button:last-child {
  margin-bottom: 0;
}

.three-columns .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1199px) {
  .three-columns .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .three-columns img {
    display: inline-block;
  }
}
.three-columns .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.three-columns .video-container iframe,
.three-columns .video-container object,
.three-columns .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.three-columns .links .sidebar-link {
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  background-color: #542C69;
  box-sizing: border-box;
  padding: 15px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  text-decoration: none;
  border-radius: 10px;
}
.three-columns .links .icon {
  text-align: right;
  font-size: 20px;
}
.three-columns .links .sidebar-link:hover {
  background-color: #9CA0D0;
  color: #ffffff;
}
.three-columns .text, .three-columns .image, .three-columns .video-embed, .three-columns .video-file, .three-columns .links, .three-columns .button {
  margin-bottom: 30px;
}
.three-columns .text:last-child, .three-columns .image:last-child, .three-columns .video-embed:last-child, .three-columns .video-file:last-child, .three-columns .links:last-child, .three-columns .button:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .text-only {
    text-align: center;
  }
}

.full-width-buttons .wrapper {
  margin-bottom: 50px;
}
.full-width-buttons .buttons.two {
  --columns:2;
}
@media (max-width: 1023px) {
  .full-width-buttons .buttons.two {
    --columns: 2;
  }
}
@media (max-width: 499px) {
  .full-width-buttons .buttons.two {
    --columns: 1 ;
  }
}
.full-width-buttons .buttons.three {
  --columns:3;
}
@media (max-width: 1023px) {
  .full-width-buttons .buttons.three {
    --columns: 2;
  }
}
@media (max-width: 499px) {
  .full-width-buttons .buttons.three {
    --columns: 1 ;
  }
}
.full-width-buttons .buttons.four {
  --columns:4;
}
@media (max-width: 1023px) {
  .full-width-buttons .buttons.four {
    --columns: 2;
  }
}
@media (max-width: 499px) {
  .full-width-buttons .buttons.four {
    --columns: 1 ;
  }
}
.full-width-buttons .buttons.five {
  --columns:5;
}
@media (max-width: 1023px) {
  .full-width-buttons .buttons.five {
    --columns: 2;
  }
}
@media (max-width: 499px) {
  .full-width-buttons .buttons.five {
    --columns: 1 ;
  }
}
.full-width-buttons .buttons {
  position: relative;
  width: 100%;
  --gap:2px;
  --gap-count:calc( var(--columns) - 1 );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.full-width-buttons .buttons .button {
  position: relative;
  flex-basis: calc(100% / var(--columns) - var(--gap) / var(--columns) * var(--gap-count));
  box-sizing: border-box;
  width: 100%;
  height: calc(100vw / var(--columns) * 0.8);
  overflow: hidden;
}
.full-width-buttons .buttons .button .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 5;
}
.full-width-buttons .buttons .button .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-buttons .buttons .button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: #393939;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
  opacity: 0.35;
}
.full-width-buttons .buttons .button .textarea {
  position: absolute;
  display: grid;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 23px;
  line-height: 28px;
  transition: all 0.3s ease;
}
.full-width-buttons .buttons .button .textarea .line {
  position: relative;
  width: 15%;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.full-width-buttons .buttons .button .textarea .btn {
  margin-top: 20px;
  padding: 4px 20px;
}
.full-width-buttons .buttons .button:hover .image {
  transform: scale(1.05);
}
.full-width-buttons .buttons .button:hover .line {
  width: 40%;
}
.full-width-buttons .buttons .button:hover .overlay {
  opacity: 1;
}
.full-width-buttons .buttons .button:hover .btn {
  background-color: #9CA0D0;
  color: #ffffff;
  transform: scale(1.05);
}

.three-images .the-images {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .three-images .the-images {
    grid-template-columns: 1fr;
  }
}
.three-images .the-images .image {
  position: relative;
  width: 100%;
  padding-top: 85%;
}
.three-images .the-images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.downloads .title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .downloads .title {
    text-align: center;
  }
}
.downloads .the-downloads {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-row-gap: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  .downloads .the-downloads {
    grid-template-columns: 1fr;
  }
}
.downloads .the-downloads .download img {
  display: inline-block;
  margin-bottom: 10px;
}

.logo-slider .title {
  margin-bottom: 50px;
  text-align: center;
}
.logo-slider .slick-dotted.slick-slider {
  margin: 0 !important;
}
.logo-slider .the-logos {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
}
.logo-slider .the-logos .logo {
  width: 25%;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 1199px) {
  .logo-slider .the-logos .logo {
    width: 50%;
  }
}
@media (max-width: 399px) {
  .logo-slider .the-logos .logo {
    width: 100%;
  }
}
.logo-slider .slick-dots {
  bottom: 23px;
}
.logo-slider .slick-dots li {
  border: 2px solid #542C69;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}
.logo-slider .slick-dots li.slick-active {
  background-color: #542C69;
}
.logo-slider .slick-dots li button:before {
  content: "";
}

.testimonials {
  text-align: center;
}
.testimonials .slick-dots {
  padding-top: 20px;
  bottom: -40px;
}
.testimonials .slick-dots li {
  border: 2px solid #542C69;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}
.testimonials .slick-dots li.slick-active {
  background-color: #542C69;
}
.testimonials .slick-dots li button:before {
  content: "";
}
.testimonials .logo {
  margin-bottom: 15px;
}
.testimonials .logo img {
  margin: 0 auto;
  height: 60px;
  width: auto;
}

.four-counters {
  background-color: #5A5B5E;
}
.four-counters .the-counters {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .four-counters .the-counters {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 799px) {
  .four-counters .the-counters {
    grid-template-columns: 1fr;
  }
}
.four-counters .the-counters .the-counter .counter {
  font-size: 85px;
  line-height: 75px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.four-counters .the-counters .the-counter p {
  font-size: 20px;
  font-weight: 300;
}

.gallery .title {
  margin-bottom: 50px;
  text-align: center;
}
.gallery .the-gallery {
  position: relative;
  width: 100%;
  --columns: 4;
  --gap: 10px;
  --gap-count: calc( var(--columns) - 1 );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
@media (max-width: 799px) {
  .gallery .the-gallery {
    --columns: 2;
  }
}
@media (max-width: 499px) {
  .gallery .the-gallery {
    --columns: 1;
  }
}
.gallery .the-gallery .image {
  position: relative;
  flex-basis: calc(100% / var(--columns) - var(--gap) / var(--columns) * var(--gap-count));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding-top: calc(100% / var(--columns));
}
.gallery .the-gallery .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}
.gallery .the-gallery .image:hover .overlay {
  background-color: rgba(84, 44, 105, 0.85);
}

.latest-news-feed .text {
  margin-bottom: 50px;
  text-align: center;
}
.latest-news-feed .home-latest-news {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .latest-news-feed .home-latest-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .latest-news-feed .home-latest-news {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.latest-news-feed .home-latest-news .home-news-story {
  text-decoration: none;
}
.latest-news-feed .home-latest-news .home-news-story-image {
  position: relative;
  width: 100%;
  padding-top: 80%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all ease 0.2s;
}
.latest-news-feed .home-latest-news .home-news-story-image-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.latest-news-feed .home-latest-news h3 {
  margin-bottom: 8px;
}
.latest-news-feed .home-latest-news .home-news-story-link {
  margin-top: 10px;
}
.latest-news-feed .home-latest-news .home-news-story-link {
  color: var(--button-colour);
  font-weight: 800;
  font-size: 16px;
}
.latest-news-feed .home-latest-news .home-news-story-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--button-colour);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.2s;
  mix-blend-mode: multiply;
}
.latest-news-feed .home-latest-news .home-news-story:hover .home-news-story-image-overlay {
  opacity: 0.7;
}
.latest-news-feed .home-latest-news .home-news-story .home-news-story-image-image {
  transition: all ease 0.2s;
}
.latest-news-feed .home-latest-news .home-news-story:hover .home-news-story-image-image {
  transform: scale(1.1);
}

.accordion-strip .accs {
  position: relative;
}
.accordion-strip .accs .acc {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-strip .accs .acc .acc-btn {
  background-color: #542C69;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  font-size: 21px;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  transition: all 0.8s ease;
}
.accordion-strip .accs .acc .acc-btn .acc-btn-icon {
  display: grid;
  align-items: center;
  text-align: right;
}
.accordion-strip .accs .acc .acc-btn .icon-hide {
  display: none;
}
.accordion-strip .accs .acc .acc-panel {
  display: none;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 0px;
  text-align: left;
}
.accordion-strip .accs .acc .acc-panel h2 {
  text-transform: none;
  font-size: 23px;
  line-height: 28px;
}
.accordion-strip .accs .acc .acc-panel .accordion-text-with-image {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .accordion-strip .accs .acc .acc-panel .accordion-text-with-image {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
}
.accordion-strip .accs .acc .acc-panel .accordion-text-with-video {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .accordion-strip .accs .acc .acc-panel .accordion-text-with-video {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
}
.accordion-strip .accs .acc .acc-panel .accordion-text-only {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .accordion-strip .accs .acc .acc-panel .accordion-text-only {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
}
.accordion-strip .accs .acc .acc-panel .accordion-four-columns {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .accordion-strip .accs .acc .acc-panel .accordion-four-columns {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
}
@media (max-width: 699px) {
  .accordion-strip .accs .acc .acc-panel .accordion-four-columns {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    text-align: center;
  }
}
.accordion-strip .accs .acc .acc-panel .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.accordion-strip .accs .acc .acc-panel .video-container iframe,
.accordion-strip .accs .acc .acc-panel .video-container object,
.accordion-strip .accs .acc .acc-panel .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion-strip .accs .acc-open .acc-btn {
  background-color: #9CA0D0;
  color: #ffffff;
}

.team-members .the-team-members {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .team-members .the-team-members {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (max-width: 899px) {
  .team-members .the-team-members {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.team-members .the-team-members .team-member {
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.team-members .the-team-members .team-member .image {
  position: relative;
  width: 100%;
  padding-top: 125%;
  margin-bottom: 10px;
  overflow: hidden;
}
.team-members .the-team-members .team-member .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  z-index: 1;
}
.team-members .the-team-members .team-member .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 2;
  background-color: none;
  background-color: #555;
  mix-blend-mode: multiply;
  opacity: 0;
}
.team-members .the-team-members a.team-member:hover .image img {
  transform: scale(1.1);
}
.team-members .the-team-members a.team-member:hover .image .overlay {
  opacity: 1;
}

.portal-lead h3 {
  margin-top: 0;
}
.portal-lead .wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
}
.portal-lead .wrapper .the-systems {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 15px;
  margin-top: 20px;
}
.portal-lead .wrapper .the-systems .key-system {
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #542C69;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  transition: all 0.3s ease;
}
.portal-lead .wrapper .the-systems .key-system:hover {
  background-color: #9CA0D0;
}

.staff-diary .diary-container {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.staff-diary table#school-diary {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
.staff-diary table#school-diary tr {
  width: 100%;
}
.staff-diary table#school-diary tr th {
  background-color: #542C69;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
.staff-diary table#school-diary tr th.descriptionth {
  text-align: left;
}
.staff-diary table#school-diary tr td {
  padding: 7px 10px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.staff-diary table#school-diary tr td p {
  font-size: 14px;
  line-height: 18px;
}
.staff-diary table#school-diary tr td.descriptiontd {
  text-align: left;
}
.staff-diary table#school-diary tbody tr:nth-child(odd) {
  background-color: #fff;
}
.staff-diary table#school-diary tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}

.staffBenefitsBPH {
  padding-bottom: 60px;
}

.staffBenefitsBPH .staff-benefits-links-links {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
}
.staffBenefitsBPH .staff-benefits-links-links a {
  text-decoration: none;
}
.staffBenefitsBPH .staff-benefits-links-links ul {
  list-style-type: none;
  padding-left: 0;
}

.staffBenefitsBPH .staff-benefits-links-links img {
  max-width: 85px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

:root {
  --wpforms-field-border-radius: 3px !important;
  --wpforms-field-border-style: solid !important;
  --wpforms-field-border-size: 1px !important;
  --wpforms-field-background-color: #ffffff !important;
  --wpforms-field-border-color: #542C69 !important;
  --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ) !important;
  --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ) !important;
  --wpforms-field-menu-color: #ffffff !important;
  --wpforms-label-color: rgba( 0, 0, 0, 0.85 ) !important;
  --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ) !important;
  --wpforms-label-error-color: #d63637 !important;
  --wpforms-button-border-radius: 3px !important;
  --wpforms-button-border-style: none !important;
  --wpforms-button-border-size: 1px !important;
  --wpforms-button-background-color: #542C69 !important;
  --wpforms-button-border-color: #542C69 !important;
  --wpforms-button-text-color: #ffffff !important;
  --wpforms-page-break-color: #542C69 !important;
  --wpforms-background-image: none !important;
  --wpforms-background-position: center center !important;
  --wpforms-background-repeat: no-repeat !important;
  --wpforms-background-size: cover !important;
  --wpforms-background-width: 100px !important;
  --wpforms-background-height: 100px !important;
  --wpforms-background-color: rgba( 0, 0, 0, 0 ) !important;
  --wpforms-background-url: none !important;
  --wpforms-container-padding: 0px !important;
  --wpforms-container-border-style: none !important;
  --wpforms-container-border-width: 1px !important;
  --wpforms-container-border-color: #000000 !important;
  --wpforms-container-border-radius: 3px !important;
  --wpforms-field-size-input-height: 43px !important;
  --wpforms-field-size-input-spacing: 15px !important;
  --wpforms-field-size-font-size: 16px !important;
  --wpforms-field-size-line-height: 19px !important;
  --wpforms-field-size-padding-h: 14px !important;
  --wpforms-field-size-checkbox-size: 16px !important;
  --wpforms-field-size-sublabel-spacing: 5px !important;
  --wpforms-field-size-icon-size: 1 !important;
  --wpforms-label-size-font-size: 16px !important;
  --wpforms-label-size-line-height: 19px !important;
  --wpforms-label-size-sublabel-font-size: 14px !important;
  --wpforms-label-size-sublabel-line-height: 17px !important;
  --wpforms-button-size-font-size: 17px !important;
  --wpforms-button-size-height: 41px !important;
  --wpforms-button-size-padding-h: 15px !important;
  --wpforms-button-size-margin-top: 10px !important;
  --wpforms-container-shadow-size-box-shadow: none !important;
  --head-bg-color: #542C69 !important;
}

.wpforms-field {
  padding-top: 0px !important;
}

.lead-announcement {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #542C69;
  z-index: 999999;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lead-announcement .announcement-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  cursor: pointer !important;
}
.lead-announcement .announcement-close span {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
}

#lead-announcement {
  transition: height 0.4s ease, opacity 0.4s ease, margin 0.4s ease, padding 0.4s ease;
  overflow: hidden;
}

#lead-announcement.closing {
  height: 0 !important;
  opacity: 0;
  margin: 0;
  padding: 0;
}

header,
nav,
.mobile-header,
.mobile-navigation {
  transition: top 0.4s ease;
}

body {
  transition: margin-top 0.4s ease;
}/*# sourceMappingURL=style.css.map */