/* Generated by Glyphter (http://www.glyphter.com) on  Wed Oct 31 2018*/
@font-face {
    font-family: 'Glyphter';
    src: url('Glyphter.eot');
    src: url('Glyphter.eot#iefix') format('embedded-opentype'),
         url('Glyphter.woff') format('woff'),
         url('Glyphter.ttf') format('truetype'),
         url('Glyphter.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cp-font-icon,
.content-styling::after {
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

/* Icon Reference
==================
.i-calendar:before{content:'\0041';}
.i-class-pages:before{content:'\0042';}
.i-down-arrow:before{content:'\0043';}
.i-facebook-logo:before{content:'\0044';}
.i-noticeboard:before{content:'\0045';}
.i-login:before{content:'\0046';}
.i-lunch-menu:before{content:'\0047';}
.i-online-payment:before{content:'\0048';}
.i-search:before{content:'\0049';}
.i-term-dates:before{content:'\004a';}
.i-translate:before{content:'\004b';}
.i-twitter-logo:before{content:'\004c';}
.i-logout:before{content:'\004d';}
.i-phone:before{content:'\004e';}
.i-email:before{content:'\004f';}
.i-location:before{content:'\0050';}
.i-video:before{content:'\0051';}
*/

@font-face {
  font-family: 'PrimarySite.arrow';
  src: url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot');
  src: url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot#iefix') format('embedded-opentype'),
    url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.woff') format('woff'),
    url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.ttf') format('truetype'),
    url('../../primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  background-color: #fff; /* Please have a colour or image - background on html needed for javascript */
}

body {
	font-family: 'Roboto', Arial, 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.8em;
  color: #000;
}

html,
.top-bar,
.scrolling-banner,
.gsc-search-button:not(input),
.ps_form-blocks .ps_form-btn, 
.ps_prev, 
.ps_next,
.ps_calendar-month,
.updates-area .content-header:focus,
.updates-area .content-header:hover,
.content-link,
.cookie-corner, 
.cookie-notice-header,
.cookie-notice-button,
.main-footer {
  background-color: #223276;
}

.ps_prev:focus, 
.ps_prev:hover, 
.ps_next:focus, 
.ps_next:hover, 
.ps_form-blocks .ps_form-btn:focus, 
.ps_form-blocks .ps_form-btn:hover
.content-link:focus,
.content-link:hover,
.main-nav ul li:focus, 
.main-nav ul li:hover,
.main-nav ul li ul li:focus,
.main-nav ul li ul li:hover,
.scroll-top:focus,
.scroll-top:hover {
  background: #131f52;
}

.google-search-widget,
.gsc-search-button:not(input),
.goog-te-gadget-simple,
.cookie-notice-button,
.scroll-top {
  border: 1px solid;
}

.google-search-widget,
.gsc-search-button:not(input),
.goog-te-gadget-simple,
.links-wrap li,
.ps_form-search input[type="text"],
.cookie-notice-button,
.contact-trigger,
.scroll-top {
  border-color: #223276!important;
}

h2, 
.ps_cookie-title,
a,
.ps_form-search input[type="submit"],
.scroll-top {
  color: #223276;
}

a:focus,
a:hover,
a:active,
.breadcrumbs li a:focus,
.breadcrumbs li a:hover,
.ps_form-search input[type="submit"]:focus, 
.ps_form-search input[type="submit"]:hover,
.updates-area li a:hover,
.updates-area li a:focus,
.get-in-touch .g-part ul li a:focus, 
.get-in-touch .g-part ul li a:hover {
  color: #000;
}

h1,
.xxlarge {
  font-size: 2.6rem;
}

h2,
.xlarge {
  font-size: 2.2rem;
}

/* This is for block titles and the cookie info table headings */
h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.4rem;
}

/* Text Highlight Colour
======================== */
/* These selection rule sets have to be separate. */

::-moz-selection {
  background-color: #223276;
  color: #fff;
}

::selection {
  background-color: #223276;
  color: #fff;
}

/* Website Structure
==================== */
.container {
  position: relative;
}

.gsc-search-button:not(input) {
  justify-content: inherit!important;
}

.gsc-search-button-v2 svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
}

#gsc-i-id1 {
  text-align: right;
}

.gsc-input,
.gsc-search-button:not(input) {
  height: 31px!important;
}

.gsc-search-button:not(input) {
  width: 35px!important;
  margin-left: 4px;
  transition: ease 0.2s background;
  border-radius: 0!important;
  text-align: center;
}

.gsc-search-button:not(input):focus,
.gsc-search-button:not(input):hover {
  background-color: #000!important;
  outline: none!important;
  border: 1px solid #000!important;
}

.gsc-input-box {
  border: 1px solid #fff!important;
}

.gsc-search-button-v2 {
  border-radius: 0!important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 10px 10px 8px!important;
  margin-top: 0px!important;
}

/* Firefox - Search Icon position fix */
.gsc-search-button:not(input) { 
  justify-content: inherit!important;
}

.gsc-search-button-v2 svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
} 

/* White Background for input box */
.gsc-input-box {  
  background: #fff;
}

/* Hide extra Clear Text icon from IE/Edge textboxes */
.google-search-widget input[type=text]::-ms-clear { 
  display: none;
}


.home-link {
  display: block;
  transition: ease 0.2s opacity;
  position: relative;
  text-indent: -9999px;
}

.home-link:focus, 
.home-link:hover {
  opacity: 0.8;
}

.home-link img {
	display: block;
  width: 100%;
}

.school-details {
  font-family: 'Amatic SC', cursive;
}

.school-name {
  font-weight: bold;
}

.motto {
  line-height: 1;
}

/* Content Container */
.content-container {
  position: relative;
	box-sizing: border-box;
  margin: 0 auto;
}

/* Page Title */
.page-title {
	font-family: 'Amatic SC', cursive;
	font-size: 4.5rem;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 5px 0 20px;
  font-size: 1.6rem;
}

.breadcrumbs > li::before {
  color: #000;
  content: '>';
}

.breadcrumbs li a {
  color: #000;
}

/* Bottom Content
==================*/

/* Links
=========*/

.links-wrap li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: ease 0.2s background;
}

.links-wrap li:focus a,
.links-wrap li:hover a {
  background: rgba(54,73,158,0.4);
}

.links-wrap li a p {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  z-index: 2;
}

.links-wrap li a .cp-font-icon {
  color: #eeeded;
  z-index: 1;
}

.links-wrap li:focus .cp-font-icon,
.links-wrap li:hover .cp-font-icon {
  opacity: 0.5;
}

/* Footer */
.footer-links ul {
  list-style: none;
}

.footer-links,
.footer-links li a {
  color: #fff;
}

.footer-links {
  font-size: 1.4rem;
}

.footer-links li {
  line-height: 1.6;
}

.footer-links li a:focus,
.footer-links li a:hover {
  text-decoration: underline;
}

/* Footer Arrow Logo */
.psa-foot {
  display: inline-block;
  font-family: 'PrimarySite.arrow';
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 2px 0 5px;
  font-size: 1.3rem;
}

/* News Styles
============== */

.ps_form-search input[type="text"] {
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #437a99;
}

/* Calendar Styles
================== */
.ps_event {
  background-color: #eee;
}

.ps_calendar {
  background-color: #fff;
}


/* Button / Contact Form Styles
=============================== */
.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next {
  box-shadow: none; /* If you want to remove this style, put box-shadow: none; instead of completely removing it to override styles from the CMS */
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.ps_prev:focus,
.ps_prev:hover,
.ps_next:focus,
.ps_next:hover,
.ps_form-blocks .ps_form-btn:focus,
.ps_form-blocks .ps_form-btn:hover {
  color: #fff;
}

/* Cookie Notice Styles
======================= */
.cookie-jar {
  z-index: 106;
}

.cookie-corner {
	border: 1px solid #fff;
}

.cookie-corner,
.cookie-notice-header {
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #fff;
  color: #fff;
}

.cookie-notice-button:focus, 
.cookie-notice-button:hover {
  background: #000;
}

/* Utility Styles
================= */
.text-right {
  text-align: right;
}

.text-center {
  display: block;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-hide {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (min-width: 981px) {

  .top-bar {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 13;
  }

  /* Google Services
  ================== */
  .int-bar {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    height: 100%;
    z-index: 10;
  }

  .int-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 40px;
    background: #808080;
  }

  .cpg-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  
  .cpg-wrap:focus,
  .cpg-wrap:hover {
    opacity: 0.9;
  }

  .cpg-trigger {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
  }

  .cpg-trigger .cp-font-icon {
    position: relative;
    font-size: 1.8rem;
    color: #000;
  }

  .cpg-content {
    position: absolute;
    top: 49px;
    right: 0;
    height: 0;
		width: 222px;
    overflow: hidden;
    transition: ease 0.2s height;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cpg-wrap:focus .cpg-content,
  .cpg-wrap:hover .cpg-content {
    height: 40px;
  }

  .google-search-widget {
    position: relative;
    line-height: 1;
    background: #fff;
    height: 31px;
    width: 220px;
  }

  /* Google Translate */
  #google_translate_element {
    position: relative;
    height: 34px;
    margin: 0 auto;
  }

  .goog-te-gadget-simple {
    width: 220px;
    height: 30px;
  }

  .goog-te-gadget-simple span {
    display: inline-block;
    line-height: 2.4;
  }

  .goog-te-menu-value span:first-child {
    width: 162px;
  }

  .goog-te-menu-value span+img+span {
    color: #36499e!important;
    border-left-color: #36499e!important;
  }

  .goog-te-menu-value>span+img+span {
    height: 21px;
    line-height: 1.8;
    margin-top: 5px;
  }

  .goog-te-banner-frame {
    position: absolute!important;
    top: -40px!important;
  }

  .login-link a {
    position: absolute;
    display: block;
    width :100%;
    height: 100%;
    top: 0;
    left: 0;    
    text-indent: -9999px;
  }
  
  /* Header 
  ========= */

  .header-block {
    position: relative;
    height: 336px;
    z-index: 12;
  }

  .swoosh {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: 0;
    width: 100%;
    height: 335px;
    overflow: hidden;
    z-index: 10;
  }
  
  .swoosh-part {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%);
    width: 100%;
    min-width: 1800px;
    height: 550px;
  }
  
  .swoosh-part svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Swoosh Front
  ================*/

  .swoosh-part.swoosh-front {    
		border-top: 205px solid rgba(167,133,57,0.8);
  }
  
  .swoosh-front svg {
    opacity: 0.8;
  }
  
  .swoosh-front svg path {
    fill: #a88331;
  }

  /* Swoosh Cover
  ===============*/
  
  .swoosh-part.swoosh-cover {
    border-top: 40px solid #fff;
  }
  
  .swoosh-cover svg path {
    fill: #fff;
  }
  
  /* Swoosh Back
  ===============*/
  
  .swoosh-part.swoosh-back {
    border-top: 190px solid #fff;
  }

  .swoosh-part.swoosh-back::after {
    content: '';
    position: absolute;
    top: -1px;
    height: 2px;
    width: 100%;
    background: #fff;
    z-index: 22;
  }
  
  .swoosh-back svg path {
    fill: #fff;
  }
  
  /* Header
  ==========*/

  .main-header {
    position: relative;
    padding-top: 13px;
    text-align: center;
    z-index: 101;
  }
  
  .home-link {
  	width: 90px;
  	margin: 15px auto 17px auto;
  }

  .school-name {
    font-size: 5.5rem;
    line-height: 0.8;
	}

  .motto {
    margin: 14px 0;
    font-size: 3rem;
	}

  /* Slideshow
  ============ */
  .img-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .img-wrap::before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .full-width-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  /* Navigation
  ============= */
  
  .main-nav li.ps_nav-sub-heading {
  	display:none!important;
  }

  .main-nav {
    height: 60px;
    width: 100%;
    max-width: 1280px;/*Set Max width if it needs to be a certain width*/
    overflow: visible;
    transform: translate3d(0, 0, 0);
    z-index: 102;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding: 20px 5px 0 5px;
    box-sizing: border-box;
  }

  .main-nav h3,
  .main-nav h2,
  .main-nav .cp-close {
    display: none;
  }

  .main-nav ul {
    font-size: 0;
    height: 100%;
    display: flex;
  }

  .main-nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    flex-basis: 0;
    height: 100%;
    border-bottom: none;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    transition: ease 0.2s background;
  }

  .main-nav>ul>li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
  }

  /* Individual Navigation Colours */
  .main-nav>ul>li:nth-child(1) {background: #d2aa41;}
  .main-nav>ul>li:nth-child(2) {background: #223276;}
  .main-nav>ul>li:nth-child(3) {background: #d2aa41;}
  .main-nav>ul>li:nth-child(4) {background: #223276;}
  .main-nav>ul>li:nth-child(5) {background: #d2aa41;}
  .main-nav>ul>li:nth-child(6) {margin-right: 0;background: #223276;}

  /* Individual Hover Colours */
  .main-nav>ul>li:focus:nth-child(1), .main-nav>ul>li:hover:nth-child(1) {background: #ae8b2f;}
  .main-nav>ul>li:focus:nth-child(2), .main-nav>ul>li:hover:nth-child(2) {background: #17245a;}
  .main-nav>ul>li:focus:nth-child(3), .main-nav>ul>li:hover:nth-child(3) {background: #ae8b2f;}
  .main-nav>ul>li:focus:nth-child(4), .main-nav>ul>li:hover:nth-child(4) {background: #17245a;}
  .main-nav>ul>li:focus:nth-child(5), .main-nav>ul>li:hover:nth-child(5) {background: #ae8b2f;}
  .main-nav>ul>li:focus:nth-child(6), .main-nav>ul>li:hover:nth-child(6) {background: #17245a;}

  .main-nav ul li a {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1px;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    z-index: 20;
  }

  .main-nav>ul>li:nth-child(1) a,
  .main-nav>ul>li:nth-child(3) a,
  .main-nav>ul>li:nth-child(5) a{
    color: #000;
  }

  /* Pop Ups */

  /* Styles for ALL pop-up menus added here, styles for individual menus added below */
  .main-nav ul li ul {
    position: absolute;
    top: 50px;
    right: 50%;
    width: 100%;
    min-width: 196px;
    height: 100%;
    transform: translate(50%);
    height: auto;
    display: none;
    border-radius: 5px;
    overflow: hidden;
  }

  .main-nav ul li ul li {
    display: block;
    width: 100%!important;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
  }

  .main-nav>ul>li:nth-child(2)>ul>li {background: #223276;}
  .main-nav>ul>li:nth-child(3)>ul>li {background: #d2aa41;}
  .main-nav>ul>li:nth-child(4)>ul>li {background: #223276;}
  .main-nav>ul>li:nth-child(5)>ul>li {background: #d2aa41;}
  .main-nav>ul>li:nth-child(6)>ul>li {background: #223276;}

  /* Drop Down Hover Colour */
  .main-nav ul li ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: ease 0.2s background;
  }

  .main-nav ul li ul li a {
    padding: 4px;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }

  .main-nav ul ul li:focus::after,
  .main-nav ul ul li:hover::after {
    background: rgba(0, 0, 0, 0.2)!important;
  }

  .main-nav ul li:focus ul,
  .main-nav ul li:hover ul {
    display: block;
  }

  .main-nav ul li:focus ul ul,
  .main-nav ul li:hover ul ul {
    display: none;
  }

  .main-nav ul li:nth-child(6) ul {
    right: 0;
    transform: none;
  }

  .inner-container {
    margin: 200px auto 200px;
    z-index: 2;
  }
  
  /* Content Container 
  ==================== */
  .content-container {
  	margin: 0 auto;
  	padding: 40px;
  	min-height: 360px;
  	max-width: 980px;
  	background: rgba(255,255,255,0.9);
  	border-radius: 30px;
 }

  /* News Items Width
  =================== */
  
  .news-items {
    width: 750px;
  }

  /* Bottom Content
  ==================*/

  .bottom-content {
    position: relative;
    width: 100%;
    z-index: 11;
  }
  
  /* Bottom Content
  ==================*/

  .swoosh-bottom {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    bottom: 64px;
    width: 100%;
    height: 585px;
    overflow: hidden;
    z-index: 10;
  }
  
  .swoosh-part-bottom {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%);
    width: 100%;
    min-width: 1800px;
    height: 550px;
  }
  
  .swoosh-back-bottom:after {
    background: #fff;
  }

  .swoosh-cover-bottom:after {
    background: #36499e;
  }

  .swoosh-part-bottom svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  
  /* Swoosh Front
  ================*/

  .swoosh-part-bottom.swoosh-front-bottom {
    border-bottom: 455px solid rgba(167,133,57,0.8);
  }
  
  .swoosh-front-bottom svg {
    opacity: 0.8;
  }
  
  .swoosh-front-bottom svg path {
    fill: #a78539;
  }

  /* Swoosh Cover
  ===============*/
  
  .swoosh-part-bottom.swoosh-cover-bottom {
    border-bottom: 160px solid #223276;
  }

  .swoosh-part-bottom.swoosh-cover-bottom::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px; 
    background: #223276;
  }
  
  .swoosh-cover-bottom svg path {
    fill: #223276;
  }
  
  /* Swoosh Back
  ===============*/
  
  .swoosh-part-bottom.swoosh-back-bottom {
    border-bottom: 440px solid #fff;
  }

  .swoosh-part-bottom.swoosh-back-bottom::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px; 
    background: #fff;
  }
  
  .swoosh-back-bottom svg path {
    fill: #fff;
  }
  
  /* Links
  =========*/

  .links-block {
    position: relative;
    display: block;
    height: 217px;
    z-index: 3;
  }
  
  .links-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 90px;
    height: auto;
    width: 100%;
    z-index: 11;
  }
  
  .links-wrap li {
    margin: 0px 37px;
    max-width: 136px;
    min-height: 89px;
    width: 100%;
    border: 5px solid;
    border-radius: 5px;
    flex-shrink: 1;
  }

  .links-wrap li:first-child {
    margin-left: 0;
  }

  .links-wrap li:last-child {
    margin-right: 0;
  }
  
  .links-wrap li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .links-wrap li a p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  
  .links-wrap li a .cp-font-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 8.1rem;
  }
  
  /* Slideshow Block
  ===================*/

  .slideshow-block {
    position: relative;
    height: 358px;
    padding-top: 10px;
    width: 100%;
    z-index: 4;
    overflow: hidden;
  }

  .swoosh-slideshow {
  }

  .bottom-slideshow {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    width: 250px;
    height: 250px;
    border: 10px solid;
    border-radius: 50%;
    overflow: hidden;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background: none;
  }

  .bottom-slideshow-one {
    margin-right: 239px;
    border-color: #e55370;
    background: #e55370;
  }

  .bottom-slideshow-two {
    margin-top: 80px;
    border-color: #4db85d;
    background: #4db85d;
    z-index: 12;
  }

  .bottom-slideshow-three {
    margin-right: -239px;
    border-color: #ffde1d;
    background: #ffde1d;
  }
  
  /* Footer 
  ========= */
  .main-footer {
    position: relative;
    z-index: 3;
  }
  
  .main-footer .footer-links {
    box-sizing: border-box;
    display: flex;
    padding: 10px 45px;
  }
  
  .footer-links li {
    margin: 0 5px;
  }
  
  .main-footer ul {
    display: inline-block;
  }

  .main-footer .footer-left li {
    display: inline-block;
  }
  
  .main-footer .footer-right {
    margin-left: auto;
    text-align: right;
  }

  .main-footer .footer-right li {
    display: block;
  }

  /* Scroll to top
  ================ */
  .scroll-top {
    border-right: none;
    background-color: #fafafa;
    bottom: 70px;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 101;
  }

  .scroll-top:hover {
    border-color: #fff!important;
    color: #fff;
  }

  /* Utility Styles
  ================= */
  .responsive-only {
    display: none!important;
  }

}

@media (min-width: 981px) and (max-height: 740px) {
  
  .inner-container {
    margin: 50px auto 75px;
  }

}

@media (max-width: 980px) {

  html {
    background: #fff;
  }

  .main-nav, 
  .main-nav ul li ul, 
  .cp-close,
  .img-wrap,
  .updates-block,
  .cp-school-values {
    background-color: #223276;
  }

  .responsive-bar {
    display: flex!important;
    align-items: center;
    text-align: left;
    height: 50px;
    padding: 0px 20px 0;
    background: #fff;
    z-index: 201;
  }
  
  /* Responsive Navigation
  ======================== */
 
   .mobile-nav h3,
   .cp-close,
   .main-nav ul li a,
   .main-nav ul li ul li a,
   .main-nav .nav-toggle::before {
     color: #fff;
   }
 
   .main-nav .cp-close,
   .mobile-nav h3,
   .main-nav ul li a,
   .main-nav ul li ul li a {
     border-bottom: 1px solid #fff;
   }
 
   .trigger-lines .burger-line,
   .trigger-lines .burger-line:nth-child(2)::before {
     background: #000!important;
   }

   .trigger-lines .burger-line {
     height: 2px;
   }
 
   .nav-trigger-wrap:focus .burger-line::before,
   .nav-trigger-wrap:hover .burger-line::before,
   .nav-trigger-wrap:focus .burger-line,
   .nav-trigger-wrap:hover .burger-line {
     background: #6e76bb!important;
   }

   /* Google Search
   =================*/

   .responsive-bar-search {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .responsive-bar-search:focus::before,
  .responsive-bar-search:hover::before {
    color: #6e76bb;
  }
  
  .google-search-widget {
    position: absolute;
    padding: 0.5rem;
    right: 0;
    top: 0px;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: transform 0.2s;
    z-index: 200;
    height: auto;
    border: none;
    border-radius: 0;
    background: #ccc;
  }

  .google-search-widget.is-open {
    transform: translateY(0%);
  }
  
  /* Header */

  .main-header {
    text-align: center;
  }

  .home-link {
    margin: 0 auto;
    width: 102px;
  }

  .school-name {
    padding: 5px 0;
    font-size: 3.8rem;
    line-height: 1;
  }

  .motto {
		font-size: 2rem;
		}
  
  /* Get In touch
  ===============*/
  
  .contact-trigger {
    display: block;
    height: 43px;
    width: 100%;
    outline: none;
    border: none;
    font: inherit;
    outline: none;
    padding: 0;
    margin: 20px 0 0 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }

  .contact-trigger .contact-trigger-wrap {
    display: flex;
    justify-content: center;
    height: 100%;
    background: #fff;
    align-items: center;
    transition: ease 0.2s background;
  }

  .contact-trigger:focus .contact-trigger-wrap,
  .contact-trigger:hover .contact-trigger-wrap {
    background: #eee;
  }

  .contact-trigger .contact-trigger-wrap span {
    transition: ease 0.2s color;
  }

  .contact-trigger:focus .contact-trigger-wrap span,
  .contact-trigger:hover .contact-trigger-wrap span {
    color: #000;
  }

  .contact-trigger .contact-trigger-wrap .ct-text {
    color: #000;
    font-size: 1.6rem;
  }

  /* Get In touch content
  =======================*/

  .get-in-touch {
    font-size: 0;
  }

  .gt-wrap {
    position: relative;
    box-sizing: border-box;
    border: 40px solid #eee;
    padding: 22px;
    background: #fff;
  }

  .get-in-touch h2,
  .get-in-touch h3 {
    line-height: 1;
  }

  .get-in-touch .contact-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 10px;
  }

  .get-in-touch h3 {
    color: #525252;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .get-in-touch .g-part {
    display: inline-block;
    width: 50%;
  }

  .get-in-touch .g-part ul {
    font-size: 1.4rem;
  }

  .get-in-touch .g-part ul .cp-font-icon {
    font-size: 2rem;
  }

  .get-in-touch .g-part ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .get-in-touch .g-part ul li a,
  .get-in-touch .g-part ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  .get-in-touch .g-part ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }

  .get-in-touch .g-part ul li a {
    font-size: 1.4rem;
    color: #595959;
  }

  .get-in-touch .g-part ul li a:focus,
  .get-in-touch .g-part ul li a:hover {
  }
  
  /* Slideshow */
  .img-wrap,
  .bottom-slideshow {
    display: none;
  }
  
  /* Content Container
  =====================*/

  .content-container {
    padding: 20px;
  }
  
  /* Quick Links
  ===============*/
  
  .links-wrap li {
    height: 40px;
    border-top: 1px solid;
  }
  
  .links-wrap li:last-child {
    border-bottom: 1px solid;
  }
  
  .links-wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .links-wrap li a p {
    font-size: 1.4rem;
  }
  
  .links-wrap li a .cp-font-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 3.4rem;
  }

  /* Footer 
  ========= */
  
  .main-footer {
    text-align: center;
  }
  
  .footer-links ul {
    padding: 10px 0;
  }

  /* Utility Styles
  ================= */
  .desktop-only {
    display: none;
  }

}

@media ( max-width: 640px ) {

  /* Get In touch
  ===============*/
  
  .get-in-touch .g-part {
    display: block;
  }

  .get-in-touch .g-part:last-child {
    margin: 20px 0 0 0;
  }

  .gt-wrap {
    border: 20px solid #e0e0e0;
  }

  .get-in-touch .g-part ul .cp-font-icon {

margin-right: 6px;

}

}