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

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

.clearfix:after {
  clear: both;
}

.display-inline * {
  display: inline-block;
}

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

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

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

:root {
  --dark-font-color: #35393C;
}

/* 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: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #35393C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  overflow-x: hidden;
}

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

@media(max-width: 62em) {
  body {
    padding-top: 0!important;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: forma-djr-text, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #35393C;
}

h1, .h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 1.525rem;
}

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

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

h4, .h4 {
  font-size: 22px;
  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: 50px;
  }

  h3, .h3 {
    font-size: 34px;
  }

  h4, .h4 {
    font-size: 26px;
  }
}


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;
}

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

b, strong {
  font-weight: 700;
}

i > strong {
  background: #ffeac4;
  font-weight: 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;
}

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;
}

figure.image-style-side {
  float: right;
  margin: 20px;
}

figure.image-style-side img {
  max-height: 500px;
}

.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 {
  filter: brightness(.9);  
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px 10px 10px;
  border-bottom: 2px solid transparent;
}

.btn:hover,
.btn:focus {
  padding: 10px 25px;
}

.btn-block-wrapper {
  display: block;
}

/*
COLOUR CLASSES
*/

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

.dark-grey-bg * {
  color: #fff;
}

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

.medium-grey-bg * {
  color: #fff;
}

.light-grey-bg {
  /*background-color: #d6e2e7!important;*/
  background-color: #F2F2F4!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;
  position: relative;
  z-index: -1;  
}

#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; 
  background: #fff;
  border: 2px solid #f2f2f4;
}

#op-services .service a:hover,
#op-services .service a:focus {
  background: #fff;
}

/* Option Box */
.optionbox {
  position: fixed;
  box-sizing: border-box;
  display: none;
  z-index: 30000;
  background: #F2F2F4;
  padding-bottom: 1rem;
}

#op-services, #op-search { 
  top: 40px!important;
}


@media (max-width: 48em) {
  .optionbox {
      width: 90%!important;
    }
}

.optionbox-padding { 
  padding: 10px;
}

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

.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;
}

.optionbox a {
	color: #35393C;
}

.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: #F2F2F4;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/* Waffle Links Tooltips */
.service a {
  position: relative; 
}

.service a::before {
  content: attr(title);
  position: absolute;
  top: 99%;
  right: -1rem;
  width: 160px;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-align: center;
  opacity: 0;
}

.service a:hover::before {
  opacity: 1;
}

.optionbox-padding .input-field {
  margin-bottom: .5rem;
}

#op-account {
  padding-bottom: 0;
  width: auto!important;
}

/* Don't show if no tite exists */
.service a[title=""]:hover::before, .service a:not([title]):hover::before {
  content: none;
}

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;
}

/*School Finder*/
#legend {
  list-style: none;
  margin: 0;
  padding: 0;  
}

#legend li {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-left: 2px solid #e8e8e8;
}

#legend i { vertical-align: middle } 

.elementary { color: #f15d43 }
.junior-high { color: #03e64d }
.senior-high { color: #26ace2 }
.elementary-junior {color: #26d83c;}
.junior-senior { color: #6d3c86 }
.colony-pin { color: #e761ac }
.other { color: #0d679e }
.map-wrapper { margin-bottom: 20px; box-sizing: border-box; }


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

/* Top Bar */
.top-bar {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.top-bar * {
  margin: 0;
  padding: 0; 
  display: inline-flex;
  align-items: center;  
}

.top-bar a {
  color: inherit;
}

.top-address {
  margin-left: 15px;
}

.top-city {
  margin-right: 30px;
}

.top-phone {
  margin-right: 30px;
}

.top-social li {
  margin: 0 5px;
}

.top-social li a:hover,
.top-social li a:focus {
  filter: none;
}

.top-social li a:hover svg path,
.top-social li a:focus svg path {
  opacity: 1;
}

.top-social svg {
  max-height: 16px;
}

#nav-app {
  cursor: pointer;
}

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

#nav-app .waffle-links {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
}

#nav-app li {
  padding-left: 5px;
  padding-right: 5px;
}

#nav-app .bus-status,
#nav-app .waffle-links {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

@media(min-width: 75em) {
  #nav-app .waffle-links {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  #nav-app .material-icons {
    font-size: 20px;
  }  
}

/*Main Header*/
.main-menu-wrapper {
  position: relative;
}

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

.logo-menu-wrapper .logo {
  margin: 10px 0;
  display: block;
}

.district-body .main-header .logo img {
  margin: 20px 0;
}

.logo-menu-wrapper .myctr-link {
  position: absolute;
  background: #C02B2D;
  left: 0;
}

.logo-menu-wrapper .myctr-link a {
  color: #fff;
  font-weight: bold;
}

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

/* 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: #000;
  padding: 5px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: .95rem;  
}

#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 {
  background: rgb(0 0 0 / 15%);
}

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

input.hamburger-menu[type="checkbox"],
input.secondary-hamburger-menu[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 62em) {  
  #main-nav,
  #nav-secondary {
    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: 1100;
    top: 0;
  }

  #main-nav ul,
  #nav-secondary ul {
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);    
  }
  
  #nav-secondary .cookie {
    display: none;
  }

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

  input.hamburger-menu[type="checkbox"]:checked + .hamburger-icon .top,
  input.secondary-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,
  input.secondary-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,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }

  .hamburger-icon,
  .secondary-hamburger-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    cursor: pointer;
    position: absolute;
  }
  
  input.hamburger-menu[type="checkbox"]:checked + .hamburger-icon,
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon {
    z-index: 1200;
  } 
  
  input.secondary-hamburger-menu[type="checkbox"]:checked + .hamburger-icon {
    position: fixed;
    top: 5%;
    right: 11%;
  }

  .bar {
    display: block;
    background-color: #000;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    margin: 5px 0 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  
  .hamburger-icon::before {
    content: 'menu';
    position: absolute;
    left: -50px;
    top: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75rem;
  }
  
  .sidebar .hamburger-icon::before {
    content: 'more';
    width: 120px;
    left: -125px;
    text-align: right;
  }  

}

@media only screen and (min-width: 62em) {
  .school-body .main-header .logo img {
    height: auto;
  }
  
  #main-nav ul li a {
    font-size: .75rem;
  }
  
  .school-body #main-nav {
    padding: .25rem 0 .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) { 
  .school-body .main-header .logo img {
      max-height: 101px;
  }
  
  .district-body .main-header .logo img {
      max-height: 70px;
  }  
  
  #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: fixed;
    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 {
    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;
	}
	
	main {
		margin-top: 140px;
    }

}

/* SECONDARY NAVIGATION */
/* HOME */
.home-banners .container-fluid,
.home-banners .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.home-banners .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-item {
  padding: 20px;
  position: relative;
  min-height: 25vh;  
  background-size: cover!important;  
}

.banner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #35393C;
  opacity: 0.5;
  -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;
}

.hover-container {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 20px;
  z-index: 100;
  background: rgba(53,57,60,.9);
  transition: all .3s ease-in-out;
}

.hover-container h2 {
  color: #fff;
}

.hover-container p {
  font-size: 18px;
line-height: 1.2;
}

.hover-wrapper {
	position: relative;
}

@media(max-width: 48em) {
	.hover-container p {
		display: none;
	}
	
	.hover-container:after {
		content: '\e5c8';
		font-family: 'Material Icons';
		position:absolute;
		bottom: 10px;
		right: 10px;
	}	
}

@media(min-width: 62em) {
	.banner-item {
		height: calc(16 / 27* 100vw);
	}    
   .hover-container h2 {
    font-size: 38px;
  }
  
  .hover-container p {
	opacity: 0;
	display: none;
	height: auto;	  
    -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;  
  }

  .hover-wrapper:hover .banner-item::after,
  .hover-wrapper:focus .banner-item::after {
    opacity: 0;
  }

  .hover-wrapper a:hover,
  .hover-wrapper a:focus {
    filter: none;
  }
  
  .hover-container {
    background: none;
  }
  
  .hover-wrapper:hover .hover-container,
  .hover-wrapper:focus .hover-container {
    background: rgba(53,57,60,.9);
  }  

  .hover-wrapper:hover .hover-container p,
  .hover-wrapper:focus .hover-container p {
	opacity: 1;
	display: block;
	height: auto;
  }
}

@media(min-width: 75em) {
  /* .banner-item.lg-full-height {
    height: 88vh;
  }

  .banner-item.lg-half-height {
    height: 44vh;
  } */
  
  .hover-container h2 {
    font-size: 40px;
  }  
  
}

@media(min-width: 99em) {
  /* .banner-item.lg-full-height {
    height: 85vh;
  }

  .banner-item.lg-half-height {
    height: 42.5vh;
  } */
  
  .hover-container h2 {
    font-size: 50px;
  }
  
  .hover-container p {
    font-size: 24px;
  }  
  
  .hover-container {
    padding: 40px;
  }    
}

/* Ed Plan */
.ed-plan {
  height: 3vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ed-plan a {
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;  
}

/* Middle Content */
.district-middle-content {
  positioN: relative;
  background: url(/images/cathedral-bg.jpeg) no-repeat left;
  background-size: auto 100%;  
  padding-left: 1rem;
  padding-right: 1rem;
}

.district-middle-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #35393C;
  opacity: 0.97;  
}

.district-middle-content .content-side {
  padding: 100px 2rem;
  z-index: 100;
}

@media(min-width: 99em) {
	.district-middle-content .content-side {
		padding: 100px;
	}
	.district-middle-content .content-side h1 {
		font-size: 50px;
	}	
	.district-middle-content .content-side h2 {
		margin-top: 5rem;
	}
	.district-middle-content .content-side p {
		font-size: 20px;
	}	
}

.priority h3 {
  font-family: basic-sans, sans-serif;
  letter-spacing: 2px;
  display: inline;
  font-size: 24px;
}

.priority svg {
  display: inline;
  width: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}

.district-middle-content .content-side .priority p {
  margin: 20px 0 30px 55px;
  font-size: 18px;
}

.district-middle-content h3 a {
  color: #fff;
  border-bottom: 1px solid #939393;
}

.district-middle-content .image-side {
  position: relative;
  background-size: cover!important;
  background-position: center!important;
  z-index: 100;
  padding: 20% 10%;
}

.district-middle-content .image-side .text-wrapper {
  padding: 40px;
  background: rgba(53,57,60,.9);
}

.district-middle-content .image-side .text-wrapper .btn {
  display: inline-block;
}

.district-middle-content .image-side .text-wrapper p {
  font-size: 18px;
}

@media(min-width: 75em) {
  .district-middle-content::after {
    width: 50%;
  }
  
  .district-middle-content .image-side .text-wrapper {
    position: absolute;
    bottom: 60px;
    padding: 40px;
    background: rgba(53,57,60,.9);
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }  
  
  .district-middle-content .image-side {
    position: relative;
    background-size: 80%!important;
    background-attachment: fixed!important;
    background-position: right!important;
    z-index: 100;
    padding: 1rem;
  }  
}

@media(min-width: 99em) {
  .district-middle-content .image-side {
    background-size: 55%!important;
  }  
}


/* School Middle Content */
.school-intro {
  position: relative;
  background-size: cover!important;
  padding: 70px 0 70px;
  z-index: 99;
}

.school-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #35393C;
  opacity: 0.8;  
}

.school-intro .container {
  position: relative;
  z-index: 100;
}

.school-intro h1 {
  font-size: 40px;
}

.school-intro p {
  font-size: 18px;
}

.school-intro .priority {
  margin-bottom: 30px;
}

.school-intro .priority a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.ctr-video {
  position: relative;
  padding: 30px 0 30px;
}

.video-intro {
  padding-top: 0;
  font-size: 18px;
}

.video-intro span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
}

.ctr-video .responsive-video {
  z-index: 100;
}

.ctr-video .absolute-bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media(min-width: 48em) {
  .school-intro .priority svg {
      max-height: 22px;
  }
  
  .school-intro .priority a {
    font-size: 15px;
  }
}

@media(min-width: 75em) {
  .school-intro h1 {
    font-size: 50px;
  }
  
  .school-intro p {
    font-size: 24px;
  }  
  
  .priority svg {
    width: 50px;
    max-height: none;
  }
  
  .school-intro {
    padding: 100px 0 150px;
  }  
  
  .ctr-video .absolute-bg {
    width: 50%;
  }
  
  .ctr-video {
    margin-top: -100px;
  }  
  
  .home-banners .video-intro {
    padding-top: 110px;
    padding-bottom: 30px;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

@media(min-width: 99em) {
  /*.school-intro {
    background-size: 2008px!important;
  }*/
  
  .school-intro .priority a {
    font-size: 20px;
  }  
  
  /*.school-intro::after {
    width: 2008px;
  }*/
  
  .ctr-video {
    padding: 30px 0 80px;
  }  
  
  .home-banners .video-intro {
    padding-left: 30px;
  }   
}

@keyframes videohover {
  0% {
    opacity: 1;
    z-index: 10;
  }
  50% {
  	opacity: 0;
  }
  100% {
    z-index: -1;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 2ms ease-in;
  
  animation-name: videohover;
  animation-duration: 2ms;
  animation-fill-mode: backwards;
  animation-play-state: paused;   
}

.video-overlay:active,
.video-overlay:hover,
.video-overlay:focus {
  animation-fill-mode: forwards;
  animation-play-state: running;
}
  
/* Upcoming Events and Recent News List */
.upcoming-events,
.recent-news {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.upcoming-events li,
.recent-news li {
  transition: all .1s ease-in-out;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.upcoming-events li:hover,
.upcoming-events li:focus,
.recent-news li:hover,
.recent-news li:focus {
  filter: brightness(0.9);
}

.upcoming-events a,
.recent-news a {
  display: block;
  color: #000!important;
}

.upcoming-events svg {
  margin: 1.5rem 1rem 1.5rem 1.5rem;
  width: 8%;
}

.upcoming-events .event-details {
  padding: 1.5rem;
}

.upcoming-events svg,
.upcoming-events .event-details {
  display: inline-block;
  vertical-align: middle;
}

.upcoming-events .format-date,
.recent-news .format-date {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
  display: block;  
  font-size: 80%;
}

.upcoming-events .event-name {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}

.recent-news li {
  padding: 1.25rem;
}

.recent-news .news-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.recent-news .news-date {
  letter-spacing: 2px;
  opacity: .5;
}


/* */

.home .news-section {
  background: #f8f9f9;
  padding-top: 80px;
  padding-bottom: 100px;  
}

.home .news-section .container {
  position: relative;
}

.news-item {
  display: block;
  margin-bottom: 3rem;
  background: #fff;
  padding: 0 0 1rem 0;
  border-radius: 5px;
}

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

.news-item-taller img {
  height: auto!important;
  aspect-ratio: 4/5;
}

.news-item .img-wrapper {
  -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;  
}

.news-item .img-wrapper.no-cover {
  height: 250px;
  background-image: url(/images/footer-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

@media(min-width: 62em) {
  .news-item img,
  .news-item .img-wrapper.no-cover {
    height: 320px;
  }  
}

@media(min-width: 75em) {
  .news-item img,
  .news-item .img-wrapper.no-cover {
    height: 244px;
  }  
}

@media(min-width: 99em) {
  .news-item img,
  .news-item .img-wrapper.no-cover {
    height: 340px;
  }  
}

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

.news-item h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px;
  text-align: center;
}

.news-item:hover .img-wrapper,
.news-item:focus .img-wrapper {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}

@media(min-width: 62em) {
  .more-news-btn {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
}

.news-item svg, .news-item .news-description {
  display: inline-flex;  
  margin-top: 15px;
}

.news-item svg {
  vertical-align: top;  
  margin-left: 15px;
}

.news-item .news-description {
  width: 70%;
  margin: 15px;  
  color: initial;
}

/* 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 img {
  max-width: 100%;
  max-height: 600px;
  margin-bottom: 20px;
  object-fit: contain;
}

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

.featured-img-bg svg {
  position: absolute;
  right: 1%;
  top: 20%;
  width: 25%;
}

@media only screen and (min-width: 62em) {
  .featured-img-bg {
  }
}

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

.featured-img-text {
  text-align: center;
  color: #fff;
  padding: 1rem 2rem; 
}

.featured-img-text h1 {
  margin: 0;
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  z-index: 100;
  background: rgba(53,57,60,.9);
}

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

.content-container,
.cm-documents {
  background: #f8f9f9;
}

@media(min-width: 62em) {
  .cross-bg {
    background: url(/images/cross-bg.svg) no-repeat;
    background-size: 100px;
    background-position: left 1rem;
  }
}

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

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

.intro-content h1 {
  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 {
  margin-bottom: 2rem;
  display: inline-block;
}

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

.responsive-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.iframe-container,
.newsletter-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;
}

.newsletter-iframe-container iframe {
  min-height: 100vh;
}

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

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

.content-box.secondary-bg {
  border-color: transparent;
}

.content-box.secondary-bg:hover,
.content-box.secondary-bg:focus {
  box-shadow: none;
  transform: translateY(2px);
  border-color: #dedede;
}

.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;
  font-size: 22px;
  letter-spacing: 1px;
}

.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: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 10px;
  border: 5px solid #f5f9fc;
}

.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;
}

.bio-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition-property: -moz-filter,-ms-filter,-o-filter,-webkit-filter,filter;
  transition-duration: 1s;
}

.bio-img:hover {
  filter: none;
}

.biography h3 {
  margin-top: 0;
}

.biography h4 {
  margin-bottom: 1rem;
}

.biography p {
  margin-bottom: .5rem;
  color: #646464;  
}

.biography a {
  vertical-align: middle;
}

.biography i {
  font-size: 18px;
  vertical-align: middle;
  color: #646464;
}

.biography a span {
  color: #646464;
}

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

.school-logo img {
  max-height: 10rem;
  display: block;
  margin: 0 auto;
}

/* Schools List  */
.community-wrapper {
  padding: 5rem 0;
  border-bottom: 1px solid #e3e3e3;  
}

.community-wrapper:last-of-type {
  border-bottom: 0;  
}

.community-wrapper h2 {
  margin-top: 0;
}

.community-wrapper .social {
  margin-bottom: 10px;
}

.community-wrapper .social svg {
  vertical-align: middle;
  height: 18px;
  margin-right: 8px;
}

.community-wrapper .school-wrapper {
  padding-bottom: 2rem;
}

.community-wrapper .school-wrapper img {
  max-height: 110px;
}

/* Attendance Boundaries  */
.lead {
  font-size: 140%;
}

.lead i {
  vertical-align: middle;
}

.boundary-wrapper {
  padding: 4rem 0 5rem;
  border-bottom: 1px solid #e3e3e3;  
}

.boundary-wrapper:last-of-type {
  border-bottom: 0;  
}

.boundary-wrapper h2 {
  font-size: 32px;
}

/* 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%;
  font-size: 1.4rem !important;
  vertical-align: middle;  
  border-left: 2px solid #d63e25;  
  transition: all .2s ease-in-out;    
}

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

.collapsible-box-icon { 
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 18px;
}

.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 rte */
.editor details summary {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 1rem;
	margin: 0;
    border-left: 2px solid #d63e25;  
	cursor: pointer;
    transition: all .3s ease-in-out;
}

.editor details summary h3 {
    margin: 0;
    font-size: 1.4rem !important;
}

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

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

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

/* Sidebar Styles */
.sidebar {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 75em) {
  .sticky-sidebar {
    position: sticky;
    top: 8rem;
    margin-top: 5rem;
    margin-bottom: 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;
}

.secondary-nav-item.active {
  font-style: italic;
  opacity: 0.5;
}

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

#nav-secondary a {
  color: inherit;
}

#nav-secondary ul li a:hover,
#nav-secondary ul li a:focus {
  padding-left: .5rem;
}

.cookie {
  font-weight: 600;
  position: relative;
}

.cookie a {
  vertical-align: top;
}

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

@media(max-width: 62em) {
  .desktop-nav-item {
    display: none!important;
  }
}

/* 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;
	margin-bottom: 0;
}

.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(odd) {
  background: none;
}

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

/* Responsive Tables */
@media (max-width: 45em) {
  #directory-container .table table {
    white-space: nowrap;
  }
  
  #directory-container .collapsible-box-description {
    overflow: scroll;
  }
}


/*
@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: 2rem; }

.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 {
  margin-top: 30px;
  padding: 100px 0;
  background-image: url('/images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.main-footer address,
.main-footer .contact-numbers {
  font-size: 18px;
  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: 50px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.footer-nav li {
  margin-right: 1rem;
}

.footer-nav a {
  color: #35393C;
}

.district-footer-logo img {
  width: 100%;
}

.district-footer-logo, .district-footer-logo + .footer-social {
  margin-bottom: 50px;
}

.footer-logo img {
  width: 100%;
  max-height: 235px;
  display: block;
  margin: 0 auto 40px;
}  

@media(min-width: 48em) {
  .district-footer-logo, .district-footer-logo + .footer-social {
    display: inline-block;
  }  
  .district-footer-logo {
    width: 475px;
    margin-left: -20px;
  }
}

.footer-social {
  text-align: center;
  margin-bottom: 2rem;
}

.footer-social svg {
  margin: 0 10px;
}

.footer-content h3 {
  font-size: 25px;
  margin-top: 0;
}

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

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

.district-logo-links img {
  width: 195px;
  margin: 0 auto 15px;
  display: block;
}

.district-links a {
  color: #C02B2D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 5px;
}

/* Footer Tabs */
#tabs {
  margin-top: 3rem;
}

@media(min-width: 75em) {
  #tabs {
    margin-top: 0;
  }
}

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

#tabs .ui-tabs-nav {
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#tabs .ui-tabs-nav li {
  padding: .65rem 1rem;
  
  -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.ui-tabs-active {
  border-right: 0;
  border-bottom: 2px solid;
  display: inline-block;
}

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

.google-calendar {
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  border: 2px solid #ebebeb;
  margin-bottom: 2rem;
}

@media(min-width: 75em) {
  #tabs .ui-tabs-nav {
    text-align: right;
  }
  
  #tabs .ui-tabs-nav li {
    border-right: 2px solid;  
  }
  
  #tabs .ui-tabs-nav li.ui-tabs-active {
    padding-right: 0;
  }
}

@media (min-width: 75em) and (max-width: 99em) {  
	#tabs .ui-tabs-nav {
    font-size: 11px;
  }
}

/*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: center;
  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 {
    display: none;
    float: right;
    padding: 1rem 0;  
  }

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

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

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

.fc .fc-scrollgrid-section-body table {
  margin-bottom: 0;
}

/* Fixes for search results template */
.container.pad-side {
  padding-top: 4rem;
}

.container.pad-side .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

/* Search Results */
.search-content-type {
  display: none;
}

.search-title { 
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.search-description { 
  color: #444;
  line-height: 1.3;
}

.search-description strong {
  background: #ffffb5;
}

.search-result {
  border-bottom: 1px solid #ebebeb;
  margin: -1px 0 2rem 0;
  padding: 0 0 1rem 0;
  width: 100%;
} 

/* Custom background colour for bus status */
.bus-container-route {
  background: #FFF;
}

.home-banners .news-tile {
    padding: 0 1rem;
}

.home-calendar-title {
    margin-bottom: 2rem;
    margin-top: 0;
    padding-top: 2rem;
}

.banner-video {
	position: relative;
    height: calc(9 / 16* 100vw);
    overflow: hidden;
    padding-bottom: 0;
}

.banner-video iframe {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 3/1 * 100%)
}

.video-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 250;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: color .3s ease-in-out;
}

.video-button i {
    font-size: 2rem;
}

@media(min-width: 62em) {
     /* .banner-video iframe {
        height: calc(100vh + (30 * 100vh / 56.25));;
    } */

    .banner-video {
        height: calc(16 / 27* 100vw);
    }

    .banner-video iframe {
        width: 105%;
        height: 100%;
    }
}

/*
@media (min-width:75em) {
    .banner-video iframe {
        height: 100%;
        width: calc(100vh + (88 * 100vh / 56.25));;
    }
} */

@media (min-width:99em) {
    /* .banner-video iframe {
        width: calc(100vh + (85 * 100vh / 56.25));;
    } */

    .video-button {
        top: 1.5rem;
    }
} 

@media (min-width:125em) {
    .video-button {
        top: 2.5rem;
    }
} 