#side-image {
	position: fixed;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	height: 550px;
	z-index: 1;
}

#side-image img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 991px) {
	#side-image {
	height: 250px;
	}
}
ul  {
 list-style-type: none;
 }
.lr-sidemenu {
	position: absolute;
	width: 300px;
	top: 560px;
	left: 50px;
	background-color: rgb(186, 25, 42,0.3);
	border-radius: 15px;
	padding-right: 25px;
}
.lr-sidemenu:first-child {
	padding-top: 5px;
}
.lr-sidemenu h3 {
	position: absolute;
	top: -70px;
	width: 100%;
	background-color: #ba192a;
	border-radius: 15px;
    margin-left: -38px;
	z-index: 2;
	height: 45px;
	padding: 10px 20px 0 10px;
	color: #fff;
}
.lr-sidemenu li {
	padding-left: 0px;
	padding-bottom: 10px;
}
#bodycontent {
	margin-top: 400px;
	background-color: white;
	padding: 10px 20px 20px 20px;
	border-radius: 20px;
	min-height: 700px;
}
.header-background {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 80px;
	background-image: url("/webcontent/webimage/brockmoor-48.jpg");
	background-position: center 30%;
	background-repeat: no-repeat;
  background-size: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
.full-screen-video-container {
  position: relative;
  height: 100vh; /* or try 70vh if it's too tall */
  overflow: hidden;
}
.full-screen-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.welcome-message-home {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 50px;
  color: #fff;
  text-align: center;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4); /* optional for better visibility */
}
.welcome-message-home h2 span {
	color: #fff;
	font-size: 3.0vw;
	text-align: right;
	font-weight: 500;
}
.welcome-message-home h2 {
	color: #fff;
	font-size: 2.2vw;
	text-align: right;
	font-weight: 200!important;
}
.welcome-message-home p {
	color: #fff;
	font-size: 1.47vw;
	text-align: right;
	font-weight: 200!important;
	margin-top: -30px;
}
/* Initial state: element is off-screen to the right */
.slide-in-from-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 0.5s ease-out;
}

/* When the page is loaded, add this class with JavaScript */
.slide-in-from-right.active {
  transform: translateX(0);
  opacity: 1;
}
.euBiGU {
	border: solid 4px #ba192a!important;
	background-color: #ba192a!important;
	color: #fff!important;
}
.euBiGU:hover {
	color: #ba192a!important;
	background-color: #fff!important;
	border: solid 4px #ba192a!important;
}
.home-calendar {
	max-height: 300px;
	position: relative;
	overflow: hidden;
}
.home-calendar ul {
	list-style: none;
}
.home-calendar a {
	color: #fff;
}
.home-calendar ul li:before {
	content: "\f073";
	font-family: 'FontAwesome';
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 1.2em;
	margin-left: -1em;
}
.home-news {
	max-height: 300px;
	position: relative;
	overflow: hidden;
}
.home-news ul {
	list-style: none;
}
.home-news a {
	color: #fff;
	padding-left: 7px;
}
.home-news ul li:before {
	content: "\f1ea";
	font-family: 'FontAwesome';
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 1.2em;
	margin-left: -1em;
}
[data-housename="Cambridge Tigers"]::before {
  	content:url('/webcontent/webimage/tigers-house.png');
  	zoom: 20%;
  	position:relative;
	margin: 2px;
  width: 100% ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Cambridge Tigers"] .sl-hp-house {
	color: #1fa3fe;
}
[data-housename="Loughborough Eagles"]::before {
  	content:url('/webcontent/webimage/eagles-house.png');
  	zoom: 20%;
  	position:relative;
	margin: 20px;
  width: 100% ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Loughborough Eagles"] .sl-hp-house {
	color: #8535bc;
}
[data-housename="Oxford Magpies"]::before {
  	content:url('/webcontent/webimage/magpies-house.png');
  	zoom: 20%;
  	position:relative;
	margin: 20px;
  width: 100% ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Oxford Magpies"] .sl-hp-house {
	color: #fdd60c;
}
[data-housename="Warwick Alligators"]::before {
  	content:url('/webcontent/webimage/alligators-house.png');
  	zoom: 20%;
  	position:relative;
	margin: 20px;
  width: 100% ;
  height: 150px ;
  display:inline-block;
}
[data-housename="Warwick Alligators"] .sl-hp-house {
	color: #f11823;
}
.housepoints {
	position: relative;
	margin-bottom: 40px;
	margin-top: 60px;
}
.housepoints a {
	text-decoration: none;
}
.housepoints h2 {
	color: var(--pink);
	font-weight: 900;
}
.sl-housepoints {
	display: flex;
}

.sl-hp-entry {
	position: relative;
	width: 25%;
	padding: 20px;
}

.sl-hp-house {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

.sl-hp-points {
	font-size: 2em;
	text-align: center;
}


/* Winner House Animation */
.sl-hp-entry {
  position: relative;
}

.sl-hp-entry.winner::before {
  animation: pulse-winner 1.5s infinite;
}

@keyframes pulse-winner {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.place-label {
  position: absolute;
  top: -10px;
  left: 40%;
  background: #ffd700;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 0.9em;
  z-index: 2;
  display: none;
}

.place-label.show {
  display: block;
  animation: fadeInLabel 0.5s ease-in forwards;
}

@keyframes fadeInLabel {
  from { opacity: 0; }
  to { opacity: 1; }
}






.location-map {
	margin-top: -10px;
}
.home-content {
	display: flex;
	width: 102%;
	position: relative;
}
.home-welcome {
  flex: 1;
	background-color: var(--darkred) !important;
	padding: 20px;
}
.home-welcome h2,.home-welcome p {
	color: #fff;
}
.home-vision {
  flex: 1;
	background-color: #f2f4ff;
	padding: 20px;
}
.home-vision h2, .home-vision p, .home-vision li {
	color: var(--darkpurple);
}
.home-calendar {
  flex: 1;
	background-color: var(--orange);
	padding: 20px;
}
.home-calendar h2, .home-calendar p, .home-calendar li {
	color: #fff;
}
.home-news {
  flex: 1;
	background-color: var(--purple);
	padding: 20px;
}
.home-news h2, .home-news p, .home-news li {
	color: #fff;
}
.fas {
	padding-top: 8px;
}
/* == Language Selector == */
#gtranslate {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 150px;
	z-index: 9999;
}
#gtranslate-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #ba192a;
	border-radius: 50%;
	border: solid 4px #ba192a;
}
#gtranslate-tab svg {
	padding-top: 22px;
}
#gtranslate-tab:hover {
	background-color: #fff;
	border: solid 4px #ba192a;
}
#gtranslate-tab:hover .fa-language {
	color: #ba192a;
}
#gtranslate-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 28px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.fa-language {
	margin-top: 5px;
}


/* == Site Search Button == */
#sitesearch {
	position: fixed;
	left: 0;
	top: 80px;
	bottom: 0;
	z-index: 9999;
}
#sitesearch-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #ba192a;
	border-radius: 50%;
	border: solid 4px #ba192a;
}
#sitesearch-tab svg {
	margin-top: 9px;
	padding: 15px;
	color: #ba192a;
}
#sitesearch-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 75px;
	margin-top: 25px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#sitesearch-tab svg {
	padding-top: 22px;
	color: #fff !important;
}
#sitesearch-tab:hover {
	background-color: #fff;
	border: solid 4px #ba192a;
}

#sitesearch-tab:hover .fa-search {
	color: #ba192a;
}
.fa-search {
	margin-top: 5px;
}

.fas {
	padding-top: 5px;
}
.fa-search {
	color: #fff;
}
.fa-language {
	color: #fff;
}
/* == Site login Button == */
.fa-user {
	color: #fff;
	margin-top: 3px;
}
#sitelogin {
	position: fixed;
	left: 0;
	top: 220px;
	bottom: 0;
	z-index: 9999;
}
#sitelogin-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #ba192a;
	border-radius: 50%;
	border: solid 4px #ba192a;
}
#sitelogin-tab svg {
	padding-top: 22px;
}
#sitelogin-tab:hover {
	background-color: #fff;
	border: solid 4px #ba192a;
}
#sitelogin-tab:hover .fa-user {
	color: #ba192a;
}
#sitelogin-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 28px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* == Site facebook Button == */
.fa-facebook-f {
	color: #fff;
	margin-top: 10px;
}
#facebook-link {
	position: fixed;
	left: 0;
	top: 290px;
	bottom: 0;
	z-index: 9999;
}
#facebook-link-tab {
	position: fixed;
	right: 15px;
	float: right;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #ba192a;
	border-radius: 50%;
	border: solid 4px #ba192a;
}
#facebook-link-tab svg {
	padding-top: 22px;
}
#facebook-link-tab:hover {
	background-color: #fff;
	border: solid 4px #ba192a;
}
#facebook-link-tab:hover .fa-facebook-f {
	color: #ba192a !important;
}
#facebook-link-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 28px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#breadcrumbnav {
	display: none;
}
.value-title p {
	color: #ba192a;
	font-size: 1.4em;
}
.school-value {
  	font-family: 'Open Sans', sans-serif;
  	display: flex;
	padding-top: 30px;
  	justify-content: center;
  	align-items: center;
	height: 20vh;
	color: #c93035;
}
.radio {
	color: #961b43;
	font-size: 1.4em;
}
.school-value ul {
  position: relative;
  display: flex;
	padding-inline-start: 0;
}

.school-value li {
  list-style: none;
}

label {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 120px;
  width: 120px;
  z-index: 100;
}
.school-value span {
  position: relative;
  height: 120px;
  width: 120px;
  background: #DBE5E6;
  color: #3361b9;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  cursor: pointer;
  margin: 0 24px;
	border: 5px solid #3361b9;
  border-radius: 60px;
  box-shadow: -1px -1px 4px rgba(255, 255, 255, 0.5),
    8px 8px 12px rgba(0, 0, 0, 0.2),
    inset -1px -1px 4px rgba(255, 255, 255, 0.5),
    inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* div:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 75px;
  height: 38px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(255, 255, 255, 0.05);


  animation: glow 1.5s linear infinite;


} */

input[type="checkbox"]:checked ~ span {
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.05),
    inset 4px 4px 6px rgba(0, 0, 0, 0.2);
  color: #65584F;
	border: 5px solid #65584F;
}


@keyframes glow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
#mainbody {
	z-index: 1000;
	padding-top: -100px;
}
.home-quicklinks {
	position: relative; 
	top: -50px;
}
.home-quicklinks .pulse-button-upper {
	position: relative; 
	top: -60px;
}
@media screen and (max-width: 768px) {
	.home-quicklinks {
		position: relative; 
		top: 0;
	}
	.home-quicklinks .pulse-button-upper {
		position: relative; 
		top: 0;
	}	
#bodycontent {
	margin-top: 100px;
}
}
.pulse-button {
	position: relative;
	font-size: 1.4em;
	width: 175px;
	height: 175px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 0 rgba(10, 36, 99, 0.7);
	border-radius: 50%;
	color: #fff;
	background-color: #3361b9;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
	margin: 20px 0px;

}
.pulse-button:focus {
	outline: 0;
}
.pulse-button:hover  {
	-webkit-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.00s infinite cubic-bezier(0.66, 0, 0, 1);	
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}










/* == Language Selector == */
#feedback {
	position: fixed;
	left: 0;
	top: 210px;
	bottom: 0;
	z-index: 9999;
}
#feedback-tab {
	position: fixed;
	right: 5px;
	float: right;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--darkblue);
	border-radius: 50%;
}
#feedback-tab svg {
	margin-top: 9px;
	color: #fff;
}
#feedback-form {
	position: fixed;
	float: right;
	background-color: transparent;
	width: 167px;
	margin-right: 80px;
	margin-top: 18px;
	right: 0;
	height: inherit;
	z-index: 9999 !important;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* == Homepage Slideshow == */
.slideshow-box {
	margin-top: 80px;
	width: 80%;
	position: relative;
	border: 5px solid #66564E;
}
#slide-1 {
	background-image: url("/webcontent/webimage/60100f79-7b39-4e48-ab4d-2a0c0dcd6f5a.jpg");
}
#slide-2 {
	background-image: url("/webcontent/webimage/8cf01337-7e73-472c-af02-805e3a5c48eb.jpg");
	background-position: center 20%;
}
#slide-3 {
	background-image: url("/webcontent/webimage/e977fc5e-f643-4b8f-b151-8e189236b2e4.jpg");
	background-position: center 20%;
}
#slide-4 {
	background-image: url("/webcontent/webimage/53c27fad-2d89-4188-9642-3235aee01c0f.jpg");
	background-position: center 20%;
}
#slide-5 {
	background-image: url("/webcontent/webimage/4f090901-485f-4140-979a-22899ec3f954.jpg");
	background-position: center 20%;
}
#slide-6 {
	background-image: url("/webcontent/webimage/534a9d0a-4ea3-4011-aef3-930b1dcd27c5.jpg");
	background-position: center 20%;
}

.fill {
	width: 100%;
	height: 800px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.fill {
		height: 300px;
	}
}
@media (max-width: 992px) {

}
#myCarousel {
	position: relative;
	width: 100%;
	z-index:0;
}
.item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
body {
	padding-bottom: 10px;
}



.carousel-caption {
	bottom: 25vh;
}
.carousel-caption h1 {
	text-transform: uppercase;
}
.carousel-caption h1 small {
	color: #fff;
	text-transform: lowercase;
}
#mainbody {
	margin-top: -80px;
}

/* Common class for all background hover boxes */
.home-content .hover-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.5s ease, filter 0.5s ease;
  color: white;
}
.bg-calendar {
  background-image: url('/webcontent/webimage/image_6.jpg');
}

.bg-news {
  background-image: url('/webcontent/webimage/bg_1.jpg');
}
/* Specific gradient overlays */
.bg-calendar::before {
  background: rgba(254, 50, 0, 0.5);
}
.bg-news::before {
  background: rgba(132, 2, 154, 0.5);
}

.bg-news:hover::before {
  background: rgba(132, 2, 154, 0.9);
}
.bg-calendar:hover::before {
  background: rgba(254, 50, 0, 0.9);
}
/* Dark overlay */
.hover-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.5s ease;
  z-index: 1;
}

/* Hover animation */
.hover-bg:hover {
  transform: scale(1.05) rotate(1.5deg);
  filter: brightness(1.1);
}


/* Ensure content appears above the overlay */
.hover-bg > * {
  position: relative;
  z-index: 2;
}
.hover-bg:hover {
  z-index: 10;
}
@media only screen and (max-width : 1892px) {
	.lr-sidemenu {
		width: 220px;
	left: 10px;
}
.lr-sidemenu:first-child {
	padding-top: 10px;
}
.lr-sidemenu h3 {
	top: -70px;
	width: 100%;
    margin-left: -38px;
	padding: 10px 20px 0 10px;
}
.lr-sidemenu li {
	padding-left: 0px;
	padding-bottom: 10px;
}
}
@media only screen and (max-width : 1800px) {
	.lr-sidemenu {
		width: 240px;
	left: 10px;
}
.lr-sidemenu:first-child {
	padding-top: 10px;
}
.lr-sidemenu h3 {
	top: -70px;
	width: 100%;
    margin-left: -38px;
	padding: 10px 20px 0 10px;
}
.lr-sidemenu li {
	padding-left: 0px;
	padding-bottom: 10px;
}
}
@media only screen and (max-width : 1759px) {
	.lr-sidemenu {
		width: 240px;
	left: 5px;
}
.lr-sidemenu:first-child {
	padding-top: 10px;
}
.lr-sidemenu h3 {
	top: -70px;
	width: 100%;
    margin-left: -38px;
	padding: 10px 20px 0 10px;
}
.lr-sidemenu li {
	padding-left: 0px;
	padding-bottom: 10px;
}
}
	
@media only screen and (max-width : 1700px) {
	.lr-sidemenu {
		width: 160px;
}
.lr-sidemenu:first-child {
	padding-top: 10px;
	padding-right: 15px;
    padding-left: 10px;
}
.lr-navlist {
	margin-top: -10px;
	}
.lr-sidemenu h3 {
	font-size: 0.7em;
	top: -50px;
	width: 100%;
	height: 24px;
    margin-left: -10px;
	padding: 5px 20px 0 10px;
}
.lr-sidemenu li {
	font-size: 0.7em;
	padding-left: 0px;
	padding-bottom: 5px;
}
}
	@media only screen and (max-width : 1518px) {
	.lr-sidemenu {
	display: none
}

}
