:root {
  --nuvo-main: #0d0d27;
  --nuvo-slate: #eeeeee;
  --nuvo-reverse: #ffffff;
  --nuvo-slate-dark: #b1b1b1;
  --nuvo-accent: #4d6fc4;
  --nuvo-sports: #208e14;
}


.webmasterback {
  position: absolute;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-size: 600px;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgb(13,13,39);
  background: linear-gradient(180deg, rgb(33 49 87) 40%, rgb(113 150 238) 100%);
  left: 0px;
  width: 100%;
  height: 600px;
  z-index: -12;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
}


.webmasterback:after {
  position: absolute;
  content: url(/assets/icons/starback.png);
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -12;
  overflow: hidden;
  overflow: hidden;
  
}


.webmasterback:before {
  display: block;
  position: absolute;
  background-image: url(/assets/icons/maintext_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 48px;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: -0px;
  pointer-events: none;
}

.star1 {
  width: 3px;
  height: 3px;
  animation: 3s linear 1s infinite alternate sparkle;
  background-image: url(/assets/icons/sparklestar.svg);
  background-size: cover;
  background-color: rgba(0,0,0,0);

}

.star2 {
  animation: 4s linear 0s infinite alternate sparkle;
    background-image: url(/assets/icons/sparklestarblue.svg);
  background-size: cover;
  background-color: rgba(0,0,0,0);
}

.star3 {
  width: 5px;
  height: 5px;
  animation: 3.5s linear 0.5s infinite alternate sparkle;
    background-image: url(/assets/icons/sparklestar.svg);
  background-size: cover;
  background-color: rgba(0,0,0,0);
}

.star4 {
  animation: 1.25s linear 1.5s infinite alternate sparkle ;
  background-image: url(/assets/icons/sparklestarblue.svg);
  background-size: cover;
  background-color: rgba(0,0,0,0);
}

.star5 {
  animation: 4s linear 2s infinite alternate sparkle;
    background-image: url(/assets/icons/sparklestar.svg);
  background-size: cover;
  background-color: rgba(0,0,0,0);
}





@keyframes sparkle {
  50% {
    opacity: 0.4;
    transform: scale(0.5) rotate(0);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: scale(2) rotate(360deg);
  }
}



.shooting-stars {
  z-index: 10;
  width: 5px;
  height: 85px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  animation: animShootingStar 8s linear infinite;
}


.shooting-stars2 {
  z-index: 10;
  width: 5px;
  height: 85px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  top: 0;
  left: 800px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  animation: animShootingStar2 5s linear infinite;
}


@keyframes animShootingStar {
  from {
    transform: translateY(300px) translateX(0px) rotate(-225deg);
    opacity: 1;
    height: 5px;
  }
  to {
    transform: translateY(2860px) translateX(2860px) rotate(-225deg);
    opacity: 1;
    height: 800px;
  }
}


@keyframes animShootingStar2 {
  from {
    transform: translateY(0px) translateX(0px) rotate(-225deg);
    opacity: 1;
    height: 5px;
  }
  to {
    transform: translateY(2560px) translateX(2560px) rotate(-225deg);
    opacity: 1;
    height: 800px;
  }
}





.marquee {
  overflow: hidden;
  display: flex;
  clear: both;
  margin-bottom: 12px;
  padding: 8px;
}

.marquee h1 {
  font-size: 24;
  white-space: nowrap;
  text-transform: uppercase;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee__group {
  color: #fff;
}

.marquee--borders {
  background: var(--nuvo-accent);
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-100% - var(--gap)));
  }
}

#cookie-bar {
  background: rgb(23, 23, 20);
  height: auto;
  line-height: 24px;
  color: rgb(238, 238, 238);
  text-align: center;
  padding: 8px;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
  left: 0px;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0px;
  top: auto;
}

#cookie-bar p {
  margin: 0px;
  padding: 0px;
}

#cookie-bar a {
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0px 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: var(--nuvo-accent);
}

#cookie-bar .cb-disable {
  background: rgb(153, 0, 0);
}

#cookie-bar .cb-disable:hover {
  background: rgb(187, 0, 0);
}

#cookie-bar .cb-policy {
  background: rgb(43, 43, 43);
  color: rgb(138, 138, 138);
}

#cookie-bar .cb-policy:hover {
  background: rgb(0, 85, 52);
  color: rgb(238, 238, 238);
}

@font-face {
  font-family: complete-icons;
  src: url("/fonts/complete-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/complete-icons.woff") format("woff"), url("/fonts/complete-icons.ttf") format("truetype"), url("/fonts/complete-icons.svg#complete-icons") format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]::before {
  content: attr(data-icon);
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: complete-icons !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: complete-icons !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.icon-arrowdown::before {
  content: "a";
}

.icon-arrowleft::before {
  content: "b";
}

.icon-arrowright::before {
  content: "c";
}

.icon-arrowup::before {
  content: "d";
}

.icon-cross::before {
  content: "e";
}

.icon-email::before {
  content: "f";
}

.icon-facebook::before {
  content: "g";
}

.icon-linkedin::before {
  content: "h";
}

.icon-magnifying::before {
  content: "i";
}

.icon-magnifyingjobs::before {
  content: "j";
}

.icon-navarrow::before {
  content: "k";
}

.icon-navarrowdown::before {
  content: "l";
}

.icon-navarrowleft::before {
  content: "m";
}

.icon-navarrowright::before {
  content: "n";
}

.icon-navarrowup::before {
  content: "o";
}

.icon-phone::before {
  content: "p";
}

.icon-smallarrowright::before {
  content: "q";
}

.icon-twitter::before {
  content: "r";
}

.icon-upload::before {
  content: "s";
}

.icon-magnifyingjobs-1::before {
  content: "t";
}

.icon-quotes::before {
  content: "u";
}

.icon-arrowdownnew::before {
  content: "v";
}

.icon-arrowleftnew::before {
  content: "w";
}

.icon-arrowrightnew::before {
  content: "x";
}

.icon-arrowupnew::before {
  content: "y";
}

.icon-thumbs-up::before {
  content: "z";
}

.icon-mail::before {
  content: "A";
}

.icon-location::before {
  content: "B";
}

.icon-icons8-google-photos::before {
  content: "C";
}

.icon-mouse::before {
  content: "D";
}

.icon-call-phone::before {
  content: "E";
}

.icon-instagram::before {
  content: "F";
}

.icon-instagrem::before {
  content: "G";
}

.icon-download::before {
  content: "H";
}

.icon-in::before {
  content: "I";
}

.icon-pdf-file-format-symbol::before {
  content: "J";
}

.icon-file::before {
  content: "K";
}

.icon-docx-file-format-symbol::before {
  content: "L";
}

.icon-doc-file-format-symbol::before {
  content: "M";
}

.icon-windows::before {
  content: "N";
}

.icon-school-subjects17::before {
  content: "O";
}

.icon-school-subjects16::before {
  content: "P";
}

.icon-school-subjects15::before {
  content: "Q";
}

.icon-school-subjects13::before {
  content: "R";
}

.icon-school-subjects12::before {
  content: "S";
}

.icon-school-subjects10::before {
  content: "T";
}

.icon-school-subjects9::before {
  content: "U";
}

.icon-school-subjects8::before {
  content: "V";
}

.icon-school-subjects7::before {
  content: "W";
}

.icon-school-subjects3::before {
  content: "X";
}

.icon-school-subjects2::before {
  content: "Y";
}

.icon-school-subjects18::before {
  content: "Z";
}

.icon-school-subjects19::before {
  content: "0";
}

.icon-school-subjects20::before {
  content: "1";
}

.icon-school-subjects22::before {
  content: "2";
}

.icon-school-subjects23::before {
  content: "3";
}

.icon-school-subjects24::before {
  content: "4";
}

.icon-school-subjects25::before {
  content: "5";
}

.icon-school-subjects26::before {
  content: "6";
}

.icon-school-subjects27::before {
  content: "7";
}

.icon-school-subjects28::before {
  content: "8";
}

.icon-school-subjects29::before {
  content: "9";
}

.icon-school-subjects30::before {
  content: "!";
}

.icon-orderonline::before {
  content: "\"";
}

.icon-download-1::before {
  content: "#";
}

.icon-cloud-download-2::before {
  content: "$";
}

.icon-link::before {
  content: "%";
}

.icon-link-external::before {
  content: "&";
}

.icon-link-1::before {
  content: "'";
}

.icon-external-link::before {
  content: "(";
}

.icon-external-link-sqaure::before {
  content: ")";
}

.icon-link-2::before {
  content: "*";
}

.icon-link-3::before {
  content: "+";
}

.icon-clock::before {
  content: ",";
}

.icon-calendar::before {
  content: "-";
}

.icon-clock-1::before {
  content: ".";
}

.icon-calendar-o::before {
  content: "/";
}

.icon-youtube-play::before {
  content: ":";
}

.icon-youtube-square::before {
  content: ";";
}

.icon-align-justify::before {
  content: "<";
}

.icon-menu::before {
  content: "=";
}

.icon-reorder::before {
  content: ">";
}

.icon-android-add::before {
  content: "?";
}

.icon-plus::before {
  content: "@";
}

.icon-plus-round::before {
  content: "[";
}

.icon-discord-logo::before {
  content: "]";
}

.icon-foundation-logo::before {
  content: "^";
}

.icon-opensea-logo::before {
  content: "_";
}

.icon-linkedin-square::before {
  content: "`";
}

.icon-linkedin-1::before {
  content: "{";
}

.icon-android::before {
  content: "|";
}

.icon-apple::before {
  content: "}";
}

.icon-mobile::before {
  content: "~";
}

.icon-twitter-round::before {
}

.icon-fb-round::before {
}

.icon-linkedin-round::before {
}

a {
  text-decoration: none;
}

.nuvo-container a {
  color: inherit;
  padding: 0px;
  margin: 0px;
}

.nuvo-container section a {
  text-decoration: none;
  color: inherit;
  margin: 0px;
}

.nuvo-container section p a {
  text-decoration: underline;
  color: var(--nuvo-red);
  margin: 0px;
}

.simpletext a {
  text-decoration: underline;
  color: var(--nuvo-accent);
}

body {
  overflow-x: hidden;
  color: rgb(20, 20, 20);
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  left: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

.filterarea h3 {
  padding: 0px;
  margin: 0px;
}

.filterarea {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
  width: 100%;
}

.categories a.Sports {
  background-color: var(--nuvo-sports);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 0px;
}

.categories a.Normal {
  background-color: var(--nuvo-accent);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 0px;
}

.categories a.Staff {
  background-color: var(--nuvo-accent);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 0px;
}

.categories a.Holiday {
  background-color: rgb(103, 111, 152);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 0px;
}

h3.Sports {
  background-color: var(--nuvo-sports);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 12px;
}

h3.Normal {
  background-color: var(--nuvo-accent);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 12px;
}

h3.Staff {
  background-color: var(--nuvo-accent);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 12px;
}

h3.Holiday {
  background-color: rgb(103, 111, 152);
  color: rgb(255, 255, 255);
  padding: 4px;
  float: left;
  margin-bottom: 12px;
}

.categories {
  display: flex;
  width: 100%;
  margin: 16px 0px;
  gap: 16px;
  background-color: rgb(229, 229, 229);
  float: left;
  padding: 8px;
}

iframe {
  position: relative;
  float: left;
}

.iframemap {
  position: relative;
  float: left;
  width: 100%;
  /* border: 16px solid rgb(255, 255, 255); */
}

.iframemap::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 24px;
  background-color: rgb(255, 255, 255);
  z-index: 3;
}

#modal_screen {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: rgb(0, 0, 0);
}

#modal_screen.nope {
  background-color: rgb(0, 0, 0);
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
  border: 16px solid var(--nuvo-accent);
  width: calc(100% - 48px);
  max-width: 880px;
}

#modal_content .content_wrapper {
  padding: 16px;
  margin: 0px auto;
  text-align: center;
}

#modal_content h2 {
  font-size: 1.6em;
}

.disclaimerlogo {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.disclaimerlogo img {
  width: 100%;
  text-align: center;
  align-items: center;
  align-self: center;
}

#modal_content p {
  font-size: 1.1em;
}

#modal_content div ul {
  padding: 0px;
}

#modal_content div li {
  display: inline-flex;
  width: 100%;
  padding: 5px;
}

#modal_content a.button {
  width: 100px;
  margin: 10px auto;
  background: rgb(255, 255, 255);
  color: var(--nuvo-accent);
  padding: 12px;
  text-decoration: none;
}

#modal_content a.notEligible {
  background: rgb(0, 0, 0);
}

ol, ul {
  list-style: none;
}


.breadcrumbs {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
    /* padding-top: 8px; */
    padding-bottom: 8px;
    float: left;
    margin-bottom: 16px;
    position: relative;
}





.breadcrumbs li {
    float: left;
    padding-right: 4px;
    color: #00aac2;
  
}

.breadcrumbs a {
    color: #919191;
    padding-right: 12px;
    font-size: 13px;
  position: relative;
  line-height: 12px;
}


.breadcrumbs a:after {
    position: absolute;
    content: "/";
    right: 0px;
    top: 0px;
    line-height: 1;
    /* font-size: 14px; */
    line-height: 12px;
    color: #00aac2;
}






.blogbanner {
  margin-bottom: 16px;
}

.prevnext {
  width: 100%;
  padding: 8px;
  background-color: var(--nuvo-accent);
  margin: 24px 0px;
  font-size: 15px;
}

.previouslink {
  float: left;
  width: 50%;
  text-align: left;
}

.previouslink a {
  text-align: left;
  padding-left: 28px;
  position: relative;
  float: left;
  width: 100%;
}

.previouslink a::before {
  left: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 1;
  content: "b";
  position: absolute;
  font-family: complete-icons;
}

.nextlink {
  float: right;
  width: 50%;
  text-align: right;
}

.nextlink a {
  text-align: right;
  padding-right: 28px;
  position: relative;
}

.nextlink a::before {
  right: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 1;
  content: "c";
  position: absolute;
  font-family: complete-icons;
}

.tags {
  display: block;
  width: auto;
  float: left;
}

.tags li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}

.tags a {
  padding: 8px;
  float: left;
  background: rgb(189, 209, 243);
  border-radius: 4px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

section ul {
  /* text-align: left; */
  /* padding: 12px 24px; */
  /* width: 100%; */
}

section li {
  position: relative;
}

.introarea {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
  width: 100%;
}

.twothirds {
}

.twothirds section {
  border: none;
}

.onethird {
  grid-column: 3 / span 1;
}

.halfcolumn {
  grid-column: span 6 / auto;
}

.onethirdcolumn {
  grid-column: span 4 / auto;
}

.twothirdscolumn {
  grid-column: span 8 / auto;
}

.insidewrapper section ul li p {
  padding: 0px;
}

section ul {
  /* display: inline-block; */
  background-color: #eee;
  padding: 8px;
  /* background-size: 20%; */
  margin-bottom: 16px;
  width: auto;
}

section ul li {
  background-color: #fff;
  margin-bottom: 1px;
  padding: 6px;
  width: auto;
  /* display: inline-block; */
  /* text-align: left; */
  padding-left: 32px;
  position: relative;
  color: #1f2538;
}

section ul li::before {
  background-color: #333;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 16px;
}

.videoblock {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.videoarea {
  padding: 16px;
  background-color: rgb(0, 0, 0);
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  margin-top: 24px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
}

.videoareainside {
  padding: 8px;
  background-color: rgb(0, 0, 0);
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  float: left;
}

.videoeventarea .videoarea {
  padding: 8px;
  background-color: rgb(33, 42, 41);
  width: 100%;
  display: inline-block;
}

.videoarea h3 {
  padding: 8px;
  color: rgb(255, 255, 255);
  line-height: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  width: 100%;
  float: left;
}

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

#navigationarea {
  float: right;
  display: block;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 30;
}

.topbar {
  position: absolute;
  top: 96px;
  right: 0px;
}

/* SLIDE PUT SEARCH */
.searchbar {
  position: absolute;
  right: 0px;
  top: 100px;
  width: auto;
  z-index: 10;
  overflow: hidden;
}

#toggleSearch {
  cursor: pointer;
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  padding: 9px;
  background-color: var(--nuvo-accent);
  border: 0px;
  color: #fff;
}

#toggleSearch:before {
  content: "t";
  font-family: complete-icons;
  font-size: 32px;
}

#searchContainer {
  position: relative;
  top: 0;
  right: 0px;
  width: 400px;
  height: auto;
  background-color: #f1f1f1;
  overflow: hidden;
  transition: 0.3s;
  z-index: -1;
}

#searchContainer form {
  display: inline-flex;
}

#searchContainer.hidden {
  top: 0;
  right: -400px;
  width: 00px;
  background-color: #f1f1f1;
  overflow: hidden;
  transition: 0.3s;
}

#searchContainer.open {
  width: 250px;
}

#searchInput {
  width: 80%;
  padding: 10px;
  margin: 10px;
  border: none;
  border-radius: 5px;
}

#closeSearch {
  padding: 0px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#closeSearch:hover {
  background-color: #555;
}

/* SLIDE PUT SEARCH */
.kidslinksbutton {
  float: left;
  width: 100%;
  padding: 32px;
  margin-bottom: 16px;
  background-color: rgb(236, 0, 140);
  height: 80px;
  position: relative;
  -ms-transform: rotate(1deg);
  /* IE 9 */
  -webkit-transform: rotate(1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(1deg);
  border-radius: 16px;
  position: relative;
}

.kidslinksbutton .kidslinksbuttoninnerone {
  padding: 12px;
  background-color: #3BA2CB;
  -ms-transform: rotate(-4deg);
  /* IE 9 */
  -webkit-transform: rotate(-4deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-4deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 16px;
}

.kidslinksbutton .kidslinksbuttoninnertwo {
  padding: 12px;
  border-radius: 12px;
  background-color: #77bfddcc;
  position: absolute;
  width: 98%;
  height: 94%;
  top: 4px;
  left: 1%;
  -ms-transform: rotate(2deg);
  /* IE 9 */
  -webkit-transform: rotate(2deg);
  /* Chrome, Safari, Opera */
  transform: rotate(2deg);
}

.kidslinksbutton .kidslinksbuttontext {
  padding: 12px;
  width: 100%;
  top: 8px;
  position: absolute;
  border-radius: 12px;
  left: 0%;
  font-size: 44px;
  font-family: 'Alkatra', cursive;
  color: #fff;
  line-height: 0.8;
  text-shadow: 1px 1px 1px #333;
  -ms-transform: rotate(-5deg);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
  /*! border: 2px solid #fff; */
}

.homeclassbuttons .classbuttonone, .homeclassbuttons .classbuttontwo, .homeclassbuttons .classbuttonthree, .homeclassbuttons .classbuttonfour {
  width: 100%;
  /* margin: 0.5%; */
}

.homeclassbuttons .kidslinksbutton {
  display: none;
}

.classbuttonsouter {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  float: left;
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: -0;
  background-color: #172344;
}

.columnright .classbuttonsouter {
  grid-template-columns: repeat(1, 1fr);
  float: left;
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: -0;
  background-color: #172344;
  gap: 2px;
}

.classbuttonsouter:before {
  display: block;
  position: absolute;
  background-image: url(/assets/icons/div_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  width: 100%;
  height: 40px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}


.classbutton {
  width: 100%;
  color: #fff;
  font-family: 'Alkatra', cursive;
  font-weight: normal;
  font-size: 24px;
  position: relative;
  padding-bottom: 16px;
}


.classbutton a{
  width: 100%;
  color: #fff;
  font-family: 'Alkatra', cursive;
  font-size: 36px;
  padding: 24px;
  float: left;
}

.columnright  .classbutton a{
  width: 100%;
  color: #fff;
  font-size: 30px;
  padding: 12px;
  float: left;
}



.columnright  .classbutton:after {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 42px;
  height: 42px;
  top: 8px;
  right: 8px;

}


.classbutton.reception {
  background-color: #d31b0f;
  

}


.classbutton.yearone {
  background-color: #ef7e00;  
  
}

.classbutton.yeartwo {
  background-color: #fac300;  
  
}

.classbutton.yearthree {
  background-color: #52ae33;  
  
}

.classbutton.yearfour {
  background-color: #3654a1;
}

.classbutton.yearfive {
  background-color: #223564;
}

.classbutton.yearsix {
  background-color: #999999;  
  
}


.classbutton:after {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 64px;
  height: 64px;
  top: 12px;
  right: 12px;
  filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 1.0));
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 32px;
   transition: all 0.3s ease 0s;
}


.classbutton:hover:after {
 border-radius: 4px;
   transition: all 0.3s ease 0s;
  transform: rotate(90deg) scale(1.2);
 
}


.classbutton:before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.4);
}

.classbutton.reception:after {
  background-image: url(/assets/icons/redstar.svg);
  
}


.classbutton.yearone:after {
  background-image: url(/assets/icons/orangestar.svg);
  
}

.classbutton.yeartwo:after {
  background-image: url(/assets/icons/yellowstar.svg);
  
}

.classbutton.yearthree:after {
  background-image: url(/assets/icons/greenstar.svg);
  
}

.classbutton.yearfour:after {
  background-image: url(/assets/icons/lightbluestar.svg);
  
}

.classbutton.yearfive:after {
  background-image: url(/assets/icons/darkbluestar.svg);
  
}

.classbutton.yearsix:after {
  background-image: url(/assets/icons/silverstar.svg);
  
}


.kidslinksbuttontext {
      color: #fff;
  line-height: 0.8;
  text-shadow: 1px 1px 1px #333;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);

}











/* Dropdown Button */
.dropdown {
  position: absolute;
  right: 54px;
  top: 100px;
  width: auto;
  z-index: 1;
}

/* Style for the dropdown button */
.dropdown-button {
  background-color: var(--nuvo-accent);
  font-size: inherit;
  color: #fff;
  padding: 17px;
  border: none;
  cursor: pointer;
}

/* Style for the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style for dropdown content links */
.dropdown-content a {
  color: #333;
  padding: 8px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown content when hovering over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  appearance: none;
  background-color: rgb(255 255 255);
  display: block;
  padding: 4px;
  width: 100%;
  margin-bottom: 0px;
  height: 55px;
  font-size: inherit;
  border: 0px solid var(--nuvo-accent);
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  background: #fff;
  border-color: rgb(153, 153, 153);
  outline: 0px;
}

input[type="submit"] {
  appearance: none;
  border-radius: 0px;
  padding: 10px;
  margin-top: 0px;
  border: 0px;
  font-size: 20px;
  color: rgb(69, 69, 69);
  background: var(--nuvo-accent);
  color: #fff;
}

.contentbreak {
  width: 100%;
  float: left;
  padding: 32px 0px;
  border: 1px solid var(--nuvo-accent);
}

.profilelist {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.singleprofile {
  border: 1px solid rgb(51, 51, 51);
  padding: 16px;
}

.profilename {
  padding: 16px 0px;
}

.profiledesc {
  padding: 16px 0px;
}

.profilename h3 {
  font-size: 24px;
  color: var(--nuvo-accent);
}

.profileimages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

form {
  float: left;
  width: 100%;
}

::placeholder {
  color: var(--nuvo-accent);
  opacity: 1;
}

.filterform {
  background-color: var(--nuvo-main);
  width: 100%;
  color: rgb(33, 36, 52);
  padding: 12px;
  float: left;
  text-align: left;
  margin: 16px 0px;
}

.filterform label {
  width: 100%;
  font-size: 24px;
  padding-bottom: 12px;
  float: left;
  color: rgb(255, 255, 255);
}

.filterform input {
  float: left;
  position: relative;
  color: var(--nuvo-accent);
}

.searchterm-highlight {
  background-color: var(--nuvo-accent);
}

*, html {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
}

em, i {
  color: #3c5eb1;
}

.teacherdetailimage {
  float: right; 
  width: 33%;
  margin-left: 24px;
}

.blogdetails {
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 0px;
  background-color: var(--nuvo-slate);
  margin-bottom: 8px;
}

.note-date {
  float: left;
  padding: 4px;
}

.blog-excerpt-text {
  float: left;
  padding-top: 4px;
  width: 100%;
}

.author {
  float: left;
  padding: 4px;
}

.posttags {
  float: left;
  padding: 4px;
}

.hightlighttag {
  background-color: var(--nuvo-accent);
  padding: 4px 5px;
  border-radius: 12px;
  margin: 0px 10px;
  font-size: 36px;
  color: rgb(255, 255, 255);
}

.strapline {
  font-family: 'Alkatra', cursive;
  text-align: center;
  width: 100%;
  float: left;
  color: var(--nuvo-accent);
  font-size: 42px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
  line-height: 1;
  padding-bottom: 16px;
}

.sitemaphtml .submenu {
  padding-left: 0px;
}

.sitemaphtml .submenu .submenu {
  padding-left: 32px;
}

.div1, .div2, .div3, .div4, .div5, .div2, .div6, .div7 {
  position: absolute;
  opacity: 0;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  left: 0px;
  top: 0%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.95);
  color: rgb(255, 255, 255);
  z-index: 40;
  pointer-events: none;
}

.popuptext {
  position: absolute;
  top: 100%;
  padding-top: 16px;
}

.singleteacher.showdetails .popuptext {
  top: 0%;
}

.singleteacher.showdetails .div1, .singleteacher.showdetails .div2, .singleteacher.showdetails .div3, .singleteacher.showdetails .div4, .singleteacher.showdetails .div5, .singleteacher.showdetails .div6, .singleteacher.showdetails .div7 {
  position: absolute;
  opacity: 1;
  top: 0%;
  pointer-events: none;
}

.sitemapleft, .sitemapright {
  width: 100%;
  float: left;
}

.sitemapright .sitemaphtml a {
  width: 100%;
  color: rgb(54, 169, 170);
  margin: 0px;
  padding: 0px;
}

.sitemapright .sitemaphtml li {
  margin: 0px;
  padding: 0px;
}

.sitemaphtml li {
  margin-left: 0px;
  list-style: none;
  color: rgb(37, 7, 37);
  margin-top: 4px;
  font-weight: 400;
  width: 100%;
  float: left;
}

.sitemaphtml li a {
  color: var(--nuvo-accent);
  padding: 8px;
  float: left;
  width: 100%;
  background-color: var(--nuvo-main);
}

.sitemaphtml ul li {
  color: rgb(237, 22, 80);
  font-weight: 400;
  width: 100%;
  border-bottom: none;
}

.sitemaphtml li ul li {
  margin-left: 0px;
  list-style: none;
  margin-top: 0px;
}

.sitemaphtml li ul li a {
  color: rgb(37, 7, 37);
  background-color: rgb(234, 237, 242);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.sitemaphtml li ul li ul li a {
  color: rgb(76, 141, 195);
  background-color: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.teacherlist {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid rgb(221, 228, 225);
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: var(--nuvo-slate);
}

.governorlist {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  padding-bottom: 24px;
}

.singleteacher {
  padding: 8px;
  /* grid-template-columns: repeat(3, 1fr); */
  background-color: #fff;
  position: relative;
  align-items: start;
  /* display: grid; */
  grid-column: span 1 / auto;
  align-items: start;
}

.singleteacher h3, .singleteacher p {
  padding: 0px !important;
}

.singleteacher h3 {
  font-weight: normal;
  font-family: 'Alkatra', cursive;
  font-size: 24px;
  margin: 12px 0px;
}

.teacherimage {
  width: 33.3333%;
  float: left;

  
}

.teacherdetails {
  font-size: 14px;
  width: 66.6666%;
  float: left;
}

.checmicalelement {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  color: var(--nuvo-slate-dark);
  height: 48px;
  width: 48px;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}

.atomic {
  font-size: 14px;
  width: 100%;
  line-height: 1;
}

.initials {
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}

.personemail a {
  padding: 8px;
  color: rgb(255, 255, 255);
  background: var(--nuvo-red);
  margin-top: 12px;
  float: left;
  border-radius: 4px;
}

.govdetails {
  display: grid;
  gap: 8px;
  padding: 2px 0px;
  grid-template-columns: repeat(2, 1fr);
}

.goveheading {
  font-weight: 600;
  color: var(--nuvo-accent);
}

video, .video {
  max-width: 100% !important;
}

.lightgallerygrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  margin: 24px 0px;
}

.gallerythumb {
  padding: 0.5px;
  position: relative;
}

.gallerythumb a {
  display: flex;
  padding: 0px;
  margin: 0px;
}

.gallerythumb::after {
  content: "+";
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
}

.emaillineheader, .tellineheader {
  float: left;
  border-radius: 12px;
  color: rgb(255, 255, 255);
  margin-right: 12px;
}

.emaillineheader a, .tellineheader a {
  padding: 8px 12px 8px 42px;
  border-radius: 20px;
  position: relative;
  color: rgb(255, 255, 255);
}

.tellineheader a::before {
  content: "p";
  font-family: complete-icons;
  border-radius: 20px;
  position: absolute;
  color: rgb(255, 255, 255);
  left: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
}

.emaillineheader a::before {
  content: "A";
  font-family: complete-icons;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
}

.contactpagetel, .contactpagefax, .contactpageemail, .contactpageopening {
  font-size: 24px;
}

.emaillineheader a, .tellineheader a {
  padding: 8px 12px 8px 42px;
  border-radius: 20px;
  position: relative;
  color: rgb(255, 255, 255);
}

.tellineheader a::before {
  content: "p";
  font-family: complete-icons;
  border-radius: 20px;
  position: absolute;
  color: rgb(255, 255, 255);
  left: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
}

.emaillineheader a::before {
  content: "A";
  font-family: complete-icons;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
}

.externallink, .internallink {
  display: block;
  clear: both;
  padding: 0px;
  float: left;
  width: 100%;
}

.externallink a {
  display: block;
  clear: both;
  padding: 8px;
  float: left;
  width: 100%;
  background-color: var(--nuvo-slate);
  position: relative;
  border-bottom: 1px solid rgb(197, 201, 204);
}

.internallink a {
  display: block;
  clear: both;
  padding: 8px;
  float: left;
  width: 100%;
  background-color: var(--nuvo-slate);
  position: relative;
  border-bottom: 2px solid rgb(33, 36, 52);
}

.internallink a:hover {
  background-color: rgb(205, 205, 205);
}

.externallink a:hover {
  background-color: rgb(211, 222, 239);
}

.externallink a::after {
  position: absolute;
  top: -3px;
  right: 4px;
  font-family: complete-icons;
  content: ")";
  padding: 4px 9px 8px 3px;
  font-size: 28px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: var(--nuvo-main);
  z-index: 0;
}

.internallink a::after {
  position: absolute;
  top: -3px;
  right: 4px;
  font-family: complete-icons;
  content: "c";
  padding: 4px 9px 8px 3px;
  font-size: 28px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: rgb(255, 255, 255);
  z-index: 0;
}

.insetbanner {
  height: 100%;
  background-size: cover;
  position: absolute;
  bottom: 32px;
  right: 0px;
  z-index: 1;
  width: 30%;
  display: none;
}

.textinner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  padding-bottom: 12px;
  line-height: 1.3;
}

p {
  padding-bottom: 12px;
}

h1 {
  font-size: 44px;
  letter-spacing: 1px;
  color: var(--nuvo-main);
  font-family: 'Alkatra', cursive;
  font-weight: normal;
}

h2 {
  font-size: 25px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

.gallerytitle h3 {
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 24px;
}

.gallerydate span {
  font-size: 24px;
  color: #fff;
  width: auto;
  padding: 0px;
  background-color: #fff;
  color: #333;
}

#calendar {
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
  min-height: 100px;
  margin-top: 36px;
}

#calendar table, #calendar tr, #calendar td {
  margin: 0px;
  padding: 0px;
}

#calendar table {
  margin: 0px;
  padding: 0px;
  float: left;
}

section {
  width: 100%;
  float: left;
  border: none;
}

section.eventlist {
  display: flex;
}

.eventlistitem {
  position: relative;
  width: 100%;
  padding: 8px;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(234, 237, 242);
  box-shadow: rgba(0, 0, 0, 0.1) 0.5px 0.5px 0.5px 1px;
}

.shortdate {
  background-color: var(--nuvo-main);
  grid-column: span 1 / auto;
  width: 80px;
  order: 0;
  padding: 8px;
  display: grid;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.multidate {
  width: 80px;
  order: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.multistart {
  background-color: var(--nuvo-accent);
  padding: 4px;
  display: grid;
  align-self: start;
}

.multiend {
  background-color: rgb(33, 36, 52);
  padding: 4px;
  display: grid;
  align-self: start;
}

.datenumber {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  color: rgb(255, 255, 255);
  align-self: end;
}

.datemonth {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  align-self: start;
}

.multidate .datenumber {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  color: rgb(255, 255, 255);
  align-self: start;
}

.multidate .datemonth {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  align-self: start;
}

.eventlistiteminfo {
  grid-column: span 3 / auto;
  order: 1;
}

.startdatetime, .enddatetime {
  float: left;
  padding-right: 16px;
}

.timeitem {
  display: none;
}

.eventlistiteminfo h3 {
  padding: 0px;
  margin: 0px;
  color: var(--nuvo-red);
}

.eventlistitem .accordion {
  width: auto;
  text-align: left;
  cursor: pointer;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  margin: 0px;
  border-bottom: none;
  float: left;
  font-size: 20px;
}

.eventlistitem .accordion.active {
  width: auto;
  text-align: left;
  cursor: pointer;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  margin: 0px;
  border-bottom: none;
  font-size: 20px;
}

.eventlistitem .accordion:hover {
  width: auto;
  cursor: pointer;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  margin: 0px;
  border-bottom: none;
  font-size: 20px;
}

.eventlistitem .accordion span {
  width: auto;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: left;
  cursor: pointer;
  padding: 4px 32px;
  background-color: var(--nuvo-red);
  margin: 0px;
  border-bottom: none;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.insidewrapper section {
  width: 100%;
  float: left;
  /* background-color: rgb(255, 255, 255); */
}

section.classbuttons {
  display: grid;
  padding: 0px 0px;
  gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.classbuttons a {
  /* display: flex; */
  justify-items: center;
  align-items: center;
}

.homeclassbutton.yr, .homeclassbutton.y1, .homeclassbutton.y2, .homeclassbutton.y3, .homeclassbutton.y4, .homeclassbutton.y5, .homeclassbutton.y6 {
  padding: 4px;
  position: relative;
  z-index: 0;
  overflow: hidden
}

.homeclassbutton {
  border-bottom-style: solid;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-size: cover;
  background-image: url(/assets/icons/rosettetexture.png);
  background-size: 200%;
  background-position: right 0% bottom 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.homeclassbutton:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: right 0% bottom 30px;
}

.homeclassbutton.yr {
  grid-column: 1 / 3;
  background-color: var(--nuvo-main);
}

.homeclassbutton.y1 {
  grid-column: 3 / 5;
  background-color: var(--nuvo-accent);
}

.homeclassbutton.y2 {
  background-color: #42b3d6;
  grid-column: 5 / 7;
}

.homeclassbutton.y3 {
  background-color: #864f89;
  grid-column: 1 / 3;
}

.homeclassbutton.y4 {
  background-color: #7a994c;
  grid-column: 3 / 5;
}

.homeclassbutton.y5 {
  background-color: #46558e;
  grid-column: 5 / 7;
}

.homeclassbutton.y6 {
  background-color: #b668c7;
  grid-column: 3 / 5;
}

.classimage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  width: 100%;
  height: 100px;
  border-radius: 00%;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.5) -1px -1px 1px 1px;
}

.classbuttontext {
  padding: 16px;
  width: 100%;
  text-decoration: none;
  font-size: 32px;
}

section.classbuttons a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.homeclassbutton.yr:before, .homeclassbutton.y1:before, .homeclassbutton.y2:before, .homeclassbutton.y3:before, .homeclassbutton.y4:before, .homeclassbutton.y5:before, .homeclassbutton.y6:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.homeclassbutton.yr:after, .homeclassbutton.y1:after, .homeclassbutton.y2:after, .homeclassbutton.y3:after, .homeclassbutton.y4:after, .homeclassbutton.y5:after, .homeclassbutton.y6:after {
  position: absolute;
  content: "";
  height: 240%;
  width: 240%;
  background: rgb(2,0,36);
  background: linear-gradient(45deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 77%) 51%, rgb(0 0 0 / 0%) 100%);
  bottom: 0px;
  left: 200%;
  z-index: 0;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}

.homeclassbutton.yr:hover::after, .homeclassbutton.y1:hover::after, .homeclassbutton.y2:hover::after, .homeclassbutton.y3:hover::after, .homeclassbutton.y4:hover::after, .homeclassbutton.y5:hover::after, .homeclassbutton.y6:hover::after {
  bottom: 0px;
  left: -100%;
  transition: all 0.5s ease 0s;
}

.calendardownload {
  width: 100%;
  float: left;
}

.calendardownload iframe {
  width: 100%;
  float: left;
}

.h_iframe {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  background-color: rgb(7, 84, 53);
  margin-top: 12px;
  padding: 16px;
}

.h_iframe iframe {
  position: relative;
  width: calc(100%);
  height: 100vh;
  float: left;
  padding: 4px;
  background-color: rgb(255, 255, 255);
}

.document_list {
  margin-bottom: 24px;
  float: left;
  width: 100%;
}

.document_list.classpage {
  padding: 12px;
  background: var(--nuvo-main);
  border-radius: 4px;
  font-size: 16px;
}

.document_list.classpage a {
  padding: 8px;
}

.document_list.classpage a .docname {
  padding: 0px;
}

.document_list.classpage h3 {
  color: #fff;
}

.newslinks {
  margin-bottom: 24px;
  float: left;
  width: 100%;
}

.linkslist {
  margin-bottom: 16px;
}

.videogallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.singlevideo {
  float: left;
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 8px;
  background-color: rgb(0, 0, 0);
}

.videoheading {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 16px;
}

section.imagelinks {
  width: 100%;
  float: left;
  background-color: var(--nuvo-slate);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 12px;
}

section.internallinkslist, section.linkslist {
  width: 100%;
  float: left;
  background-color: rgb(234, 237, 242);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 12px;
}

.imagelink {
  display: grid;
  padding: 16px;
  gap: 16px;
  grid-template-columns: repeat(8, 1fr);
  border-bottom: 1px solid rgb(204, 204, 204);
  align-self: center;
}

.imagelinkimage {
  grid-column: span 2 / auto;
  /* order: 1; */
}

.imagelinkname {
  grid-column: span 6 / auto;
  /* order: 2; */
  place-items: center;
  align-self: center;
}

.imagelinkdesc {
  grid-column: span 6 / auto;
  order: 3;
}

section.randomslider {
  width: 100%;
  float: left;
  background-color: var(--nuvo-red);
  padding: 0px;
}

section.threeimages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 24px;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 8px 0px;
}

section.twoimages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
  margin-bottom: 24px;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 8px 0px;
}

section.singleimage {
  margin-bottom: 24px;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 8px 0px;
}

section.videoblock {
  margin-bottom: 24px;
}

section.mainlinks {
  display: grid;
  padding: 0px;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
}

.eventshome {
  background-color: rgb(255, 255, 255);
  /* padding: 8px; */
}

.newshome {
  background-color: rgb(255, 255, 255);
  padding: 16px;
}

.classeslinks {
  background-color: rgb(255, 255, 255);
  padding: 16px;
  text-align: center;
}

.newsarea {
  background-color: rgb(255, 255, 255);
  padding: 16px;
}

.graphmain {
  float: left;
  padding: 16px;
  width: 100%;
  max-width: 480px;
}

.graphtitle {
  float: left;
  width: 100%;
  font-size: 22px;
  padding-bottom: 8px;
  font-family: roboto_slablight, serif;
}

.rowarea {
  float: left;
  width: 100%;
  font-size: 24px;
}

.graphrow {
  border-bottom: 1px solid rgb(68, 68, 68);
  width: 100%;
  height: 78px;
  float: left;
  color: rgb(238, 238, 238);
  padding: 8px;
}

.rowarea .graphrow:nth-child(1) {
  background-color: rgb(139, 179, 29);
}

.rowarea .graphrow:nth-child(2) {
  background-color: rgb(100, 146, 21);
}

.rowarea .graphrow:nth-child(3) {
  background-color: rgb(0, 84, 52);
}

.rowarea .graphrow:nth-child(4) {
  background-color: rgb(51, 51, 51);
}

.houseimage {
  width: 10%;
  float: left;
  min-width: 60px;
}

.houseimage img {
  width: 100%;
  float: left;
  border-radius: 50%;
}

.housename {
  width: 45%;
  float: left;
  padding: 12px;
  height: 100%;
  font-size: 24px;
}

.housetotal {
  width: 30%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px;
  float: right;
  text-align: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgb(238, 238, 238);
  height: 100%;
  position: relative;
}

section.houselinks {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
  text-align: center;
}

.houselink {
  background-color: var(--nuvo-slate);
  padding: 4px;
  position: relative;
  z-index: 0;
  overflow: visible;
  font-size: 32px;
}

.housebuttontext {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 100%;
  border-radius: 0%;
  position: relative;
  padding: 0px;
  left: 16px;
  z-index: 2;
  margin-top: -24px;
}

.houseimage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 100%;
  height: 185px;
  border-radius: 0%;
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 0px;
  left: 16px;
  z-index: 2;
  margin-top: -24px;
}

.houselink:hover .houseimage {
  transition: all 0.3s ease 0s;
  transform: scale(1.15);
}

.newsandeventshome {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1180px;
  width: 100%;
  background-color: rgb(49 62 102);
  padding: 16px;
  margin: 40px 0px;
  float: left;
}


.latestnewsletters,
.latestlinks {
  margin-bottom: 32px;
}

.newsandeventshome h3{

color: var(--nuvo-accent);
  
}

.headerlinks {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1180px;
  width: 30%;
  padding: 16px;
  margin: 0px 0px;
  float: right;
}


.keyhomelinks {

  background-color: #eaedf2;
}


.keyhomelink {
    display: grid;
    padding: 8px;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 1px solid #ccc;
}


.keyhomelink a{
    display: flex;
    
}



.keyhomelinkimage {
    grid-column: span 1;
    order: 1;
   
}

.keyhomelinkname {
    grid-column: span 5;
    order: 2;
     align-items: center;
    justify-items: center;
    align-self: center;
}

.keyhomelinkname h3 {
   margin: 0px;
   padding: 0px;
   font-size: 20px;
}











.homelink {
  padding-bottom: calc(66.6667%);
  position: relative;
  overflow:hidden;


}


.backgroundimage {position: absolute;background-size: cover;top: 0px;left: 0px;height: 100%;width: 100%;opacity: 0.1;background-position: center center;transition: all 0.3s ease 0s;}


.homelink:hover .backgroundimage {
  opacity: 1.0;
    transition: all 0.3s ease 0s;
     transform: scale(1.1); -webkit-transform: scale(1.1);

}



.homelink:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(50 61 102);
  position: absolute;
}

.homelink:hover:before {
  background-color: rgba(38, 38, 38, 0.1);
    transition: all 0.3s ease 0s;

}


.homelink:after {
  width: 100%;
  height: 4px;
  content: "";
  bottom:0px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 0;
}


.homelink:hover:before {
  background-color: rgba(38, 38, 38, 0.1);
    transition: all 0.3s ease 0s;

}




.linktext {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  transition: all 0.3s ease 0s;
  bottom: 24px;
 
  }

  .homelink:hover .linktext {
  position: absolute;

    transform: scale(1.1);
    transition: all 0.3s ease 0s;
  }




.linktitle h3 {

  padding: 0px;
  position: relative;
  transform: scale(1);
  z-index: 3;
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  font-family: 'Alkatra', cursive;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
   text-shadow: 1px 1px 1px #333;
}

.linkdesc {
  color: rgb(255, 255, 255);
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 1;
  font-size: 14px;
}


.linkinsetpic {
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 1;
  height: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}


.linkinsetpic img {
  transition: all 0.3s ease 0s;
  opacity: 1;
  height: 140px;
  width: 140px;
  align-self: center;
  border-radius: 50%;
  border: 1px solid #fff;
}


  .homelink:hover .linkinsetpic img {
  transition: all 0.3s ease 0s;
   opacity: 0;
}



.homelink:hover .linkdesc {
  color: rgb(255, 255, 255);
  position: relative;
  /* height: 50px; */
  opacity: 0;
  overflow: visible;
  transition: all 0.3s ease 0s;
}


section.documentslist {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.singledoc {
  border-bottom: 1px solid rgb(60 94 177);
  background-color: #c7d1e7;
  /* color: #fff; */
  position: relative;
}

.upperschoolprosp .singledoc {
  border-bottom: 1px solid rgb(106, 119, 127);
  background-color: var(--nuvo-accent);
  position: relative;
}

.upperschoolprosp .singledoc .docname {
  font-size: 20px;
  font-weight: 500;
}

.sixthformprosp .singledoc .docname {
  font-size: 20px;
  font-weight: 500;
}

.sixthformprosp .singledoc {
  border-bottom: 1px solid rgb(106, 119, 127);
  background-color: var(--nuvo-accent);
  position: relative;
}

.active {
  color: #54b7db;
}

.accordion .active {
  color: var(--nuvo-accent);
}

[class*="nuvoicon-"] {
  position: absolute;
  padding: 16px;
  left: 4px;
  top: 4px;
}

[class*="nuvoicon-"]::before {
  font-family: iconfont;
  position: absolute;
  right: 44px;
  top: 4px;
  content: "6";
  font-size: 24px;
  color: var(--nuvo-accent);
  padding: 4px;
}

.singledoc::before {
  font-family: complete-icons;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 4px;
}

.singledoc a {
  padding: 14px 14px 14px 48px;
  display: flex;
  text-decoration: none !important;
  font-weight: 400 !important;
  /* color: #fff; */ !important;
}

.singledoc a::after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "H";
  font-family: complete-icons;
  font-size: 24px;
  height: 32px;
  width: 32px;
  padding: 8px;
  /* color: #fff; */
  line-height: 32px;
}

.docname {
  padding: 0px 12px;
  width: auto;
  overflow: hidden;
}

.docsize {
  padding: 0px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 48px;
  font-size: 14px;
}

.doctype {
  padding: 0px 12px;
  position: absolute;
  left: 0px;
}

.nuvoicon-doc, .nuvoicon-doc::before, .nuvoicon-docx, .nuvoicon-jpg::before, .nuvoicon-png::before, .nuvoicon-jpeg::before, .nuvoicon-docx::before, nuvoicon-pdf, .nuvoicon-pdf::before, .nuvoicon-xls, .nuvoicon-xls::before, .nuvoicon-xlsx, .nuvoicon-xlsx::before, .nuvoicon-pptx, .nuvoicon-pptx::before {
  position: absolute;
  font-size: 32px;
  background-color: rgba(255, 255, 255, 0.86);
  color: rgb(51, 51, 51);
  line-height: 1;
  top: 0px;
  font-family: complete-icons;
  height: 32px;
  width: 32px;
  padding: 8px;
  left: 4px;
}

.nuvoicon-doc, .nuvoicon-docx, .nuvoicon-pdf, .nuvoicon-xls, .nuvoicon-xlsx, .nuvoicon-pptx, .nuvoicon-pptx {
  position: absolute;
  left: 0px;
}

.nuvoicon-doc::before {
  content: "M";
}

.nuvoicon-xls::before, .nuvoicon-xlsx::before {
  content: "K";
}

.nuvoicon-docx::before {
  content: "L";
}

.nuvoicon-pdf::before {
  content: "J";
}

.nuvoicon-jpg::before {
  content: "G";
}

.nuvoicon-jpeg::before {
  content: "G";
}

.nuvoicon-png::before {
  content: "G";
}

.nuvoicon-pptx::before {
  content: "M";
}

section.textandimage {
  display: block;
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
  padding: 16px 0px;
}

.textandimage.left .textblock {
  float: left;
  width: 100%;
}

.textandimage.right .textblock {
  width: 100%;
}

.textblock p {
}

.textandimage.left .insetimage {
  float: left;
  width: 33%;
  margin-right: 32px;
  margin-bottom: 4px;
  margin-left: 0px !important;

}

.textandimage .insetimage {
  float: right;
  width: 33%;
  margin-left: 32px;
  margin-bottom: 4px;
}

.textandimage .insetimage {
  float: left;
  width:33%;
  margin-bottom: 4px;
}

.textandimage.right .insetimage {
  float: right;
  width: 33%;
  margin-left: 32px;
  margin-right: 0px !important;

  margin-bottom: 4px;
  position: relative;
  z-index: 3;
}

.insetimage.square {
}

.insetimage.square img {
  border-radius: 8px;
}

.insetimage.circular img {
  border-radius: 50%;
}

.archive {
  padding: 12px;
  background-color: rgb(232, 237, 244);
  margin-bottom: 12px;
  border-radius: 4px;
}

.archive h3 {
  padding: 0px;
  background-color: rgb(232, 237, 244);
  border-radius: 4px;
  margin: 0px;
}

.bloglisting {
  grid-column: span 12 / auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  border-bottom: 1px solid rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  padding: 8px;
}

.bloglistinghome {
  grid-column: span 12 / auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 8px;
  background: #fff;
  margin-bottom: 8px;
}

.bloglistinghome h3 {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}

.bloglistinghome h3 {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  color: var(--nuvo-accent);
}

.bloglistingimage {
  grid-column: span 3 / auto;
}

.bloglistingimage img {
  border: 2px solid #eee;
  padding: 8px;
}

.bloglistingtext {
  grid-column: span 9 / auto;
}

.albumcover:nth-child(1) {
  grid-column: span 3 / auto;
}

.albumcover:nth-child(2) {
  grid-column: span 3 / auto;
}

.albumcover:nth-child(3) {
  grid-column: span 3 / auto;
}

.albumcover:nth-child(4) {
  grid-column: span 3 / auto;
}

.albumcover {
  grid-column: span 4 / auto;
}

#strapline {
  float: right;
  padding: 16px;
  height: 64px;
  background-color: rgb(47, 51, 73);
  color: rgb(238, 238, 238);
  font-size: 19px;
  letter-spacing: 0.8px;
  width: auto;
}

.insidewrapper #strapline {
  float: left;
  padding: 0px;
  height: 64px;
  background-color: rgb(255, 255, 255);
  color: rgb(238, 238, 238);
  font-size: 19px;
  letter-spacing: 0.8px;
  width: 100%;
}

.insidewrapper form {
  background-color: rgb(38, 40, 47);
  padding: 0px;
  color: rgb(255, 255, 255);
}

#socialmedia {
  margin-top: 0px;
  padding: 32px;
  color: rgb(0, 0, 0);
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 8px;
  width: 54px;
  height: 54px;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.hi-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: content-box;
}

.hi-icon::before {
  speak: none;
  font-size: 32px;
  line-height: 54px;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  margin: 0px;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.hi-icon-effect-1 .hi-icon::after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transform: scale(0.8);
  opacity: 0;
}

.hi-icon-effect-1a .hi-icon:hover {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}

.hi-icon-effect-1a .hi-icon:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hi-icon, .hi-icon::after, .nuvo_imagearea.circularpic img {
  border-radius: 50%;
}

.nuvocolumn1, .nuvocolumn2, .nuvocolumn3, .nuvocolumn4, .nuvocolumn5, .nuvocolumn6, .nuvocolumn7, .nuvocolumn8, .nuvocolumn9, .nuvocolumn10, .nuvocolumn11, .nuvocolumn12 {
}

.nuvocolumn1 {
  grid-column: span 1 / auto;
}

.nuvocolumn2 {
  grid-column: span 2 / auto;
}

.nuvocolumn3 {
  grid-column: span 3 / auto;
}

.nuvocolumn4 {
  grid-column: span 4 / auto;
}

.nuvocolumn5 {
  grid-column: span 5 / auto;
}

.nuvocolumn6 {
  grid-column: span 6 / auto;
}

.nuvocolumn7 {
  grid-column: span 7 / auto;
}

.nuvocolumn8 {
  grid-column: span 8 / auto;
}

.nuvocolumn9 {
  grid-column: span 9 / auto;
}

.nuvocolumn10 {
  grid-column: span 10 / auto;
}

.nuvocolumn11 {
  grid-column: span 11 / auto;
}

.nuvocolumn12 {
  grid-column: span 12 / auto;
}

table {
  display: table;
  clear: both;
  float: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: scroll;
}

table td {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  border-collapse: collapse;
}

table tr, table p {
  padding: 0px !important;
  margin: 0px !important;
}

table tr:nth-child(2n+1) {
  padding: 0px;
  background-color: rgb(238, 238, 238);
}

#socialmedia i {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 28px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  color: rgb(255, 255, 255);
}

#socialmedia i {
  color: rgb(189, 189, 189);
}

#socialmedia i:hover {
  color: rgb(238, 238, 238);
}

footer .socialmedia {
  position: relative;
  top: 0px;
  right: 0px;
  padding-right: 0px;
  z-index: 1;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 12px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .socialheader {
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
  text-align: center;
  padding: 24px;
}

footer .socialmedia i {
  width: 64px;
  display: block;
  font-size: 44px;
  top: 0px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  margin: 4px;
}

footer .socialmedia i::before {
  padding: 12px;
  border-radius: 50%;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--nuvo-accent);
}

footer .socialmedia i:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: rgb(198, 201, 208);
  border: 1px solid var(--nuvo-accent);
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0px;
  display: flex;
}

body {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 17px;
  background-position: center top -32px;
  background-repeat: no-repeat;
  background-size: 100%;
}

header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

.accordionblock {
  margin-bottom: 24px;
}

.accordion {
  width: 100%;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  padding: 4px;
  background-color: rgb(234, 237, 242);
  margin: 0px;
  border-bottom: 1px solid rgb(193, 202, 198);
  display: flex;
  font-size: 17px;
  line-height: 2;
}

.singleteacher .accordion {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  margin-top: 12px;
  float: left;
  
}

.indexnumber {
  padding: 0px;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  color: #333;
  line-height: 40px;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 12px;
}

.accordion.active {
  
  background-color: var(--nuvo-accent);
    color: #fff;
  align-self: start;

}

.accordion:hover {
  background-color: var(--nuvo-accent);
    color: #fff;
}

.panel {
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  height: 0px;
  padding: 16px;
  display: none;
  width: 100%;
  align-self: start;
}

.panel.show {
  opacity: 1;
  padding: 16px 0px;
  height: auto;
  transition: all 0.3s ease 0s;
  display: grid;
  grid-column: span 3 / auto;
  align-self: start;
}

.basicsearch {
  float: left;
  left: 0px;
  background-color: var(--nuvo-slate);
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  padding: 16px;
}

.insidewrapper .basicsearch form input {
  color: rgb(79, 79, 79) !important;
}

.basicsearch form {
  margin: 0px;
}

.basicsearch form input {
  /* border-bottom: 1px solid rgb(255, 255, 255); */
  width: 85%;
  float: left;
  color: rgb(51, 51, 51);
}

.basicsearch form input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.basicsearch form input::placeholder {
  color: rgb(83, 83, 83);
}

.basicsearch form input.sb-search-submit {
  float: left;
  width: 15%;
  border-bottom: none;
  color: rgb(255, 255, 255);
  background-color: var(--nuvo-accent);
  font-family: complete-icons;
  cursor: pointer;
  font-size: 32px;
}

.logoicon {
  position: relative;
  float: left;
  opacity: 1;
  z-index: 1;
  padding: 16px 0px;
}

.logotext {
  position: relative;
  float: left;
  opacity: 1;
  z-index: 1;
  padding: 16px;
  color: #fff;
   line-height: 1.2
  
}

.schoolname {
  font-size: 48px;
   text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
 
}

.schoolsecondname {
  font-size: 28px;
   text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
}

.schoolstrapline {
  font-family: 'Alkatra', cursive;
  width: 100%;
  float: left;
  color: var(--nuvo-accent);
  font-size: 36px;
  padding-top: 16px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
  line-height: 1;
  font-weight: normal;
}

.logoicon img {
  float: left;
  width: 134px;
}

.nuvo-container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.nuvo-container.classes {
  padding: 24px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url("/assets/icons/logotint.svg");
  background-position: right -220px top -200px;
  background-repeat: no-repeat;
  background-size: 500px;
  margin-bottom: 32px;
  background-color: rgb(221, 228, 225);
}

.nuvo-container.prosps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: rgb(139, 179, 29);
  padding: 0px;
}

.footerlogosouter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.footerlogos {
  /* grid-column: span 12 / auto; */
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  padding: 0px;
  width: 100%;
  max-width: 720px;
  gap: 8px;
  justify-self: center;
  margin-top: 24px
}

.footerlogos .clientlogo {
  border: 1px solid rgb(221, 221, 221);
  height: 100%;
  padding: 12px;
  background-color: rgb(255, 255, 255);
}

.footerlogos .clientlogo img {
  justify-content: center;
  justify-self: center;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonialshome {
  width: 100%;
  /* background-color: var(--nuvo-slate); */
  color: rgb(139, 179, 29);
  position: relative;
  margin-top: 32px;
  display: flex;
  padding-bottom: 80px;
  display: grid;
  float: left;
}

.testimonialsingle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonialsingle h3 {
  font-family: 'Alkatra', cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0px;
  color: var(--nuvo-accent);
}

.testimonialsingle p {
  font-size: 24px;
  padding: 8px 0px;
  color: #fff;
}

.testimonialhome blockquote {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.testimonialdesc {
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  float: right;
  padding: 24px 60px;
  text-align: center;
  border-radius: 16px;
  margin-top: 32px;
  background-color: var(--nuvo-main);
}

.testimonialdesc::before {
  position: absolute;
  content: "\201C";
  left: 0px;
  top: 0px;
  padding: 12px;
  font-size: 180px;
  line-height: 1;
  font-weight: 500;
  color: var(--nuvo-accent);
}

.testimonialdesc::after {
  position: absolute;
  content: "\201D";
  right: 0px;
  top: 0px;
  padding: 12px;
  font-size: 180px;
  line-height: 1;
  font-weight: 500;
  color: var(--nuvo-accent);
}

.slickperson {
  margin-top: 12px;
  color: rgb(186, 201, 210);
}

footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: var(--nuvo-main);
  padding-top: 200px;
}

.footertop {
  position: relative;
  float: left;
  width: 100%;
  padding: 48px;
}

.footerbottom {
  position: relative;
  float: left;
  width: 100%;
  padding: 24px;
}


.footertop::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -40px;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  z-index: 2;
}

footer:before {
  display: block;
  position: absolute;
  background-image: url(/assets/icons/footer_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
}

.insidewrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  padding: 0px;
  position: relative;
  display: block;
}

.headerinner {
  float: left;
  width: 100%;
}

.houselinkarea {
  width: 100%;
  padding: 0px;
  background-color: var(--nuvo-slate);
  float: left;
  margin: 48px 0px;
}

.prospectus {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.multicolumn {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  float: left;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  /* margin-top: 70px; */
  background-color: #fff;
  position: relative
}

.homebannerwrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  display: grid;
  max-width: 1180px;
}



.homecontentwrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  padding: 16px;
  display: grid;
  position: relative;
  /* margin-top: 64px; */
  background-color: rgb(255, 255, 255);
}

.subjectdetails {
  background: rgb(234, 237, 242);
  padding: 8px;
  display: inline-grid;
  width: 100%;
  margin-bottom: 16px;
}

.miniteacher {
  background: rgb(234, 237, 242);
  padding: 8px;
  display: inline-grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.teachericon {
  grid-column: span 1 / auto;
  max-width: 48px;
  width: 48px;
}

.contactname {
  grid-column: span 5 / auto;
}

.contactemail {
  grid-column: span 6 / auto;
}

.multicolumn nav {
  width: 100%;
  padding: 32px 8px;
  background-color: var(--nuvo-accent);
  float: left;
  text-align: center;
  position: relative
}

.multicolumn nav:before {
  display: block;
  position: absolute;
  background-image: url(/assets/icons/div_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 40px;
  width: 100%;
  height: 40px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
}

.multicolumn nav:after {
  display: block;
  position: absolute;
  background-image: url(/assets/icons/div_bottom.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  width: 100%;
  height: 20px;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.bh-sl-container .bh-sl-map {
  width: 100% !important;
}

.subpagesarea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
  padding: 16px;
  /* margin-bottom: 100px; */
  display: flex;
  background-color: var(--nuvo-slate);
}

.subpages {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.subpagessimple .sublink a.active {
  /* padding-left: 32px; */
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}

.subpagessimple .sublink a.active::before {
  content: "q";
  left: 0px;
  top: 0px;
  position: absolute;
  padding: 8px;
  font-family: complete-icons;
}

.sublink {
  float: left;
  width: 100%;
  position: relative;
}

.subsublink {
  float: left;
  width: 100%;
  position: relative;
}

.sublink a {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(12, 1fr);
  background-color: rgb(254, 254, 254);
  padding: 8px;
  align-items: center;
  position: relative;
}

.subpagessimple .sublink a {
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  padding: 8px;
  color: #ffffff;
  /* font-size: 15px; */
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(256,256,256,0.4);
}

.subpagessimple .subsublink a {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px;
  padding-left: 32px;
  align-items: center;
  position: relative;
  color: #c1cac6;
}

.subpagessimple .sublink a:hover {
  background-color: rgba(256,256,256,0.3);
}

.subpagessimple .sublink a.active::after {
  content: "";
  width: 44px;
  height: 44px;
  z-index: 0;
  background-image: url(/assets/icons/swirl_grey.png);
  position: absolute;
  top: 0px;
  right: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.subnavimage {
  grid-column: span 3 / auto;
  order: 1;
}

.subnavtext {
  grid-column: span 9 / auto;
  order: 2;
  font-weight: 700;
}

.testimarea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
  padding: 0px 24px;
  margin-bottom: 32px;
}

.testimpages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  color: rgb(255, 255, 255);
}

aside {
  background-color: rgb(53, 57, 65);
  display: block;
  padding: 16px;
  width: 100%;
  margin-top: 16px;
  float: left;
}

aside h3 {
  width: 100%;
  float: left;
  clear: both;
}

.testimpages * {
  color: rgb(255, 255, 255);
}

.testimlink a {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  background-color: rgb(53, 57, 65);
  padding: 8px;
  align-items: center;
  position: relative;
}

.testimimage {
  grid-column: span 1 / auto;
  order: 1;
}

.testimtext {
  grid-column: span 3 / auto;
  order: 2;
}

.testimtext h3 {
  font-size: 20px;
  padding: 0px;
  font-family: "Over the Rainbow", cursive;
}

.numbering {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  padding: 0px;
  background-color: rgb(5, 7, 10);
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.insidewrapper p {
  padding-bottom: 16px;
}

.telcontact {
  padding-left: 28px;
  position: relative;
}

.telcontact::before {
  position: absolute;
  content: "p";
  font-family: complete-icons;
  left: 0px;
  font-size: 24px;
  line-height: 1;
  pointer-events: none;
}

.emailcontact {
  padding-left: 28px;
  position: relative;
}

.emailcontact::before {
  position: absolute;
  content: "f";
  font-family: complete-icons;
  left: 0px;
  font-size: 24px;
  line-height: 1;
  pointer-events: none;
}

.insidewrapper.homemain {
}

.twocolumns {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

.multicolumn .fullwidthcolumn {
  grid-column: span 12 / auto;
  order: 1;
}

.multicolumn .columnleft {
  grid-column: span 8 / auto;
  order: 1;
}

.multicolumn .columnright {
  grid-column: span 4 / auto;
  order: 1;
}

.learningzonearea {
  padding: 16px;
  margin-top: 16px;
  float: left;
}

.columnright {
  grid-column: span 4 / auto;
  order: 2;
}

.columnleft {
  grid-column: span 2 / auto;
  order: 1;
}

.columnright {
  grid-column: span 4 / auto;
  order: 2;
}

.testimonialsingle .insidewrapper {
  width: 100%;
  margin-top: 0px;
  text-align: right;
}

.nuvo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.nuvo-grid.classnews {
  padding: 16px;
  background-color: var(--nuvo-accent);
}

.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
}

.nuvo-grid img {
  width: 100%;
}

.searchresults {
  display: grid;
  grid-template-columns: repeat(1, 5fr);
  position: relative;
  z-index: 0;
  max-width: 1480px;
  width: 100%;
  gap: 4px;
  margin: 8px 0px;
}

.searchresultsingle {
  grid-template-rows: auto;
  text-align: left;
  gap: 1.5rem;
  border: 1px solid rgb(204, 204, 204);
  padding: 16px;
}

.searchresulttext {
  float: left;
  width: 90%;
}

.searchimage {
  float: left;
  width: 10%;
}

.pageurlresult {
  color: var(--nuvo-accent);
  text-decoration: none;
}

.searchresultsingle a {
  grid-column: span 1 / auto;
}

.searchtext {
  grid-column: span 1 / auto;
}

#footercolumns {
  color: rgb(238, 238, 238);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}

#footercolumns a {
  color: var(--nuvo-accent);
}

#bannerarea {
  display: block;
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 24px;
}

#slider-wrapper-shallow {
  float: left;
  width: 100%;
  position: relative;
}

#slider-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

#slideshome {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}

#slideshome li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0px;
  float: left;
}

.banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: rgb(37, 40, 46);
  right: 0%;
  top: 0px;
  z-index: 1;
}

.captionarea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  z-index: 100000;
  height: 100%;
  width: 100%;
}

.captionblock {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  height: 100%;
  display: flex;
}

.captioncontainer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  height: 100%;
  display: flex;
}

.bannershallow .captioncontainer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0px;
  text-align: right;
  z-index: 6;
  height: auto;
  display: block;
}

.textinner {
  padding: 24px;
}

.captionarea {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  z-index: 100000;
  height: 100%;
  width: 100%;
}

.captionblock {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.captioncontainer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 6;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 48px;
}

.caption1 span {
  color: rgb(255, 255, 255);
  float: left;
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: 'Alkatra', cursive;
  padding-top: 8px;
  font-size: 28px !important;
  width: 100%;
  text-align: center;
}

.caption2 {
  width: 100%;
  float: left;
}

.caption2 span {
  color: rgb(255, 255, 255);
  float: left;
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: 'Alkatra', cursive;
  padding-top: 8px;
  border-bottom: 4px solid var(--nuvo-red);
  padding-bottom: 32px;
  font-size: 64px !important;
}

.tinyline {
  font-family: "Noto Serif Display", serif;
  padding: 0px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  position: relative;
  margin: 24px 0px 0px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
}

.tinyline span {
  background-color: var(--nuvo-slate);
  padding: 4px;
  font-size: 16px;
  text-align: center;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides {
  position: relative;
  padding: 0px;
  margin: 0px auto;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  float: left;
  width: 100%;
}

.rslides ul {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}

.rslides li {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  float: left;
  width: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0px;
}

#overlaybox {
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 180px;
}

#slider-wrapper .banner {
  position: relative;
  height: 520px;
  width: 100%;
  float: left;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: calc(50% - 0px) calc(0% + 0px);
}

.banner {
  position: relative;
  height: 480px;
  width: 100%;
  float: left;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: calc(50% - 0px) calc(0% + 0px);
}

.banner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
}

.bannershallow {
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: calc(50% - 0px) calc(0% + 0px);
}

.bannershallow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
}

.bannershallowcurriculum {
  position: relative;
  height: 200px;
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: calc(50% - 0px) calc(0% + 0px);
}

.bannershallow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
}

.rslides1_nav.next::before, .rslides1_nav.prev::before, .rslides2_nav.next::before, .rslides2_nav.prev::before {
  font-size: 1em;
  width: 40px;
  line-height: 1.2;
  font-family: complete-icons !important;
}

.rslides1_nav:active {
  opacity: 1;
}

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0px;
}

.rslides2_nav {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: rgb(255, 255, 255);
  opacity: 0;
  width: auto;
  text-indent: -9999px;
  height: 91%;
}

.rslides2_nav.next {
  left: auto;
  right: 0px;
}

.rslides3_nav {
  position: absolute;
  opacity: 0.6;
  text-indent: -9999px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: url("themes.gif") left 50% no-repeat rgb(0, 0, 0);
  width: 38px;
}

.rslides3_nav:active {
  opacity: 1;
}

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0px;
}

.rslides_tabs {
  position: absolute;
  width: 100%;
  bottom: -32px;
  text-align: center;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
  z-index: 3;
  position: relative;
}

.rslides1_nav.next, .rslides2_nav.next {
  left: auto;
  background-position: right top;
  right: 16px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: 0px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid var(--nuvo-slate);
  border-radius: 50%;
}

.rslides_tabs {
  position: absolute;
  width: auto;
  bottom: 8px;
  text-align: center;
  right: 8px;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 4px;
  position: relative;
}

.rslides_tabs a {
  display: inline-block;
  height: 14px;
  border-radius: 50%;
}

.rslides1_nav, .rslides2_nav {
  position: absolute;
  bottom: 24px;
  left: 0px;
  z-index: 1;
  height: 40px;
  width: 40px;
}

.rslides1_nav.next:hover, .rslides2_nav.next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.rslides1_nav.next:active, .rslides2_nav.next:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.rslides1_nav.prev, .rslides2_nav.prev {
  background-position: right top;
  left: 16px;
  border: 1px solid var(--nuvo-slate);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: 0px;
  color: rgba(255, 255, 255, 0);
}

.rslides1_nav.prev:hover, .rslides2_nav.prev:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.rslides1_nav.next::before, .rslides2_nav.next::before {
  position: absolute;
  content: "x";
  left: -4px;
  top: 3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.rslides1_nav.prev::before, .rslides2_nav.prev::before {
  position: absolute;
  content: "w";
  right: -4px;
  top: 3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.rslides_tabs {
  position: absolute;
  bottom: 24px;
  text-align: center;
  right: 8px;
  display: none;
}

.rslides_tabs li {
  display: inline-block;
  float: none;
  position: relative;
}

.rslides_tabs a {
  background: rgb(255, 255, 255);
  display: inline-block;
  height: 12px;
  border-radius: 50%;
  padding: 10px;
}

.rslides_tabs a {
  text-indent: -9999px;
  background-color: var(--nuvo-dark-blue);
  border: 1px solid rgb(204, 204, 204);
  display: inline-block;
}

.rslides_tabs .rslides_here a {
  background-color: var(--nuvo-accent);
  border: 1px solid rgb(204, 204, 204);
}

@media screen and (max-width: 1180px) {
  #logoarea .logotext img {
      float: left;
      width: 60px;
  }

  a.js-open-search-modal {
      display: none;
  }

  .keyhomelinks {
  }

  #slider-wrapper .banner {
      height: 400px;
  }

  .newsandeventshome {
      grid-template-columns: repeat(2, 1fr);
  }

  .banner {
      height: 400px;
  }

  #navigationarea {
      float: right;
      display: block;
      width: 100%;
      position: relative;
      overflow: visible;
      z-index: 30;
      top: 0px;
  }

  section.mainlinks {
      gap: 16px;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
  }

  .bannershallow {
      height: 400px;
  }

  #logoareatwo {
      float: left;
      opacity: 1;
      z-index: 3;
      padding: 8px;
      position: fixed;
      width: 100%;
      background: rgb(111, 170, 220);
  }

  .topbar {
      display: none;
  }
}


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

    .classbuttonsouter {
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px;
  position: relative;
  padding-top: 40px;
  
}

}

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


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

    .classbuttonsouter {
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px;
  position: relative;
  padding-top: 40px;
  
}



    .classbutton:after {

  width: 40px;
  height: 40px;
  top: 8px;
  right: 12px;

}


    


    .classbutton a{

  font-size: 28px;
  padding: 8px;
  float: left;
}






  
  .schoolstrapline {
      font-size: 22px;
  }

  .schoolname {
      font-size: 28px;
  }

  .logoicon img {
      float: left;
      width: 100px;
  }

  .rslides1_nav.prev, .rslides1_nav.next, .rslides2_nav.prev, .rslides2_nav.next {
      display: none;
  }

  .headerlinks {
      display: none;
  }

  #slider-wrapper {
  }

  .subnavimage {
      grid-column: span 2 / auto;
  }

  .subnavtext {
      grid-column: span 10 / auto;
  }

  h1 {
      font-size: 32px;
      letter-spacing: -1px;
  }

  section.classbuttons {
  }

  .newsandeventshome {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(2, 1fr);
      position: relative;
      z-index: 0;
      max-width: 1480px;
      width: 100%;
  }

  #slider-wrapper .banner {
      height: 220px;
  }

  .banner {
      height: 280px;
  }

  #calendar {
      display: none;
  }

  .onethirdcolumn {
      grid-column: span 12 / auto;
  }

  .twothirdscolumn {
      grid-column: span 12 / auto;
  }

  .prospectus {
      grid-template-columns: repeat(1, 1fr);
  }

  .halfcolumn {
      grid-column: span 12 / auto;
  }

  section.mainlinks {
      gap: 16px;
      grid-template-columns: repeat(1, 1fr);
  }

  .homelink {
      padding-bottom: calc(50%);
      height: 280px;
      position: relative;
      background-size: cover;
  }

  .teacherlist {
      grid-template-columns: repeat(2, 1fr);
  }

  .subpages {
      display: grid;
      gap: 8px;
      grid-template-columns: repeat(2, 1fr);
  }

  .multicolumn .columnleft {
      grid-column: span 12 / auto;
      order: 1;
  }

  .multicolumn .columnright {
      grid-column: span 12 / auto;
      order: 1;
      display: none;
  }

  .videogallery {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(2, 1fr);
      position: relative;
      z-index: 0;
      max-width: 1480px;
      width: 100%;
  }

  .introarea {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(1, 1fr);
      position: relative;
      z-index: 0;
      width: 100%;
  }

  .twothirds {
      grid-column: 1 / span 1;
  }

  .onethird {
      grid-column: 1 / span 1;
  }
}

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



  .logoicon {
  position: relative;
  float: left;
  opacity: 1;
  z-index: 1;
  padding: 8px;
}

    .logotext {
      
      padding: 8px;
               }


  #bannerarea {
 
  margin-bottom: 0px;
}

  
.headerinner {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 10000000;
}



  .marquee {
  overflow: hidden;
  display: flex;
  clear: both;
  margin-bottom: 0px;
  padding: 8px;
}

  
  .logoicon img {
      float: left;
      width: 60px;
  }


    .schoolstrapline {
      display: none;
  }

  .schoolname , .schoolsecondname {
      font-size: 22px;
  }


  /* SLIDE PUT SEARCH */
.searchbar, .dropdown {
display: none;
}



  
  .captioncontainer {
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 6;
      height: 100%;
      display: flex;
      align-items: end;
      justify-content: end;
      padding-bottom: 12px;
  }

  .caption1 span {
      rif;
      padding-top: 8px;
      font-size: 18px !important;
  }

  .caption2 {
      width: 100%;
      float: left;
  }

  .caption2 span {
      color: rgb(255, 255, 255);
      float: left;
      font-weight: 600;
      text-shadow: rgb(0, 0, 0) 1px 1px 1px;
      letter-spacing: -1px;
      line-height: 1;
      font-family: Poppins, sans-serif;
      padding-top: 8px;
      border-bottom: 4px solid var(--nuvo-red);
      padding-bottom: 12px;
      font-size: 24px !important;
  }

  .docsize {
      display: none;
  }

  .previouslink {
      float: left;
      width: 100%;
      text-align: left;
  }

  .nextlink {
      float: left;
      width: 100%;
      text-align: right;
  }

  .teacherlist {
      grid-template-columns: repeat(1, 1fr);
  }

  .newsandeventshome {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(1, 1fr);
      position: relative;
      z-index: 0;
      max-width: 1480px;
      width: 100%;
  }

  .subpages {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  }

  .bannershallow {
      height: 240px;
  }

  .videogallery {
      grid-template-columns: repeat(1, 1fr);
  }

  section.mainlinks {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(1, 1fr);
      position: relative;
      z-index: 0;
      max-width: 1480px;
      width: 100%;
  }
}
