


/* --- Addons ---- */
.row_head_cloud_white_grey {
background-image: url(/_styles/images/row_head_cloud_white_grey.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.imageBorderOnHover img{
border: solid 6px transparent;
transition: .5s ease !important;
}
.imageBorderOnHover img:hover {
 border: solid 6px white;
}

.imageBorderOnHover .img-responsive{
border: solid 6px transparent;
transition: .5s ease !important;
}
.imageBorderOnHover .img-responsive:hover {
 border: solid 6px white;
}
.imageShrink img {
    padding: 0 120px 0 120px;
}
.imageRotateCW img  {
transform: rotate(5deg);
}


.verticalCentredText2Col .content .colv-50{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.verticalCentredText2Col .content .colv-2{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.verticalCentredText2Col .title {
line-height: 1;
margin-top: 0;
margin-bottom: 0;
padding: 0;
min-height :20px;
}


.verticalCentredText2Col .title h2 {
margin-bottom: 0.5em;
line-height: 1em;
}
.imageRotateAC img  {
transform: rotate(-5deg);
}


.paperCurl2 {
background-image: url("/_styles/images/_backgroundImage/secshaddow.png");
background-position: top;
background-repeat: no-repeat;
background-size: 100% 100%; 
content: '';
height: 15px;
width: 90%;
max-width: 1250px;
margin-right: auto;
margin-left: auto;
opacity: 0.8;
}
.paperCurl2 .pr-footer {
height: 15px;
}
.customer_grad_1bg {
background-image: linear-gradient(to bottom, #006E38, #006E38);
}
.customer_grad_2bg {
background-image: linear-gradient(to bottom, #F8B200, #F8B200);
}
.imageDarkenOnHover img {
    -webkit-filter: brightness(100%);
}

.imageDarkenOnHover img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.row_head_cloud_grey_white {
background-image: url(/_styles/images/row_head_cloud_grey_white.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.hd2 {
/*border-bottom: none;*/
}
.row_footer_cloud_white_grey {
background-image: url(/_styles/images/row_footer_cloud_white_grey.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.row_footer_cloud_grey_white {
background-image: url(/_styles/images/row_footer_cloud_grey_white.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.row_footer_cloud_white_mid {
background-image: url(/_styles/images/row_footer_cloud_white_mid.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.row_head_cloud_white_mid {
background-image: url(/_styles/images/row_head_cloud_white_mid.svg);
height: 90px;
background-attachment: unset;
background-position: center;
background-repeat: repeat-x;
background-size: unset;
}
.imageHighlightOnHover img {
    -webkit-filter: brightness(100%);
}

.imageHighlightOnHover img:hover {
    -webkit-filter: brightness(130%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.allWhiteText {
    color:white!important ;
}

.allWhiteText   .title h1  {
    color:white!important;
}

.allWhiteText   .title h2  {
    color:white!important;
}

.allWhiteText   .title h3  {
    color:white!important;
}

.allWhiteText  .title h4  {
    color:white!important;
}

.allWhiteText  .title h5  {
    color:white!important;
}

.allWhiteText  .title h6  {
    color:white!important;
}

.allWhiteText  .title a  {
    color:white!important;
}

.allWhiteText   a  {
    color:white!important;
}

.allWhiteText .docTableWithIcons {
    border-color: white!important;
}

.allWhiteText .docList  {
    color: white!important;
}

.allWhiteText  .docListItem  {
    color: white!important;
}

.allWhiteText .docList a {
    border-color: white!important;
    color: white;
}

.allWhiteText .docList .fileInfo {
    color: #ffffff!important; 
    opacity: 0.8;
} 

.allWhiteText .linksList .notes {
    color: #ffffff!important; 
    opacity: 0.8;
}

.allWhiteText .notes {
    color: #ffffff!important; 
    opacity: 0.8;
} 
.boxShadowRow  {
-webkit-box-shadow: 3px 5px 10px -1px rgba(0,0,0,0.45); 
box-shadow: 3px 5px 10px -1px rgba(0,0,0,0.35);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.boxShadowRowInset {
-webkit-box-shadow: inset 3px 5px 10px -1px rgba(0,0,0,0.45); 
box-shadow: inset 3px 5px 10px -1px rgba(0,0,0,0.45);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.secPadding {
	padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px; 
    margin-right: 5px;
    margin-left: 5px;
}
.padding80 {
padding-top:80px!important;
padding-bottom:80px!important;
}
.imageScaleOnHover img{
transition: all .6s ease;
}
.imageScaleOnHover img:hover {
transform: scale(1.1);
}

.imageScaleOnHover .img-responsive{
transition: all .6s ease;
}
.imageScaleOnHover .img-responsive:hover {
transform: scale(1.1);
}
.secContentTWhiteBG  {
    background-color:rgba(255, 255, 255, 0.68);
padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
border-radius:10px;
}
.secContentTBlackBG {
    background-color:rgba(0, 0, 0, 0.38);
	padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	border-radius:10px;
	color:white;
}

.secContentTBlackBG   .title  {
	color:white;
}

.secContentTBlackBG .docTableWithIcons {
border-color: white;
}

.secContentTBlackBG .docList  {
color: white;
}
.secContentTBlackBG .docList a {
border-color: white;
color: white;
}

.secContentTBlackBG .docList .fileInfo {
color: #fbfbfba6;
} 

.secContentTBlackBG  .notes {
color:#fffdfdbf;
} 

.fixedBackground {
 background-attachment: fixed;
}
.hideDiv {
display: none;
}
.padding0 {
    padding-top: 0;
    padding-bottom: 0;
}
.padding10 {
padding:10px;

}
.padding20 {
padding:20px;
}
.blurFilter  {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.roundBorderLarge {
	padding-top: 50px;
padding-right: 50px;
padding-bottom: 65px;
padding-left: 50px;
	border-radius:50px;
}
.roundBorderSmall {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border-radius:10px;
}
.rotateAnticlockwise {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.rotateClockwise {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
.paperCurl {
	position:relative;
	background-color:white;
	padding:20px;
}

.paperCurl:before, .paperCurl:after {            
    bottom:22px;
	content: "";
	position: absolute;
	z-index: -1;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.2);
	height: 50px;
	max-width: 50%;
	width: 50%;
	left:3px;
}

.paperCurl:after {
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	left: auto;
	right: 2px;
}
.insetShaddow1 {
-moz-box-shadow:   inset 0  3px 10px #00000082;
-webkit-box-shadow:  inset 0  3px 10px #00000082;
box-shadow: inset 0  3px 10px #00000082;
}
.shadow_small {
box-shadow: 3px 3px 5px #00000052;
}
.customer_col_1bg {
	background-color: #006E38;	
}
.customer_col_2bg {
background-color: #006E38;
}
.customer_col_3bg {
background-color: #F8B200;
}
.customer_col_4bg {
background-color: #F8B200;
}
.customer_col_5bg {
background-color: #1D8D56;
}
.customer_col_6bg {
background-color: #FFF;
}
.customer_col_7bg {
background-color: #E0F2E9;
}
.customer_col_8bg {
background-color: #FFFAED;
}
.foliageTexture3_bg {
background-image: url(/_styles/images/_backgroundImage/foliageAutumSeamlessTexture3.jpg);
background-position: center;
}
.noticeboardBG2 {
background-image: url(/_styles/images/noticeboard-bg2.jpg);
min-height: 400px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.googlemapBG {
background-image: url(/_styles/images/googlemap-bg2.jpg);
min-height: 400px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.paperTexture1_bg  {
background-image: url(/_styles/images/_backgroundTexture/paperSeamlessTexture1.png);
background-position: center;
}
.paperTexture2bg {
background-image: url(/_styles/images/_backgroundTexture/ep_naturalwhite.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.musicPaperTexture1_bg {
background-image: url(/_styles/images/_backgroundImage/musicPaperSeamlessTexture1.jpg);
background-position: center;
}
.graphyPaper{
background-image: url(/_styles/images/_backgroundPattern/graphy_@2X.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.snowTexture1_bg  {
background-image: url(/_styles/images/_backgroundTexture/snowSeamlessTexture1.png);
background-position: center;
}
.skyTexture1_bg {
background-image: url(/_styles/images/_backgroundImage/skySeamlessTexture1.jpg);
background-position: center;
}
.foliageTexture1_bg {
background-image: url(/_styles/images/_backgroundImage/foliageSeamlessTexture1.jpg);
background-position: center;
}
.foliageTexture2_bg {
background-image: url(/_styles/images/_backgroundImage/foliageAutumSeamlessTexture2.jpg);
background-position: center;
}
.corkBoardTexture1 {
background-image: url(/_styles/images/_backgroundTexture/corkboard1.png);
background-position: center;
}
.whiteBrickwall {
background-image: url(/_styles/images/_backgroundPattern/brickwall_@2X.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.bluesnowPattern {
background-image: url(/_styles/images/_backgroundPattern/bluesnowpattern.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.emailPattern {
background-image: url(/_styles/images/_backgroundPattern/emailPattern.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.sportsPattern {
background-image: url(/_styles/images/_backgroundPattern/sportsPattern.png);
background-position: center;
backdrop-filter: opacity(0.7);
}
.woodboardPlusItems_bg {
background-image: url(/_styles/images/_backgroundImage/woodboardPlusItems.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.hWoodboardPlusItems_bg {
background-image: url(/_styles/images/_backgroundImage/horWoodPlusItems.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.blackboard_bg {
background-image: url(/_styles/images/_backgroundImage/blackboard.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.redbg{
background: red;
}
.green_bg  {
background-color: green;
}
.red_bg {
background-color: red;
}


/* --- Site Styles ---- */
.dot {
  background-color: v var(--siteCol3)!important;
}
.calbg {
background:  #DBF2FF;
border-radius: 8px;
}

.calendar {
width: 100%;
height: 460px;
}

.calendar .header_copy,
.calendar .days,
.calendar .day_title,
.calendar .event_item > .Title {
font-size: 1.1em;
font-weight: 400;
color:  var(--siteCol3);
}

.calendar .day_title {
margin-top: 9px;
margin-bottom: 0;
}

.calendar .event_item > .Title {
margin-left: 6px;
font-size: 1.1em;
}

.calendar .event_item > .Copy {
font-size: 1.1rem;
font-weight: bold;
margin-left: 11px;
color:  var(--siteCol1);
margin-bottom: 5px;
}

.calendar .event_item {
line-height: 1.5;
}

.calendar .iconButton {
font-size: 14px;
color: v var(--siteCol1) !important;
}
/* --- sotable1 ---- */

#sotable1 {
width: 100%;
}

#sotable1 th {
padding: 8px;
background-color: #CACFD2;
color: white;
}

#sotable1 tr:nth-child(even){background-color: #F2F3F4;}

#sotable1 td, #sotable1 th {
border: 1px solid #CACFD2;
padding: 8px;
}


/* --- sotable2 ---- */

#sotable2 {
width: 100%;
}

#sotable2 th {
padding: 8px;
background-color: #E5E7E9;
color: #626567;
}

#sotable2 tr:nth-child(even){background-color: #F2F3F4;}

#sotable2 td, #sotable2 th {
border: 3px solid #E5E7E9;
padding: 8px;
}

/* --- sotable3 ---- */

#sotable3 {
width: 100%;
background-image: linear-gradient(to top, #e5e7e9, #ecedef, #f2f3f4, #f9f9f9, #ffffff);
}

#sotable3 th {
padding: 8px;
background-color: #CACFD2;
color: #424949;
}

#sotable3 tr:nth-child(even){background-color: transparent;}

#sotable3 td, #sotable3 th {
border: 1px solid #CACFD2;
padding: 8px;
}


/* --- sotableAutoColour ---- */

#sotableAutoColour {
width: 100%;
}

#sotableAutoColour th {
padding: 8px;
background-color: #FF3D00;
color: #fff;
}

#sotableAutoColour tr:nth-child(even){background-color: #F2F3F4;}

#sotableAutoColour td, #sotableAutoColour th {
border: 1px solid #FF3D00;
padding: 8px;
}


/* siteFonts */

:root {
--sitefont: "poppins", sans-serif;
--sitefont2: "Libre Baskerville", serif;
--siteCol1: #006E38;
--siteCol2: #006E38;
--siteCol3: #F8B200; 
--siteCol4: #F8B200; 
--siteCol5: #1D8D56; 
--siteCol6: #FFF; 
--siteCol7: #E0F2E9; 
--siteCol8: #FFFAED; 
}

#header-schoolName {
font-family: var(--sitefont2);
}

#header-schoolMotto {
font-family: var(--sitefont);
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
padding: 12px 14px;
}

.card-title {
font-weight: 700!important;
color: var(--siteCol1)!important;
}

.sm-blue > li {
border-left: 1px solid var(--siteCol5);
}

.pageSubHeadBg {
background: var(--siteCol7);
}

.scrollingTxt2 {
background: var(--siteCol5);
}


.btn.btn-primary,
.btn.btn-warning {
color: #fff;
background-color: var(--siteCol1)!important;
border-color: var(--siteCol1)!important;
box-shadow: none;
}

.btn.btn-primary:hover,
.btn.btn-warning:hover {
color: #fff;
background-color: var(--siteCol3)!important;
border-color: var(--siteCol3)!important;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 6px, rgba(0, 0, 0, 0.24) 0px 6px 6px!important;
}

b, strong {
font-weight: 700;
}

.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button  {
font-family: var(--sitefont);
}

h3, .h3 {
font-size: 2.25rem;
}

#header-schoolName {
letter-spacing: -1pt;
}

body, p, .p,
.linkTableWithIcons .title, 
.linkTableWithIcons .title a,
.linkTableWithIcons .title a:hover  {
font-family: var(--sitefont);
font-size: 1.2rem;
font-optical-sizing: auto;
}

.linkTableWithIcons .title, 
.linkTableWithIcons .title a,
.linkTableWithIcons .title a:hover  {
font-weight: 500;
}

.linkTableWithIcons .notes {
font-size: 0.9rem;
}

.docTableWithIcons .fileInfo {
font-size: .8rem;
}

.bubble,
.speech-bubble2,
.speech-bubble3,
.topnav,
.schoolPopout3__label,
.btn,
.card-text,
.owl-carousel .card-title,
.calendar .event_item > .Copy,
.footer .titlef,
.title {
font-family: var(--sitefont);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.title > h3, .title > h2,
.scrollingTxt,
.card-title {
font-family: var(--sitefont2);
font-weight: 700;
color: var(--siteCol1);
}

.btn {
font-family: var(--sitefont);
font-size: .95rem;
}

.nav-tabs .nav-item,
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
font-family: var(--sitefont);
font-weight: 400;
font-size: .9em;
}

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

body, p, .p,
.linkTableWithIcons .title, 
.linkTableWithIcons .title a,
.linkTableWithIcons .title a:hover  {
font-size: 1rem;
}

.docTableWithIcons td {
font-size: .8rem;
}


.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
background: ${col_6};
}

.pr-header,
.pr-footer  {
height: 0;
}
h1, h2, h3, .h1, .h2, .h3 {
margin-top: 10px;
margin-bottom: 5px;
}
.title {
margin-top: 20px;
}
.pageRow {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}

.content .colv-3 {
flex: 1 1 40%;
margin-top: 30px;
padding-top: 0px;
margin-top: 5px;
}

.content .colv-50 {
padding-bottom: 10px;
margin-top: 10px;
}

}

.panel-text {
font-family: var(--sitefont2);
}

.link-panels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  position: relative;
}

/* =========================
   PANEL BASE
   ========================= */
.panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 80px 20px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;

  transition:
    box-shadow 0.35s ease;
}

.panel:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  z-index: 10;
}

/* =========================
   BACKGROUND IMAGE LAYER
   ========================= */
.panel::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  transform: scale(1) rotate(0deg);
  transition: transform 0.6s ease;
  z-index: 0;
}

/* per-panel images */
.link1::after {
  background-image: url("/_styles/images/linksbar-1.jpg");
}
.link2::after {
  background-image: url("/_styles/images/linksbar-2.jpg");
}
.link3::after {
  background-image: url("/_styles/images/linksbar-3.jpg");
}
.link4::after {
  background-image: url("/_styles/images/linksbar-4.jpg");
}

/* hover: internal zoom + rotate */
.panel:hover::after {
  transform: scale(1.15) rotate(1.5deg);
}

/* =========================
   COLOUR OVERLAY
   ========================= */
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: background 0.35s ease;
}

    .link1::before { background: rgb(0, 110, 56, 0.8); }
    .link2::before { background: rgb(248, 178, 0, 0.8); }
    .link3::before { background: rgb(0, 110, 56, 0.8); }
    .link4::before { background: rgb(248, 178, 0, 0.8); }

    .link1:hover:before { background: rgb(0, 110, 56, 0.4); }
    .link2:hover:before { background: rgb(248, 178, 0, 0.4); }
    .link3:hover:before { background: rgb(0, 110, 56, 0.4); }
    .link4:hover:before { background: rgb(248, 178, 0, 0.4); }

    /* =========================
   CONTENT
   ========================= */
.panel span,
.panel i {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: transform 0.35s ease;
}

.panel i {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.panel:hover span,
.panel:hover i {
  transform: scale(1.08);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 900px) {
  .link-panels {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .link-panels {
    grid-template-columns: 1fr;
  }

  .panel {
    padding: 40px 15px;
    font-size: 1rem;
  }

  .panel i {
    font-size: 1.5rem;
  }
}

.hero-slider {
  all: initial;
  *, *::before, *::after { box-sizing: border-box; }
  display: block;
  font-family: var(--sitefont2);
  --speed-slide: 900ms;
  --speed-tab: 360ms;
  --line: rgba(245, 241, 230, 0.7);
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  color: var(--siteCol6);
}
.hero-slide-list { list-style: none; margin: 0; padding: 0; }
.hero-slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--speed-slide) ease, visibility 0s var(--speed-slide);
  background-size: cover;
  background-position: center;
}
.hero-slide-item.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--speed-slide) ease, visibility 0s 0s;
  z-index: 1;
}
.hero-slide-item:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10,24,27,0.88) 0%, rgba(10,24,27,0.55) 42%, rgba(10,24,27,0.25) 68%, rgba(10,24,27,0.55) 100%);
}
.hero-slide-item.has-scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10,24,27,0.88) 0%, rgba(10,24,27,0.55) 42%, rgba(10,24,27,0.25) 68%, rgba(10,24,27,0.55) 100%);
}
.hero-slide-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding: 0 7vw;
  padding-right: 120px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--siteCol3);
  margin: 0 0 18px;
  opacity: 0;
  transform: translateY(10px);
}
.hero-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--siteCol3); }
.hero-heading {
  font-family: var(--sitefont);
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  opacity: 0;
  transform: translateY(14px);
}
.hero-heading-line { display: block; white-space: nowrap; }
.hero-heading-line--one { color: var(--siteCol6);font-family: var(--sitefont2); }
.hero-heading-line--two { color: var(--siteCol3);font-family: var(--sitefont); }
.hero-text {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  color: var(--siteCol6);
  max-width: 46ch;
  margin: 0 0 34px;
  opacity: 0;
  transform: translateY(14px);
}
.hero-buttons { display: flex; flex-wrap: nowrap; gap: 16px; opacity: 0; transform: translateY(14px); }
.hero-slide-item.is-active .hero-eyebrow { transition: opacity .7s ease .25s, transform .7s ease .25s; opacity: 1; transform: translateY(0); }
.hero-slide-item.is-active .hero-heading { transition: opacity .7s ease .38s, transform .7s ease .38s; opacity: 1; transform: translateY(0); }
.hero-slide-item.is-active .hero-text    { transition: opacity .7s ease .5s,  transform .7s ease .5s;  opacity: 1; transform: translateY(0); }
.hero-slide-item.is-active .hero-buttons { transition: opacity .7s ease .62s, transform .7s ease .62s; opacity: 1; transform: translateY(0); }
.hero-btn {
  font-family: var(--sitefont2);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  white-space: nowrap;
}
.hero-btn:hover { transform: translateY(-2px); }
.hero-btn-primary { background: var(--siteCol3); color: var(--siteCol6); border: 1px solid var(--siteCol3); }
.hero-btn-primary:hover { background: var(--siteCol3) !important; border-color: var(--siteCol6) !important; }
.hero-btn-secondary { background: transparent; color: var(--siteCol6); border: 1px solid var(--line); }
.hero-btn-secondary:hover { color: var(--siteCol3); border-color: var(--siteCol3) !important; }
.hero-arrow {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.2);
  color: var(--siteCol6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}
.hero-arrow:hover { background: rgba(255,255,255,0.7); border-color: var(--siteCol6); }
.hero-arrow-prev { left: 7vw; }
.hero-arrow-next { left: calc(7vw + 58px); }
.hero-arrow i { font-size: 16px; }
.hero-media-controls {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 76px;
  display: flex;
  gap: 10px;
}
.hero-media-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.2);
  color: var(--siteCol6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}
.hero-media-btn:hover { background: rgba(255,255,255,0.7); border-color: var(--siteCol6); }
.hero-media-btn i { font-size: 16px; }
.hero-dots {
  position: absolute;
  z-index: 3;
  bottom: 58px;
  left: calc(7vw + 130px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .25s ease, transform .25s ease;
}
.hero-dot.is-active { background: var(--siteCol3); transform: scale(1.35); }
.hero-tab-list {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 58px;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-tab-item { list-style: none; }
.hero-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
  min-width: 58px;
  max-width: 58px;
  overflow: hidden;
  background: var(--siteCol1);
  text-decoration: none;
  cursor: pointer;
  transition: max-width var(--speed-tab) cubic-bezier(.4,0,.2,1), background var(--speed-tab) ease;
}
.hero-tab-item:first-child .hero-tab { border-top: none; }
.hero-tab:hover, .hero-tab.is-open { max-width: 300px; background: var(--siteCol3)!important; }
.hero-tab-label {
  font-family: var(--sitefont2)!important;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--siteCol6)!important;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 10px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .22s ease .08s, transform .22s ease .08s;
}
.hero-tab:hover .hero-tab-label, .hero-tab.is-open .hero-tab-label { opacity: 1; transform: translateX(0);}
.hero-tab-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--siteCol3);
  transition: color var(--speed-tab) ease;
}
.hero-tab-icon i { font-size: 18px; }
.hero-tab:hover .hero-tab-icon, .hero-tab.is-open .hero-tab-icon { color: var(--siteCol1); }
@media (max-width: 900px) {
  .hero-tab-list { width: 50px; }
  .hero-tab { min-width: 50px; max-width: 50px; height: 50px; }
  .hero-tab:hover, .hero-tab.is-open { max-width: 260px; }
  .hero-tab-icon { width: 50px; height: 50px; }
  .hero-tab-icon i { font-size: 16px; }
  .hero-tab-label { font-size: 0.82rem; }
  .hero-content { padding-right: 100px; }
  .hero-media-controls { right: 66px; }
}
@media (max-width: 560px) {
  .hero-slider { min-height: 640px; }
  .hero-heading { font-size: clamp(1.6rem, 7vw, 2.1rem); line-height: 1.15; }
  .hero-heading-line { white-space: normal; }
  .hero-buttons { gap: 10px; }
  .hero-btn { padding: 12px 18px; font-size: 0.82rem; }
  .hero-arrow { width: 36px; height: 36px; bottom: 20px; }
  .hero-arrow i { font-size: 13px; }
  .hero-arrow-prev { left: 5vw; }
  .hero-arrow-next { left: calc(5vw + 44px); }
  .hero-media-controls { bottom: 20px; right: 54px; gap: 8px; }
  .hero-media-btn { width: 36px; height: 36px; }
  .hero-media-btn i { font-size: 13px; }
  .hero-dots { bottom: 32px; left: calc(5vw + 92px); gap: 7px; }
  .hero-dot { width: 10px; height: 10px; }
}
@media (max-width: 400px) {
  .hero-heading { font-size: clamp(1.4rem, 8vw, 1.8rem); line-height: 1.15; }
  .hero-buttons { flex-direction: column; flex-wrap: wrap; }
  .hero-btn { width: 100%; justify-content: center; }
  .hero-arrow { width: 32px; height: 32px; bottom: 16px; }
  .hero-arrow i { font-size: 12px; }
  .hero-arrow-prev { left: 4vw; }
  .hero-arrow-next { left: calc(4vw + 38px); }
  .hero-media-controls { bottom: 16px; right: 44px; gap: 6px; }
  .hero-media-btn { width: 32px; height: 32px; }
  .hero-media-btn i { font-size: 12px; }
  .hero-dots { bottom: 26px; left: calc(4vw + 76px); gap: 6px; }
  .hero-dot { width: 9px; height: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide-item, .hero-eyebrow, .hero-heading, .hero-text, .hero-buttons, .hero-tab, .hero-tab-label { transition: none !important; }
}


header {
background: #006E38;
background: linear-gradient(358deg, rgba(0, 110, 56, 1) 72%, rgba(0, 67, 34, 1) 100%);
}

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

#header-group {
    visibility: hidden;
}

header {
display: block;
background-image: 
url('https://castleprimaryschooltiverton.co.uk/_styles/images/header_background_mobile1.svg'), 
linear-gradient(357deg, rgba(0, 110, 56, 1) 72%, rgba(0, 67, 34, 1) 100%);
height: 220px;
background-size: 768px 220px;
width: 100%;
background-repeat: repeat-x;
background-position: center top;
position: relative;
z-index: 1;
}

.content .colv-3 {
flex: 1 1 40%;
margin-top: 30px;
padding-top: 0px;
margin-top: 5px;
}


.col-md-6 {
flex: 0 0 95%;
top: 100px;
}

.carouselQuote {
font-size: 1.8rem !important;
line-height: 1.1;
}

.carouselQuoteCredit {
font-size: 1.1rem !important;
}

.col-md-6  {
padding-right: 55px;
padding-left: 55px;
}

col-md-6 text-left,
footer .container,
.pageContent {
padding-right: 35px;
padding-left: 35px;
}

.page-header p {
line-height: 1;
}

.page-header {
height: 530px!important;
}

}
