


/* --- 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: 1290px;
margin-right: auto;
margin-left: auto;
opacity: 0.8;
}
.paperCurl2 .pr-footer {
height: 15px;
}
.customer_grad_1bg {
background-image: linear-gradient(to bottom, #233e48, #233e48);
}
.customer_grad_2bg {
background-image: linear-gradient(to bottom, #F35353, #F35353);
}
.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: #233e48;	
}
.customer_col_2bg {
background-color: #233e48;
}
.customer_col_3bg {
background-color: #F35353;
}
.customer_col_4bg {
background-color: #F35353;
}
.customer_col_5bg {
background-color: #F35353;
}
.customer_col_6bg {
background-color: #FFF;
}
.customer_col_7bg {
background-color: #E6F1F5;
}
.customer_col_8bg {
background-color: #F3EBF4;
}
.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 ---- */
:root {
--pri: #233e48;
--sec: #233e48;
}

.dot {
  background-color: var(--sec)!important;
}
.calbg {
background: #E8EEFA;
border-radius: 8px;
}

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

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

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

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

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

.calendar .iconButton {
font-size: 14px;
color: var(--sec) !important;
}
.navbtn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.navbtn {
font-family: museo-sans-rounded, sans-serif;
font-size: 1.5em;
font-weight: 700;
flex: 1 1 auto;
margin: 10px;
padding: 30px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
/*text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
box-shadow: 0 0 20px #eee;
border-radius: 10px;
 }

.navbtn:hover {
background-position: right center; /* change the direction of the change here */
}

.navbtn-1 {
background-image: linear-gradient(to right, #FF000C 0%, #FFD80D 50%, #FF000C 100%);
}

.navbtn-2 {
background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.navbtn-3 {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.navbtn-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.navbtn-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}
/* --- 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;
}


#topbutton {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#topbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#topbutton:active {
  background-color: #555;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}



:root {
  --poppri: #FFF;
  --popsec: #FFF;
  --popwhite: #233e48;
}

body {
    overflow-x:hidden;
 }

.schoolPopout2 .fa {
 font-size: 28px;
}

.schoolPopout2__label {
   font-size: 16px;
}

.schoolPopout2 {
    font-weight: 700;
    position: absolute;
    z-index: 2;
    padding-top: 40px;
}

.schoolPopout2--right {
 right: 0;
}

.schoolPopout2__container {
 width: 250px;
 padding: 0;
}

.schoolPopout2--right .schoolPopout2__container {
 transform: translateX(72%);
}

.schoolPopout2__button-container {
 margin: 10px 0;
 width: 100%;
 padding: 10px;
 transition: all .5s ease-out;
}
/*Bar Colour*/
.schoolPopout2--right .schoolPopout2__button-container {
 background-color: var(--poppri);
 text-align: left;
 border-radius: 15px 0 0 15px;
 box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.4);
}
/* Circle Colour*/
.schoolPopout2--right .schoolPopout2__circle {
    background-color: var(--popwhite);
    margin-right: 10px;
}
/* Icon Colour */
.schoolPopout2__button,
.schoolPopout2__circle svg {
 color: var(--popsec);
}

.schoolPopout2__button:hover {
 color: var(--popsec);
}
.schoolPopout2__button:visited,
.schoolPopout2__button:active,
.schoolPopout2__button:focus {
 color: var(--popsec);
}


/* Font */
.schoolPopout2__label {
 font-family: 'Roboto', sans-serif;
 font-weight: 600;
 margin: 0;
color: var(--popwhite);
}

.schoolPopout2--right .schoolPopout2__button-container:hover {
 transform: translate(-70%, 0);
}

.schoolPopout2__button {
 text-decoration: none;
}

.schoolPopout2__button,
.schoolPopout2__circle {
 display: flex;
 align-items: center;
}

.schoolPopout2--right .schoolPopout2__button {
 justify-content: flex-start;
}

.schoolPopout2__circle {
 justify-content: center;
 padding: 5px;
 border-radius: 15%;
 width: 50px;
 height: 50px;
 font-size: 30px;
 text-align: center;
 transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
.schoolPopout2--right {
overflow: hidden;
}
#header-group {
width: 85%;
}
}
:root {
--sitefont:museo-sans-rounded, sans-serif ;
--colour1: #233e48;
--colour2: #F35353;
}

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

.bubble,
.speech-bubble2,
.speech-bubble3{
  font-family: var(--sitefont) ;
  font-weight: 500;
}

.topnav,
.schoolPopout2__label,
.schoolPopout3__label,
.btn,
.card-text,
.owl-carousel .card-title,
.calendar .event_item > .Copy {
  font-family: var(--sitefont) ;
}

footer .titlef {
  font-family: var(--sitefont) ;
  font-weight: bold;
}

body,
.p,
p {
  font-family: var(--sitefont) ;
  font-size: 1.1rem;
}

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

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

.title {
  font-family: var(--sitefont) ;
  font-weight: 700;
}

.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:300;
  font-size: .8em;
}


.sm-blue .menu1 dropdown-menu > li > a:hover,
.sm-blue .menu1 dropdown-menu > li > a:focus {
  background: #B63746;
  color: #FFFFFF; }

.sm-blue .menu1 {
  background-color: #B63746; }

.sm-blue .menu1 ul {
  background-color: #B63746; }

.sm-blue .menu1 a.current {
  background: #B63746;
  color: #FFFFFF; }

.sm-blue .menu1 a {
  background: #B63746;
  color: #FFFFFF; }

.sm-blue .menu1 a:hover,
.sm-blue .menu1 a:focus,
.sm-blue .menu1 a:active,
.sm-blue .menu1 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #7B1C28; }


/*   COLOUR 2   */

.sm-blue .menu2 dropdown-menu > li > a:hover,
.sm-blue .menu2 dropdown-menu > li > a:focus {
  background: #903CB3;
  color: #FFFFFF; }

.sm-blue .menu2 {
  background-color: #903CB3; }

.sm-blue .menu2 ul {
  background-color: #903CB3; }

.sm-blue .menu2 a.current {
  background: #903CB3;
  color: #FFFFFF; }

.sm-blue .menu2 a {
  color: #FFFFFF;
  background: #903CB3; }

.sm-blue .menu2 a:hover,
.sm-blue .menu2 a:focus,
.sm-blue .menu2 a:active,
.sm-blue .menu2 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #6B1B8C;
  color: #FFFFFF; }


/*   COLOUR 3   */

.sm-blue .menu3 dropdown-menu > li > a:hover,
.sm-blue .menu3 dropdown-menu > li > a:focus {
  background: #5A56A6;
  color: #FFFFFF; }

.sm-blue .menu3 {
  background-color: #5A56A6; }

.sm-blue .menu3 ul {
  background-color: #5A56A6; }

.sm-blue .menu3 a.current {
  background: #5A56A6;
  color: #FFFFFF; }

.sm-blue .menu3 a {
  color: #FFFFFF;
  background: #5A56A6; }

.sm-blue .menu3 a:hover,
.sm-blue .menu3 a:focus,
.sm-blue .menu3 a:active,
.sm-blue .menu3 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #3B377C;
  color: #FFFFFF; }

  /*   COLOUR 4   */

.sm-blue .menu4 dropdown-menu > li > a:hover,
.sm-blue .menu4 dropdown-menu > li > a:focus {
  background: #56A2A5;
  color: #FFFFFF; }

.sm-blue .menu4 {
  background-color: #56A2A5; }

.sm-blue .menu4 ul {
  background-color: #56A2A5; }

.sm-blue .menu4 a.current {
  background: #56A2A5;
  color: #FFFFFF; }

.sm-blue .menu4 a {
  color: #FFFFFF;
  background: #56A2A5; }

.sm-blue .menu4 a:hover,
.sm-blue .menu4 a:focus,
.sm-blue .menu4 a:active,
.sm-blue .menu4 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #337072;
  color: #FFFFFF; }


  /*   COLOUR 5   */

.sm-blue .menu5 dropdown-menu > li > a:hover,
.sm-blue .menu5 dropdown-menu > li > a:focus {
  background: #72AD5F;
  color: #FFFFFF; }

.sm-blue .menu5 {
  background-color: #72AD5F; }

.sm-blue .menu5 ul {
  background-color: #72AD5F; }

.sm-blue .menu5 a.current {
  background: #72AD5F;
  color: #FFFFFF; }

.sm-blue .menu5 a {
  color: #FFFFFF;
  background: #72AD5F; }

.sm-blue .menu5 a:hover,
.sm-blue .menu5 a:focus,
.sm-blue .menu5 a:active,
.sm-blue .menu5 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #467238;
  color: #FFFFFF; }


  /*   COLOUR 6   */

.sm-blue .menu6 dropdown-menu > li > a:hover,
.sm-blue .menu6 dropdown-menu > li > a:focus {
  background: #C29834;
  color: #FFFFFF; }

.sm-blue .menu6 {
  background-color: #C29834; }

.sm-blue .menu6 ul {
  background-color: #C29834; }

.sm-blue .menu6 a.current {
  background: #C29834;
  color: #FFFFFF; }

.sm-blue .menu6 a {
  color: #FFFFFF;
  background: #C29834; }

.sm-blue .menu6 a:hover,
.sm-blue .menu6 a:focus,
.sm-blue .menu6 a:active,
.sm-blue .menu6 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #745918;
  color: #FFFFFF; }



  /*   COLOUR 7   */

.sm-blue .menu7 dropdown-menu > li > a:hover,
.sm-blue .menu7 dropdown-menu > li > a:focus {
  background: #ED8A2A;
  color: #FFFFFF; }

.sm-blue .menu7 {
  background-color: #ED8A2A; }

.sm-blue .menu7 ul {
  background-color: #ED8A2A; }

.sm-blue .menu7 a.current {
  background: #ED8A2A;
  color: #FFFFFF; }

.sm-blue .menu7 a {
  color: #FFFFFF;
  background: #ED8A2A; }

.sm-blue .menu7 a:hover,
.sm-blue .menu7 a:focus,
.sm-blue .menu7 a:active,
.sm-blue .menu7 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #A65C14;
  color: #FFFFFF; }



  /*   COLOUR 8   */

.sm-blue .menu8 dropdown-menu > li > a:hover,
.sm-blue .menu8 dropdown-menu > li > a:focus {
  background: #1C82AF;
  color: #FFFFFF; }

.sm-blue .menu8 {
  background-color: #1C82AF; }

.sm-blue .menu8 ul {
  background-color: #1C82AF; }

.sm-blue .menu8 a.current {
  background: #1C82AF;
  color: #FFFFFF; }

.sm-blue .menu8 a {
  color: #FFFFFF;
  background: #1C82AF; }

.sm-blue .menu8 a:hover,
.sm-blue .menu8 a:focus,
.sm-blue .menu8 a:active,
.sm-blue .menu8 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #094E6C;
  color: #FFFFFF; }



  /*   COLOUR 9   */

.sm-blue .menu9 dropdown-menu > li > a:hover,
.sm-blue .menu9 dropdown-menu > li > a:focus {
  background: #2A5EA5;
  color: #FFFFFF; }

.sm-blue .menu9 {
  background-color: #2A5EA5; }

.sm-blue .menu9 ul {
  background-color: #2A5EA5; }

.sm-blue .menu9 a.current {
  background: #2A5EA5;
  color: #FFFFFF; }

.sm-blue .menu9 a {
  color: #FFFFFF;
  background: #2A5EA5; }

.sm-blue .menu9 a:hover,
.sm-blue .menu9 a:focus,
.sm-blue .menu9 a:active,
.sm-blue .menu9 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #103262;
  color: #FFFFFF; }



  /*   COLOUR 10   */

.sm-blue .menu10 dropdown-menu > li > a:hover,
.sm-blue .menu10 dropdown-menu > li > a:focus {
  background: #5E4199;
  color: #FFFFFF; }

.sm-blue .menu10 {
  background-color: #5E4199; }

.sm-blue .menu10 ul {
  background-color: #5E4199; }

.sm-blue .menu10 a.current {
  background: #5E4199;
  color: #FFFFFF; }

.sm-blue .menu10 a {
  color: #FFFFFF;
  background: #5E4199; }

.sm-blue .menu10 a:hover,
.sm-blue .menu10 a:focus,
.sm-blue .menu10 a:active,
.sm-blue .menu10 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #321E5B;
  color: #FFFFFF; }



  /*   COLOUR 11   */

.sm-blue .menu11 dropdown-menu > li > a:focus {
  background: #7D3687;
  color: #FFFFFF; }

.sm-blue .menu11 {
  background-color: #7D3687; }

.sm-blue .menu11 ul {
  background-color: #7D3687; }

.sm-blue .menu11 a.current {
  background: #7D3687;
  color: #FFFFFF; }

.sm-blue .menu11 a {
  color: #FFFFFF;
  background: #7D3687; }

.sm-blue .menu11 a:hover,
.sm-blue .menu11 a:focus,
.sm-blue .menu11 a:active,
.sm-blue .menu11 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #48164F;
  color: #FFFFFF; }



  /*   COLOUR 12  */

.sm-blue .menu12 dropdown-menu > li > a:hover,
.sm-blue .menu12 dropdown-menu > li > a:focus {
  background: #AF2D76;
  color: #FFFFFF; }

.sm-blue .menu12 {
  background-color: #AF2D76; }

.sm-blue .menu12 ul {
  background-color: #AF2D76; }

.sm-blue .menu12 a.current {
  background: #AF2D76;
  color: #FFFFFF; }

.sm-blue .menu12 a {
  color: #FFFFFF;
  background: #AF2D76; }

.sm-blue .menu12 a:hover,
.sm-blue .menu12 a:focus,
.sm-blue .menu12 a:active,
.sm-blue .menu12 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #731148;
  color: #FFFFFF; }


  /*   COLOUR 13  */

.sm-blue .menu13 dropdown-menu > li > a:hover,
.sm-blue .menu13 dropdown-menu > li > a:focus {
  background: #640085;
  color: #FFFFFF; }

.sm-blue .menu13 {
  background-color: #640085; }

.sm-blue .menu13 ul {
  background-color: #640085; }

.sm-blue .menu13 a.current {
  background: #640085;
  color: #FFFFFF; }

.sm-blue .menu13 a {
  color: #FFFFFF;
  background: #640085; }

.sm-blue .menu13 a:hover,
.sm-blue .menu13 a:focus,
.sm-blue .menu13 a:active,
.sm-blue .menu13 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #39004C;
  color: #FFFFFF; }

    /*   COLOUR 13  */

.sm-blue .menu13 dropdown-menu > li > a:hover,
.sm-blue .menu13 dropdown-menu > li > a:focus {
  background: #102361;
  color: #FFFFFF; }

.sm-blue .menu13 {
  background-color: #102361; }

.sm-blue .menu13 ul {
  background-color: #102361; }

.sm-blue .menu13 a.current {
  background: #102361;
  color: #FFFFFF; }

.sm-blue .menu13 a {
  color: #FFFFFF;
  background: #102361; }

.sm-blue .menu13 a:hover,
.sm-blue .menu13 a:focus,
.sm-blue .menu13 a:active,
.sm-blue .menu13 a.highlighted,
.dropdown-menu,
.sm-nowrap {
  background: #030E32;
  color: #FFFFFF; }




.owl-carousel .card {
  box-shadow: none!important;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%)!important;
}

.effect {
    animation: effect 30s linear infinite!important;
}

#header-logo {
height:450px;
width:450px;
background-size:450px 450px;
-o-background-size:450px 450px;
-webkit-background-size:450px 450px;
}

#pr_343012 {
background-size: 1400px 800px;
background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#header-schoolName,
#header-schoolMotto {
visibility: hidden;
}


header {
height: 800px!important;
width: 100%;
background-image:
url(/_styles/images/header_background_3_ivy.svg),
url(/_styles/images/header_background_2.png),
  url(/_styles/images/header_background_animated.svg),
url(/_styles/images/header_background_1.svg);
background-position: center;
background-size: 1920px 800px;
position: relative;
}

.btn.btn-primary:hover {
    background-color: #F35353;
    border-color: #F35353;
}


.pr-header,
.pr-footer {
height: 0;
}

.pageContent {
padding-top: 0px;
padding-bottom: 0px;
}

.pageRow {
padding-top: 50px;
padding-bottom: 50px;
}

.btn.btn-fab .material-icons, .btn.btn-fab .fa, .btn.btn-just-icon .material-icons, .btn.btn-just-icon .fa {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 35px;
}

.pageSubHeadBg {
background: transparent;
}

@media screen and (max-width: 768px) {
.pageRow {
padding-top: 15px;
padding-bottom: 15px;
}

header {
  height: 400px!important;
  width: 100%;
  background-image:

  url(/_styles/images/header_background_1_mobile.svg),
  url(/_styles/images/header_background_00.svg);
  background-position: center;
  background-size: 768px 400px;
  position: relative;
}

    #header-logo {
        height: 400px;
        width: 280px;
        background-size: 280px 280px;
        margin-left: 5em;
    }

  #header-group {
    padding-top: 40px;
  }


}


