*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:focus {
    position:static;
    width:auto;
    height:auto;
}

.display-inline * {
  display: inline-block;
  vertical-align: middle;
}

@media(max-width: 75em) {
  .hide-on-mobile {
    display: none!important;
  }
}

:root {
  --dark-font-color: #585858;
  --light-grey: #eaf0f0;
  --primary: #47A7CF;
}
/* TYPOGRAPHY
Using the Golden Section Scale factor from https://www.gridlover.net/try
*/
html { 
  scroll-behavior: smooth;  
} 

body, .article {
  font-size: 16px;
  line-height: 1.45;
  font-family: natom-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #585858;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  overflow-x: hidden;
}

body.no-overflow {
  overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: natom-pro, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #585858;
}

h1, .h1 {
  font-weight: 700;
  font-style: italic;  
  font-size: 42px;
  margin-top: 0;
  color: #2C2C2C;
  margin-bottom: 1.525rem;
}

h2, .h2 {
  font-size: 34px;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
}

h3, .h3 {
  font-size: 30px;
  margin-top: 1.3125rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 26px;
  margin-top: 1.3125rem;
  margin-bottom: 0rem;
}

h5, .h5, h6, .h6 {
  font-size: 18px;
  margin-top: 1.3125rem;
  margin-bottom: 0rem;
}

h1 + h2 {
  margin-top: 0;
}

h2 + h3 {
  color: #79838A;
}

@media only screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 56px;
  }

  h2, .h2 {
    font-size: 38px;
  }
}


p, ul, ol, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.3125rem;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

/* Let's make sure all's aligned */
hr, .hr {
  width: 50%;
  height: 2px;
  background: #eee;
  margin: 2rem 0;
  border: 0;
}

a, b, i, strong, em, small, code {
  line-height: 1;
}

p {
  margin: 0 0 1.5rem 0;
}

p.lead {
  font-size: 110%;
}

em {
  font-weight: 700;
  font-style: italic;
}

b, strong {
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none;
  /* outline: none; */
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-content a {
  text-decoration: underline;
}

a:hover,
a:focus {
  filter: brightness(0.85);
}

.allow-newlines {
  white-space: pre-wrap;
}

img,
.img-responsive {
  max-width: 100%;
  height: auto;
}

.image {
  margin: 0;
}

figcaption {
	font-weight: 500;
    font-style: italic;
	text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 62em){
	figure.image-style-side {
		float: right;
		max-width: 50%;
		margin: 0 0 1.5rem 1.5rem;
	}
}

.invisible {
  visibility: hidden;
}

.aria-hide {
  display: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.dark-bg,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #fff;
}

/* Buttons */
.btn {
  text-decoration: none!important;
  padding: 8px 25px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.btn:hover,
.btn:focus {
  filter: brightness(0.85);	
}

/*
COLOUR CLASSES
*/

/*Global*/
.dark-grey-bg {
  background-color: #484848!important;
  color: #fff;
}

.dark-grey-bg :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}

.medium-grey-bg {
  background-color: #898989!important;
  color: #fff;
}

.medium-grey-bg :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}

.light-grey-bg {
  background-color: #eaf0f0!important;
}

.white-bg {
  background-color: #fff!important;
}
/* */

/* SERVICES */
#op-services .service { 
  margin-top: .5rem;
}

#op-services .service a {
  padding-bottom: .75rem;
}

#op-services .service-icon { 
  margin-bottom: 5px;
}

#op-services img { 
  height: 60px;
}

#op-services span { 
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#op-services .service-footer { 
  text-align: center; 
  margin: 10px 0 0 0; 
  padding: 10px 0; 
}


/* Option Box */
.optionbox {
  position: absolute;
  box-sizing: border-box;
  display: none;
  z-index: 30000;
  background: #eaf0f0;
}

@media (min-width: 99em) {
  .optionbox {
    max-width: 60vw;
  }
} 

.optionbox-padding { 
  padding: 10px;
}

#op-search .optionbox-padding {
  padding: 20px 10px 10px;  
}

#op-services .optionbox-padding {
  padding: 1rem 1.5rem;  
}

.optionbox ul { padding:  0; margin: 0; }
.optionbox li { list-style: none }
.optionbox li i { display: inline-block; text-align: center; width: 35px; margin-right: 5px }
.optionbox li span { vertical-align: top }

.optionbox a { 
  display: block; 
  padding: 5px; 
  cursor: pointer;
  font-weight: 600;
  color: #585858;
}

.optionbox a i,
.optionbox a span {
  vertical-align: middle;
}

.arrow-clip {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  width: 22px;
  height: 8px;
  overflow: hidden;
}

.arrow {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 5px;
  background: #eaf0f0;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}


/* HEADER */
.main-header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.header-social {
  display: inline-block; 
  vertical-align: middle;
  margin-right: 20px;
}

.header-social svg {
  margin: 0 0.25rem;
}

#nav-app {
  display: inline-block; 
  border-radius: 5px;
  margin: 0 0 5px 0;
  vertical-align: middle;
  cursor: pointer;
}

#nav-app .material-icons {
  font-size: 20px;
}

#nav-app ul {
  margin: 0;
  padding: 5px;
}

#nav-app li {
  padding: 5px;
  line-height: 1;
}

@media(min-width: 48em) {
  #nav-app {
    border-radius: 0 0 5px 5px;
  }  
}


@media(max-width: 62em) {
  #nav-app {
    margin: 0 auto;
  }
}

@media(min-width: 62em) {
  #nav-app {
    margin-left: auto;
  }  
}

@media(min-width: 75em) { 
  #nav-app .material-icons {
    font-size: 22px;
  }  
}

/*Main Header*/
.main-menu-wrapper {
  margin-bottom: 1rem;
}

.logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.logo-menu-wrapper {
  background-color: #fff;
}

.main-header .logo img {
  max-height: 60px;  
  margin: 10px 0;
}

.site-name {
  width: 57%;
  margin-left: 1%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.district-body .site-name {
  color: #036667;
}

@media(min-width: 48em) {
  .logo img {
    width: 40%;
  }
  
  .menu-column {
    margin-bottom: 3rem;
  }
}

@media(max-width: 48em) {
  .logo-column, .menu-column {
    text-align: center;
  }
	
	.main-header .logo img {
	  max-height: 60px;  
	  margin: 10px 0;
	}
}

@media(min-width: 62em) {
  .menu-column {
    margin-bottom: 0;
  }
  
  .main-menu-wrapper {
    margin-right: 1rem;
  }  
}


/* Main Menu */
#main-nav ul {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

#main-nav ul li {
  padding: 15px 10px;
}

#main-nav ul li {
  vertical-align: middle;
}

#main-nav ul li a {
  color: #585858;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .95rem;  
  border-bottom: 2px solid transparent;
}

#main-nav ul li a.active::after {
  content: '';
  width: 50%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-55%);
}

#main-nav ul li a:hover,
#main-nav ul li a:focus {
  border-color: #eaf0f0;
  filter: none;
}

/*Mobile Menu*/
.hamburger-menu {
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 62em) {  
  #main-nav {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    position: fixed;
    z-index: 10000;
    top: 0;
  }

  #main-nav ul {
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  input.hamburger-menu[type="checkbox"] {
    display: none;
  }


  input.hamburger-menu[type="checkbox"]:checked ~ #main-nav {
    transform: translateX(0%);
  }
  
  input.hamburger-menu[type="checkbox"]:checked body {
    background: red;
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .bottom {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -moz-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    -o-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg);
  }

  input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }

  .hamburger-icon {
    bottom: 1rem;
    right: 2rem;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
  }

  .bar {
    display: block;
    background-color: #000;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  
  #main-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media only screen and (min-width: 62em) {
  .school-body .main-header .logo img {
    height: auto;
  }
  
  #main-nav ul li a {
    font-size: .85rem;
  }
  
  .school-body #main-nav {
    padding: .25rem 0 1.5rem;
  }
  
  .hamburger-menu, .hamburger-icon {
    display: none;
  }
  
  #main-nav ul {
    padding: 0;
    text-align: right;
    margin-right: -1rem;
  }  
  
  #main-nav ul li {
    display: inline-block;
    padding: 5px 0;
  }
}

@media only screen and (min-width: 75em) { 
  #main-nav ul {
    text-align: right;
  } 
}

@media only screen and (min-width: 99em) { 
  .main-header .logo img {
      max-height: 100px;
  }  
  
  #main-nav {
    letter-spacing: 1px;
  }
  
  #main-nav ul {
    margin-right: -1rem;
  }
  
   #main-nav ul li {
    font-size: 1.2rem;
    padding: 5px;     
  }
  
  #main-nav ul li a {
    font-size: .95rem;
  }  
}

/* Sticky Nav */
@media only screen and (min-width: 62em) {
  .sticky-header {
    width: 100%;
    transition: all 0.3s;
    position: sticky;
    z-index: 1001;
    top: 0;
  }

  .sticky-header .top-menu-wrapper,
  .sticky-header .logo img,
  .sticky-header .site-name,
  .sticky-header #main-nav ul li a,
  .sticky-header .material-icons,
  .sticky-header .main-menu-wrapper {
    transition: all 0.3s;
  }

  .sticky-header.sticky-active {
    position: sticky;
    background: #fff;
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.15);
  }

  .sticky-header.sticky-active .logo img {
    max-height: 50px;
    margin: 0;
  }

  .sticky-header.sticky-active #main-nav ul li a {
    font-size: .75rem;
  }

  .sticky-header.sticky-active .site-name {
    font-size: 1rem;
    top: 0%;
    width: auto;
    left: 7rem;
    transform: none;
  }

}
/* HOME */
.quicklinks-wrapper {
  background: #fff;
}

.quicklinks-header {
  font-size: 18px;
  padding: 15px 20px;
  text-transform: uppercase; 
}

.quicklinks-header svg,
.quicklinks-header span {
  display: inline-block;
  vertical-align: middle;
}

.quicklinks-header span {
  margin-left: 10px;
  font-size: 18px; 
  font-weight: 500;
  letter-spacing: 1px;  
}

.quicklinks-links {
  list-style: none;
  margin: 20px 0 0 10px;
  padding: 0 30px 20px;
}

.quicklinks-links li {
  position: relative;
  padding: 10px 0;
}

.quicklinks-links li a {
  text-decoration: none;
}

.quicklinks-links li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #50C2A1;
  position: absolute;
  left: -15px;
  top: 48%;
}

@media(min-width: 75em) {
  .quicklinks-wrapper {
    position: absolute;
    z-index: 100;
    right: 5%;
    top: 320px; 
    display: inline-block;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);      
  }
  
  .quicklinks-header {
    border-radius: 5px 5px 0 0;
  }  
  
  .quicklinks-links {
    margin: 0 0 0 10px;
  }  
}

@media(min-width: 99em) {
  .quicklinks-links {
    font-size: 20px;
    padding: 0 50px 20px;
    margin: 20px 0 30px 10px;
  }
}

/* Home News */

.home-news-events {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.home-news-events h2,
.home-news-events h3 {
  margin-top: 0;
}

.home-news {
  position: relative;
}

.news-item {
  text-decoration: none;
}

.news-item img {
  object-fit: cover;
  object-position: center;
  height: 250px;
  width: 100%;
  border-radius: 5px;
}

.news-item .format-date {
  font-size: .75rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  color: #989898;
  font-weight: bold;
}

.news-item .news-title {
  position: relative;
  z-index: 100;
  margin: -30px auto 30px;
  padding: 10px 20px 15px;
  width: 90%;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.more-news-btn a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
}

@media (max-width: 99em){
	.home-news-events h2 {
		font-size: 35px;
	}
}

@media(min-width: 62em) {
  .home-news-events {
  	padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

@media(min-width: 99em) {
  .news-item .news-title {
    font-size: 22px;
  }
  .more-news-btn {
	position: absolute;
	top: 1rem;
	right: 2rem;
  }
}


/* Upcoming Events List */
.upcoming-events {
  text-align: center;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.upcoming-events li {
  border-radius: 5px;  
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.upcoming-events li .event-details span {
  display: block;
  font-weight: 500;
}

.upcoming-events li .event-details .format-date {
  padding: 10px;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
}

.upcoming-events li .event-details .event-name {
  background: #fff;
  padding: 15px 10px 20px;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
}

/* Dates, cover images */
.publish-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  margin-bottom: 10px;
  color: #989898;
}

.publish-date i {
  font-size: 20px;
  vertical-align: middle;
}

.cover-image {
  max-width: 100%;
  max-height: 600px;
  margin-bottom: 20px;
}

/* Home Video Section */
.video-section {
  background: #46565C;
}

.video-content-container {
  max-width: 1000px;
  padding-top: 60px;
}

.video-content-container p,
.video-content-container .responsive-video {
  margin-bottom: 40px;
}

.video-content-container .btn {
  border-radius: 5px 5px 0 0;
  display: inline-block;
}

@media(min-width: 62em) {
  .video-content-container p {
    font-size: 22px;
  }
}
  

/* CONTENT  */
.featured-img-bg {
  position: relative;
  padding: 20% 0 5%;
  background-size: cover!important;
  overflow: hidden;
}

.featured-img-bg::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 7%, rgb(0 21 48 / 55%) 25%, rgb(8 36 72 / 85%) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featured-img-text.invisible {
  display: none;
}

.featured-img-text {
  color: #fff;
  padding: 2rem;
  position: relative;
  z-index: 100;
}

.featured-img-text h1 {
  z-index: 100;
  color: #fff;
  font-weight: 900;
}

.featured-img-text p {
  font-size: 22px;
  display: inline-block;
  margin: 0 20px 0 0;
}

.featured-img-text .btn {
  display: inline-block;
  vertical-align: bottom;
}
  

@media only screen and (min-width: 62em) {
  .featured-img {
    position: relative;
    z-index: 100;
  }
  
  .featured-img-text h1 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 75em) {
  .featured-img-text {
    padding: 1rem 40% 1rem 2rem;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 99em) {
  .featured-img-text h1 {
    font-size: 68px;  
  }
  
  .featured-img-text p {
    font-size: 28px;  
  }  
}

.intro-content {
  padding: 3rem 0 2rem;
}

.main-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.intro-content h2 {
  margin-top: 0;
}

.intro-content p {
  font-size: 120%;
  line-height: 1.5;
}

.content-row {
}

.content-row.border-top {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #e3e3e3;
}

.content-row.border-top-bottom {
  padding: 4rem 0;
  margin: 3rem 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.content-row.border-bottom {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e3e3e3;
}

.content-row.border-top > div *:first-child,
.content-row.border-top-bottom > div *:first-child  {
  margin-top: 0;
}

.content-row.border-bottom > div *:last-child,
.content-row.border-top-bottom > div *:last-child {
  margin-bottom: 0;
}

.content-row img {
  border-radius: 5px;
  max-height: 600px;
  display: block;
  margin: 1.5rem auto;
}

.content-row .btn {
  display: inline-block;
  margin-bottom: 1.3125rem;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1.5rem;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container {
  position: relative;
  border: 3px solid #f5f5f5;
  margin-bottom: 2.5rem;
  width: 100%;
  background: #fff;  
}

.iframe-container .scroll-overlay {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+60,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.iframe-container iframe {
  min-height: 300px;
}  

.content-boxes {
  margin-top: 1.3125rem;
}

.content-box {
  line-height: 1.4rem;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  background-color: #eaf0f0;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all .1s ease-in-out;
}

.content-box-link {
  display: block;
  height: 100%;
  color: inherit!important;
}

.box-img {
  width: 100%;
  border-radius: 5px;
}

.content-box h3 {
  padding: 0 2rem;
  margin-bottom: 1.3125rem;
}

.content-box p {
  margin: 1rem 2rem 2rem;
}

.useful-links-wrapper {
  margin-top: 1.3125rem;
  margin-bottom: 5rem;
}

.useful-link {
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
  background: #eaf0f0;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 10px;
  border: 5px solid #ffffff;
}

.useful-link a {
  text-decoration: none;
}

.useful-link i {
  display: block;
  font-size: 40px;
  margin-bottom: .5rem;
}

.useful-link span {
  font-size: 80%;
  letter-spacing: 1px;
}

.useful-link i,
.useful-link span {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.useful-link a:hover i,
.useful-link a:focus i {
  opacity: 0.8;
}

.useful-link a:hover span,
.useful-link a:focus span {
  border-bottom: 1px solid;
}

.simple-links-wrapper h5 {
  margin-bottom: .75rem;
}

.simple-links-wrapper .simple-link {
  margin: 0 0 0.5rem 1rem;  
}

.simple-links-wrapper .pre-link {
  margin: 1rem 0 0.5rem 0;
}

/* Staff */
.staff-profile {
  border-bottom: 2px solid #eaf0f0;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.staff-profile:last-of-type {
  border-bottom: 0;
}

.staff-profile h3 {
  margin-top: 0;
  margin-bottom: .75rem;
}

.staff-img img {
  border-radius: 5px;
}

.staff-profile p {
  margin: 0 0 0.5rem 0;
}

.staff-profile i {
  vertical-align: middle;
  font-size: 20px;
}

.staff-profile a {
  text-decoration: none;
}

.staff-profile a span {
  color: #585858;
}

/* Recent News */
.recent-news {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.recent-news li {
  padding: 1rem;
  border-radius: 5px;
  margin: 0 0 0.5rem 0;
}

/* Collapsible Box */

.collapsible-box { 
  background: #fff; 
  border-radius: 4px; 
  box-sizing: border-box; 
  user-select: none; 
  margin-bottom: 20px;
} 

.collapsible-bottom-icon {
  cursor: pointer;
  opacity: 0.4;
}

.collapsible-box:hover { 
  border-radius: 4px;
}

.collapsible-box-title { 
  display: inline-block; 
  margin: 0; 
  padding: 1rem; 
  cursor:pointer; 
  width: 100%; 
  border-radius: 5px; 
  font-size: 1.4rem !important;
  vertical-align: middle;  
  transition: all .2s ease-in-out;  
  background: #eaf0f0;
}

.collapsible-box-title:hover {
  background: #d6e2e7;   
}

.collapsible-box-icon { 
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 20px;
  float: right;
}

.collapsible-box-description { 
  overflow: hidden; 
  display: none; 
  padding: 1rem 1rem 0.5rem;
}

.collapsible-box h5 { 
  font-size: 1.2rem;
  margin: 10px 0px 10px 0px;
}

/* Collapsible boxes - lexical editor */
.editor details summary {
    background-color: #eaf0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .5rem;
	margin: 0;
	cursor: pointer;
    transition: all .3s ease-in-out;
}

.editor details summary i {
    margin-right: .5rem;
}

.editor details summary  h3 {
    margin: 0;
}

.editor details {
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

.editor div[data-lexical-collapsible-content]{
    padding: 1rem;
}


/*CM Calendar*/
#calendar .fc-view-harness {
  background: #fff;
  margin-bottom: 2rem;
}

#calendar .fc-col-header {
  margin-bottom: 0;
}

/*Calendar*/
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: inherit;
}

.fc-h-event .fc-event-title-container,
.fc-daygrid-dot-event .fc-event-title {
  white-space: normal;
}

.fc-daygrid-dot-event {
  align-items: flex-start!important;
  flex-wrap: wrap;
} 

.fc-daygrid-event-dot {
  margin: 3px 4px!important;
}

.fc-daygrid-block-event .fc-event-time {
  display: none;
}

.fc-daygrid-dot-event .fc-event-title {
  padding: 5px 3px;
}

#mobile-calendar-list ul {
  padding: 0 0 1rem;
  margin: 0;
  list-style: none;
}

#mobile-calendar-list h5 {
  margin-bottom: .5rem;
}

#mobile-calendar-list ul li {
  padding: 5px 0;
}

#mobile-calendar-list ul li a {
  padding: 5px 0;
}

/*Responsive Calendar Styles*/
@media(max-width: 62em) {
  #calendar {
    display: none;
  }
  
  .list-view-link {
    display: none!important;
  }
}

@media(min-width: 62em) {
  .list-view-link {
    float: right;
    padding: 1rem 0;  
    display: none;
  }

  .list-view-link a {
    color: inherit;
      line-height: 1;
  }

  .list-view-link i {
    vertical-align: top;
  }  

  #mobile-calendar-list {
    padding-top: 3rem;
  }   
}

/* Sidebar Styles */
.sidebar {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.staff-directory-sidebar.sidebar {
  margin-top: 0;
}

.staff-directory-sidebar.sidebar #nav-secondary {
  margin-left: 1rem;
}

.staff-directory-sidebar.sidebar #nav-secondary li {
  position: relative;
}

.staff-directory-sidebar.sidebar #nav-secondary li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #50C2A1;
  position: absolute;
  left: -15px;
  top: 17px;
}

@media only screen and (min-width: 75em) {
  .sticky-sidebar {
    position: sticky;
    top: 3rem;
  }
}

#nav-secondary {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#nav-secondary ul {
  list-style: none;
  padding: 0;
}

#nav-secondary ul li {
  padding: .5rem 0;
  font-weight: 600;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
}

#nav-secondary ul li:hover,
#nav-secondary ul li:focus {
  border-color: #eaf0f0;
}

.staff-directory-sidebar #nav-secondary ul li:hover,
.staff-directory-sidebar #nav-secondary ul li:focus {
  border-color: transparent;
}

#nav-secondary ul li.secondary-nav-item.active {
  font-style: italic;
  background: #eaf0f0;
  padding: 0.5rem;
}

.secondary-nav-item.active span {
  padding: 0.5rem 1rem;
}

#nav-secondary a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.cookie {
  font-weight: 600;
  position: relative;
  padding: 10px 0;
}

.cookie a::before {
  font-family: "Material Icons";
  content: "\e5cb";
  position: absolute;
  left: -20px;  
  top: 5px;
}

/* Table Styles */
.table {
  margin: 0 0 2rem;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.profiles-wrapper .table {
  color: #2b3f58;
}

.table table {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  background-color: white;
}

.table table td, 
.table table th {
  padding: 10px 15px;
}

.table table td {
  border-right: 1px solid #F7F6F4;
}

.table table td:last-of-type {
  border-right: 0;
}

.table table thead th {
  color: #ffffff;
  background: #4FC3A1;
}


.table table thead th:nth-child(odd) {
  color: #ffffff;
  background: #324960;
}

.table table tr:nth-child(even) {
  background: #F7F6F4;
}

/* Responsive Tables */
@media (max-width: 45em) {
  .table table {
    display: block;
    width: 100%;
  }
  
  .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
    padding: 0 0 10px;
  }
  
  .table table thead, .table table tbody, .table table thead th {
    display: block;
  }
  
  .table table thead th:last-child{
    border-bottom: none;
  }
  
  .table table thead {
    float: left;
  }
  
  .table table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  
  .table table td, .table table th {
    padding: 20px .625em .625em .625em;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  
  .table table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  
  .table table tbody tr {
    display: table-cell;
  }
  
  .table table tbody tr:nth-child(odd) {
    background: none;
  }
  
  .table table tr:nth-child(even) {
    background: transparent;
  }
  
  .table table tr td:nth-child(odd) {
    background: #F8F8F8;
    border-right: 1px solid #E6E4E4;
  }
  
  .table table tr td:nth-child(even) {
    border-right: 1px solid #E6E4E4;
  }
  
  .table table tbody td {
    display: block;
    text-align: center;
  }
}

/* Form Styles */
input[type="submit"] {
  border: 0;
  background: #35393C;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  filter: brightness(85%);
}

.input { margin-bottom: 15px }
.input-field { position: relative; margin-bottom: 15px }

.input-field label {
  box-sizing: border-box;
  padding: 0px 5px;
  cursor: text;
  position: absolute;
  left: 0px;
  top: -18px;
  font-size: 0.8rem;
}

.input-field input[type="text"], 
.input-field input[type="password"], 
.input-field input[type="date"], 
.input-field input[type="tel"], 
.input-field input[type="email"], 
textarea {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  border-radius: 4px;
  transition: 0.5s;
  padding-left: 10px;
}

.input-field textarea { 
  margin-top: 10px; 
  padding-top: 15px; 
  min-height: 180px;
}

.input-field input[type="text"]:focus, 
.input-field input[type="password"]:focus, 
.input-field input[type="date"]:focus, 
.input-field input[type="tel"]:focus, 
.input-field input[type="email"]:focus, 
.input-field textarea:focus, 
.input-field select:focus {
  border: solid 1px #0274bb; 
  outline: none; 
  transition: 0.5s;
}

.input-field select {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  border-radius: 4px;
  transition: 0.5s;
  padding-left: 10px;
}

.input-field:focus { 
  border: solid 10px blue; 
}

.error { 
  color: #ee3340; 
  border: solid 2px #f15d43 !important; 
}

/* FOOTER */
.main-footer {
  background: url(/images/footer-bg.svg) no-repeat;
  background-size: 100%!important;
  background-position: bottom!important;
  background-attachment: fixed;
  padding: 80px 0 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-content {
  margin-bottom: 100px;
  padding: 2rem;
}

.main-footer address,
.main-footer .contact-numbers {
  font-style: normal;
}

.main-footer address {
  margin-bottom: 30px;
}

.main-footer .contact-numbers strong {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}

.footer-nav {
  margin: 1rem 0 0 1rem;
  padding: 0;
  font-weight: 400;
  list-style: none;
}

.footer-nav li {
  margin-right: 1rem;
  position: relative;
  padding: 5px 0;
}

.footer-nav li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #50C2A1;
  position: absolute;
  left: -15px;
  top: 17px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-content h3 {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
}

.footer-content .footer-social {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 2rem;  
}

.footer-social svg {
  margin: 0 0.25rem;
}

.footer-credit {
  margin: 10px 0;
}

.footer-credit,
.footer-credit a {
  color: #BEBEBE;
  font-size: 12px;
}

@media(min-width: 48em) {
  .footer-nav {
    margin: 0;
  }    
}

@media(min-width: 75em) {
  .footer-content {
    margin-bottom: 100px;
    padding: 4rem 5rem 5rem;
  }
  
  .footer-nav {
    font-size: 18px;
  }  
  
  .main-footer address,
  .main-footer .contact-numbers {
    font-size: 18px;
  }  
}


/* Tabs */
.school-tabs-section {
  padding: 100px 0 120px;
}

.school-tabs {
  background: #fff;
}

#tabs h3 {
  font-size: 18px;
  margin-top: 0.5rem;
}

#tabs .ui-tabs-nav {
  font-size: 0;
  list-style: none;
  font-weight: 500;
  margin: 0;
  padding: 0;  
  border-bottom: 1px solid #F2F2F2;
}

#tabs .ui-tabs-nav li {
  font-size: 18px;
  padding: .5rem 1rem;
  border-bottom: 1px solid #F2F2F2;
  
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;  
}

#tabs .ui-tabs-nav li a {
  color: #286767;
  text-decoration: none;
}

#tabs .ui-tabs-nav li.ui-tabs-active {
  background: #276667;
}

#tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #fff!important;
}

#tabs .ui-tabs-panel {
  padding: 2rem;
}

#tabs .ui-tabs-panel img {
  width: 60px;
}

#tabs .ui-tabs-panel a {
  font-weight: 500;
  text-decoration: underline;
}


@media(min-width: 75em) {
  .school-tabs {
    font-size: 20px;
  }  
  
  #tabs .ui-tabs-nav li {
    display: inline-block;
    padding: 1rem 2rem;
    border-right: 1px solid #F2F2F2;
    border-bottom: 0;
  }
}

@media(min-width: 99em) {
  #tabs .ui-tabs-nav li {
    font-size: 22px;
  }  
  
  #tabs .ui-tabs-panel {
    padding: 3rem;
  }	
	
}

.photo-content {
	margin-top: 1.5rem;
}
	
.photo-content p {
	margin-bottom: 0;
}

.flip-entry-last-writer {
    display: none!important;
    color: #fff; 
}

/* Facebook Embed */
.home-news-events > .container > .row {
  position: relative;
}


@media all and (max-width: 62em){
	.home-news.test {
		margin-bottom: 2rem;
	}
	.fb-page, 
    .fb-page span, 
    .fb-page span iframe[style],
    ._2p3a { 
        width: 100% !important; 
        max-width: 100% !important;
    }
}


@media all and (min-width: 62em){
  .home-news.test {
    max-width: calc(100% - 450px);
  }

  .fb-embed {
      position: absolute;
      right: 0;
      top: 0;
      width: fit-content;
      margin-left: auto;
      display: block;
  }

} 

.editor iframe {
    width: 100%;
    min-height: 300px;
}

@media (min-width:62em) {
    .editor iframe {
        min-height: 500px;
    }
}