*,
*: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;
}

:root {
    --primary: #113a85;
    --light-blue: #00ACD0;
    --light-grey: #cecece;
    --dark-font-color: #3E3E3E;
}

/* TYPOGRAPHY
Using the Golden Section Scale factor from https://www.gridlover.net/try
*/
html {
  font-size: 16px;
  line-height: 21px;
  scroll-behavior: smooth;
}

body, .article {
	font-size: 1rem;
	line-height: 1.45;
	font-family: articulat-cf, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fff;
	color: #3E3E3E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	overflow-x: hidden;
}

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

.light-grey-bg {
  background-color: #F5F5F5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-style: normal;
}

h1, h2, .h1, .h2 {
	font-family: source-serif-pro, serif;
	font-style: normal;
	font-weight: 400;
}

h1, .h1 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 1.3125rem;
	margin-bottom: 2.625rem;
	}

h2, .h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	margin-top: 1.3125rem;
	margin-bottom: 1.3125rem;	
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
	font-family: articulat-cf, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.85rem;
  margin-top: 1.3125rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 0rem;
}

h5, .h5, h6, .h6 {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 0rem;
}

@media only screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 4.25rem;
    line-height: 5.25rem;
  }
  
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }  
}


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 {
  border: 1px solid;
  margin: -1px 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;
}

a {
color: #d88e06;
  word-break: break-word;
  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;
}

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

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

.image {
  margin: 0;
}

.invisible {
  visibility: hidden;
}

.aria-hide {
  display: none;
}

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

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

.mt0 {
    margin-top: 0;
}

.btn {
	position: relative;	
	font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  -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;  
}

.btn-underline,
.btn-underline-partial {
	color: inherit;
	position: relative;
	padding: 0.625rem 0;	
	border: 0!important;
}

.btn-underline i {
	display: none;
}

.btn-underline::after {
	content: '';
	height: 2px;
	width: 100%;
	background: #F2BC58;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

:not(.Home) .btn-underline {
	text-transform: none;
}

.btn-underline-partial::after  {
	content: '';
	height: 2px;
	width: 40px;
	background: #F2BC58;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	
    -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;	
}

.btn-underline-partial:hover::after  {
    width: 60px;
}

.btn-primary {
	border-radius: 2px;
}

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

table {
  margin-bottom: 0;
}

@media(min-width: 63rem) {
	.btn {
		font-size: 1rem;
	}	
}


/* Brand specific */
/* a {
  color: #819D52;
} */

.btn-primary {
  background: #F6BC68;
  color: #3E3E3E; 
}

.btn-underline::after {
	background: #F2BC58;
}

.btn-primary:hover,
.btn-primary:focus {
  filter: brightness(1.1);
}

.btn-underline:hover,
.btn-underline:focus {
  filter: brightness(1.2);
}

/* */

.btn i {
  vertical-align: middle;
  -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;  
}

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

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

/* HEADER */
.home-alert { 
  width: 100%; 
  background: #F2BC58; 
  padding: 10px 20px; 
  text-align: center; 
  color: #333333;
  font-size: 0.85rem;
  line-height: 1.1;
}

.home-alert a { 
  color: #333333;
}

@media (min-width: 62em) {
  .home-alert { 
    font-size: 1rem;
  }
}

.logo svg {
  max-width: 100%;
	height: auto;
}

.school-logo {
    margin: 1.25rem 0 0;
}

/*@media(min-width: 62em) {
  .school-logo {
    margin: 1rem 0;
  }
} */

@media(min-width: 62em) {
  .school-logo {
    margin: 1.5rem 0 0;
  }
}

@media(max-width: 1200px) {
  .school-logo {
    max-width: 250px;
  }
}

.main-header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;  
}


.top-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin-right: 0.6rem;  
}

.top-menu-wrapper ul li {
  display: inline-block;
}

.top-menu-wrapper ul li a {
  color: #717171;
  font-size: .85rem;
  font-weight: 500;
  margin: 0 0.4rem;
}

.top-menu-wrapper ul li a:hover,
.top-menu-wrapper ul li a:focus {
  text-decoration: underline;
}

.top-nav-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

@media only screen and (min-width: 62em) {   
	.top-menu-wrapper {
		position: absolute;
		top: 3rem;
		right: 1rem;
	}	
}

.social-app-wrapper {
	gap: 15px;
	display: flex;
	margin-right: 20px;
}

.optionbox-trigger {
	display: flex;
}

.optionbox-trigger span,
.optionbox-trigger i {
    align-self: center;
}

.optionbox-trigger span {
    margin-right: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
	cursor: pointer;
}

.useful-link-wrapper {
	background: #F5F5F5;
	padding: 0.31rem 0.75rem;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 1px;
}

#nav-app { padding: .25rem .15rem 0; }
#nav-app ul { display: flex; margin: 0; padding: 0; text-align: center; margin: 0px; padding: 0; white-space: nowrap }
#nav-app li { list-style: none; white-space: nowrap; margin: 0px 5px }
#nav-app a { display: inline-block; padding: 0; color: #fff }
#nav-app a:hover { text-decoration: none }

#op-services .service { text-align: center; width: 32%; vertical-align: top; margin: 0.5rem; }
#op-services .service-icon { margin: 0 auto; position: relative }
#op-services .service-icon svg {height: 50px;width: 100%;margin: 5px 0; fill: #00515b}
#op-services span { display: block; font-size: 0.65rem }
#op-services .service-footer { display: block; text-align: center; margin: 10px 0 0 0; padding: 5px 0; background: #f9f9f9 }


#op-services img {
  height: 60px;
  max-width: 100px;
  object-fit: contain;
  object-position: center; 
}

@media only screen and (min-width: 48em) {
  #op-services .service {
    width: 130px;
  }
  
  #op-services span {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 99em) {
	#op-services { max-width: 42vw }
}

/* Option Box */
.optionbox {
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  border-radius: 4px;
  box-sizing: border-box;
  display: none;
  z-index: 30000;
}

.optionbox-padding {    
	padding: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.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; font-weight: 300; color: #444; cursor: pointer }

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

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

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

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

#main-nav ul li a {
  color: #3E3E3E;
  font-size: 1.5rem;
  padding: 5px 3px;
  position: relative;
	text-transform: uppercase;
	font-weight: 700;
    word-break: revert;	
}

#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 {
  filter: brightness(1.5);
}

#main-nav ul li.social-nav a:hover,
#main-nav ul li.social-nav a:focus {
  background: none;
}

#main-nav ul li.social-nav a path,
#main-nav ul li.social-nav a path {
-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-nav ul li.social-nav a:hover path,
#main-nav ul li.social-nav a:focus path {
  filter: brightness(0.9);
}

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

@media only screen and (max-width: 62em) { 
	.main-header {
	    margin-bottom: 1rem;
	}

	#main-nav {
    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: 1000;
    top: 0;
    overflow-y: scroll;
    background: #fff;
  }
  
  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 .bar {
    background-color: #fff;
  }

  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 {
    top: 3.5rem;
    right: 1rem;
    display: inline-block;
    padding: 7px 10px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
  }

  .bar {
    display: block;
    background-color: #fff;
    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 {
    text-align: center;
    letter-spacing: 2px;
    padding-left: 0;    
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #main-nav ul li {
    padding: 10px 0;
  }
  
  #main-nav ul li a {
    font-size: 1rem;
  }   
}

@media only screen and (min-width: 48em) {
  #main-nav ul li {
    padding: 15px 0;
  }  
  
  #main-nav ul li a {
    font-size: 1.25rem;
  }     
}

@media only screen and (min-width: 62em) {
  #main-nav {
    padding: .5rem 0;
    border-radius: 35px 0;
    width: 100%;
  }
  
  .hamburger-menu, .hamburger-icon {
    display: none;
  }
	
	.top-nav-container {
		margin-top: 1rem;
		justify-content: center;
	}
	
	.logo {
		text-align: center;
	}
  
  #main-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
  }  
  
  #main-nav ul li {
    padding: 5px 2px;
  }
  
  #main-nav ul li a {
    font-size: .85rem;
    padding: 0;
  }  
}

@media only screen and (min-width: 75em) { 
	.main-menu-wrapper {
		height: calc(100% - 35px);
		display: flex;
		align-items: center;
	}
		
	
	.top-nav-container {
		margin-top: 0;
		justify-content: end;
	}	
	
	.logo {
		text-align: left;
	}	
	
  #main-nav ul {
    text-align: right;
    padding: 0;
  }  	
	
  #main-nav ul li {
	  padding: 5px 4px;
  } 	
	
  #main-nav ul li a {
    letter-spacing: .5px;
  }  	
}

@media (min-width: 75em) and (max-width: 99em) {
    .school-logo {
       width: 80%;
    }
}

@media only screen and (min-width: 99em) { 
  #main-nav {
    padding: .75rem 0;
    letter-spacing: 1px;
  }
	
	
  #main-nav ul li {
	  padding: 5px 10px;
  } 	
	
  #main-nav ul li a {
    font-size: 0.95rem;
  } 	
  
 
}

@media only screen and (min-width: 119em) { 
	#main-nav ul {
		justify-content: end;
	}  		
	
  #main-nav ul li {
    padding: 5px 20px;     
  }  
	
  #main-nav ul li a {
    font-size: 1rem;
  } 	
    
}

/* SECONDARY NAVIGATION */
#nav-secondary {
  background: #F5F5F5;
  position: relative;
  padding: 2rem 2rem 2rem 0;
}

#nav-secondary h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

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

#nav-secondary ul li {
  padding: 10px 0 10px 0;  
}

#nav-secondary ul li i {
  vertical-align: bottom;
}

#nav-secondary ul li a {
	color: inherit;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}

#nav-secondary ul li a::after {
	content: '';
	height: 2px;
	width: 40px;
	background: #F2BC58;
	display: block;
	position: absolute;
	bottom: 0;
-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;	
}

#nav-secondary ul li a:hover::after {
	width: 60px;
}

#nav-secondary::before {
  content: '';
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: -1000px;
  height: 100%;
  width: 1000px;
}

.cookie {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.125rem;
}

.cookie a {
	color: inherit;
}

.cookie a::before {
	font-family: "Material Icons";
	content: "\e941";
	vertical-align: baseline;
	display: inline-block;
	transform: rotate(180deg);
	color: #F2BC58;
}

.secondary-nav-item {
  padding: 10px 0 10px 20px;
}

.secondary-nav-item.active {
  font-weight: bold;
}

.cookie a i {
	display: none;
}

/* HOME */

.spotlight-cta-wrapper h2 {
	font-size: 1.375rem;
	font-family: articulat-cf, sans-serif;
	font-style: normal;
	font-weight: 800;
    line-height: 1.3;	
	margin-bottom: 0.5rem;
    margin-top: 0;
}

.spotlight {
  position: relative;
  background-size: cover!important;
  background-position: center!important;
  padding: 1rem 2rem 35%;
}

.spotlight .overlay,
.news-spotlight .overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.spotlight h1, 
.spotlight .h1,
.spotlight a {
  position: relative;
  z-index: 100;
}

.spotlight h1,
.spotlight .h1 {
  color: #fff;
  margin-bottom: .65rem;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0.5rem;
  font-family: source-serif-pro, serif;  
}

.spotlight p {
  font-size: 1rem;
  font-weight: 600;
}

.spotlight a {
  color: #F2BC58;
	text-decoration: none;
}

.spotlight a:hover,
.spotlight a:focus {
  color: #fff;
}

.spotlight-cta {
	  border-left: 2px solid #F2BC58;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
}

.spot-cta-title {
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
}

.spot-cta-subtitle {
	color: #3E3E3E;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 0.875rem;
}

.spot-cta-title::before{
    content: "\a";
    white-space: pre;
}

.news-spotlight {
  position: relative;
  max-width: 100%;
  margin: 0 0 2rem 0;
  height: 300px;
  padding: 2rem;
  background-size: cover!important;
  background-position: center!important;
}

.news-spotlight-link {
  display: block;
  height: 100%;
}

.news-section .news-spotlight h2 {
  position: relative;
  z-index: 100;  
  font-family: roc-grotesk, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.15;
  margin-top: 0;
}

.secondary-ctas h3::after, 
.departments-wrapper a.line::after {
   content: ""; 
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 40px;
   height: 2px;
   background: #F2BC58;
}

@media only screen and (min-width: 62em) {
  .news-spotlight {
    margin: 0 3rem 2rem 2rem;
  }
	
	.spotlight {
		padding: 3% 3% 40%;
	    min-height: 44vh;
	}
  
  .spotlight h1,
  .spotlight .h1 {
    font-size: 2.75rem;
  }
  
  .spotlight p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 75em) {
	.spotlight {
		padding: 2% 3% 24%;
	}
}

@media only screen and (min-width: 99em) {
  .container {
    width: 91rem;
  }
  
  .spotlight h1,
  .spotlight .h1 {
    font-size: 3.75rem;
  }  
	
	.spotlight {
		padding: 2% 4% 22%;
	}	
}

.secondary-ctas {
	margin-top: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.secondary-ctas .cta-bg {
  height: 260px;
  background-size: cover!important;
  background-position: center!important;  
}

.cta {
  position: relative;
  margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;	
}

.cta .cta-bg {
  -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;  
}

.cta a {
  display: block;
	position: relative;
}

.cta a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );	
}

.cta h2 {
	position: relative;
	font-family: articulat-cf, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1.125rem;
    position: absolute;
    line-height: 1.25;
    margin: 0;
    padding: 2rem 2rem 1rem;	
}

.cta h2::after {
	content: '';
	height: 2px;
	width: 40px;
	background: #F2BC58;
	display: block;
	position: absolute;
	bottom: 0;
    left: 2rem;
	-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;	
}

.cta:hover h2::after {
    width: 20%;
}

.homepage-content {
  overflow-x: hidden;
}

.news-wrapper {
  background: #F5F5F5;
  margin: 0 1rem;
}


@media only screen and (min-width: 62em) {
  .homepage-content {
    width: calc(100% - 2rem);
  	margin-top: -3rem;
    margin-left: 1rem;
  }
	

}

@media only screen and (max-width: 62em) {
  .school-body .homepage-content .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;    
  }
  
  .school-body .homepage-content .news-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;    
  }
  
  .school-body .homepage-content .links-section {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
  }
  
  .school-body .news-section h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 75em) {
	.cta .cta-bg {
		min-height: 325px;
	}
}

@media only screen and (min-width: 99em) {
  .cta h2 {
    font-size: 1.375rem;
  }
}

.news-wrapper h2, 
.specialty-programs-wrapper h2, 
.departments-wrapper h2 {
	font-size: 2rem;
}

.news-section {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 1rem;
}

.news-page,
.cm-documents {
    background: #F5F5F5;
    padding-top: 1rem;
    padding-bottom: 4rem;
    margin: 0 1rem 0;
}

.news-section .card:hover,
.news-page .card:hover {
  opacity: 0.9;
}

.news-section .card-photo,
.news-page .card-photo {
  line-height: 0;
}

.school-news-wrapper {
	margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;	
}

.school-news-wrapper .card {
	margin: 0 -.5rem;
}

.card-title {
	color: #819D52;
}

.school-body .card-title {
	color: inherit;
}

.card-photo {
  height: 265px;
}

.card-photo img {
  width: 100%;
  height: 265px;
  object-fit: cover;  
}

.card-photo,
.card-photo.no-photo {
  background: #fff url(/images/logo.svg) no-repeat center;
  background-size: 90%;
}

.--Calgary-Islamic-School-AJ .card-photo,
.--Calgary-Islamic-School-AJ .card-photo.no-photo,
.--Calgary-Islamic-School-OBK .card-photo,
.--Calgary-Islamic-School-OBK .card-photo.no-photo {
  background: #fff url(/images/logo.png) no-repeat center;
}

.card-content {
	margin-top: .75rem;
}

.card-content svg {
  display: inline-block;
  margin-right: 5px;
    vertical-align: middle;
}

.card-content svg + .card-description {
  display: inline-block;
  width: calc(100% - 45px);
}

.news-section .card-content,
.news-page .card-content {
  color: #3E3E3E;
  line-height: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.homepage-content .news-section .btn {
  margin-top: 2rem;
  margin-right: 3rem;
  float: right;
}

.homepage-content .primary-bg {
  position: relative;
}


.homepage-content .secondary-bg {
  position: relative;
  margin-top: 3rem;
}

.news-section {
	padding-top: 2rem;
}

.news-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;		
}

@media only screen and (min-width: 48em) {
	.news-wrapper h2, 
	.specialty-programs-wrapper h2, 
	.departments-wrapper h2 {
		font-size: 2.5rem;
	}	
}

@media only screen and (min-width: 62em) {
	.news-section {
		padding-top: 3rem;
	}	
	
  .homepage-content .news-section::before {
    content: '';
    background: #F5F5F5;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -75vw;
    width: 75vw;
  }  
  
  .homepage-content .primary-bg::after,
  .homepage-content .secondary-bg::after {
    content: '';
    background: #819D52;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: -75vw;
    width: 75vw;
  }	
  
}

@media only screen and (min-width: 62em) {
	.news-wrapper h2, 
	.specialty-programs-wrapper h2, 
	.departments-wrapper h2 {
		font-size: 3rem;
	}	
}

.format-date {
	color: #959595;
	font-size: 14px;
	font-weight: bold;
}

.card-content .format-date {
	display: inline-block;
    margin-bottom: 0.35rem;
}

.card-content .format-date .month {
	margin-right: 3px;
}

.card-title {
  line-height: 1.2;
  margin-bottom: 0.625rem;
	font-size: 1.125rem;
	font-weight: 700;
-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;	
}

.card-title:hover {
	filter: brightness(1.1);
}

.card-description {
  display: block;
  line-height: 1.3;
	font-size: 1rem;
	font-weight: 600;
	color: #3E3E3E;
	margin: .75rem 0 2rem;
}

.btn-bus {
    background: #7FAD70;
    color: #fff;
    text-transform: uppercase;
    padding: 0.31rem 0.75rem;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.btn.btn-bus:hover, 
.btn.btn-bus:focus {
  color: #fff;
	filter: brightness(1.2);
}

.btn-bus.btn-bus-alert {
  background: #C6774D;  
}

.spotlight-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 2rem;
}

.school-body .upcoming-events-wrapper h2 {
	color: #fff;
}

.upcoming-events {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

.district-body .upcoming-events-wrapper ul + a {
	color: #fff;
	font-size: 0.875rem;
	text-decoration: underline;
}

.upcoming-events li {
  transition: all .1s ease-in-out;
}

.upcoming-events li:hover,
.upcoming-events li:focus {
  background: rgba(255,255,255,0.1);
}

.upcoming-events li:last-of-type {
  border-bottom: 0;
}

.upcoming-events-wrapper .event-details {
  margin-bottom: 1rem;
	display: flex;
	align-items: center;	
}

.upcoming-events .format-date-calendar {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	display: inline-block;
	background: #fff;
	padding: 0.125rem 0.25rem;
	border-radius: 2px;
	border-top: 5px solid #f2bc58;
	text-align: center;
	width: 33px;
}

.upcoming-events .format-date-calendar + .event-name {
  color: #fff;
  display: block;
  font-size: 1.125rem;
	font-weight: 700;
	margin-left: 1rem;
}

.upcoming-events .format-date-calendar .month {
	display: block;
	font-size: 11px;
}

.upcoming-events .format-date-calendar .day {
	font-size: 1rem;
}

.upcoming-events .format-date-calendar .year,
.upcoming-events .format-date-calendar .time,
.upcoming-events .format-date-calendar .sep {
	display: none;
}

.calendar-links-wrapper a {
	font-size: 0.875rem;
	background: #fff;
	color: #3E3E3E!important;
	padding: 6px 8px;
	margin: 0 .75rem .75rem 0;
	display: inline-block;
	font-weight: 700;
	border-radius: 2px;	
}

.calendar-links-wrapper a:hover,
.calendar-links-wrapper a:focus {
	filter: brightness(0.9);
}

@media(min-width: 45em) {
	.spotlight-content {
		flex-direction: row;
	    justify-content: space-around;
	}
}


@media(min-width: 75em) {
	.spotlight-content {
		flex-direction: column;
		justify-content: space-evenly;
	    padding: 1rem 2rem;
	}
	
	.spot-cta-title, .upcoming-events .event-name {
		font-size: 1rem;
	}
	
	.spotlight-cta-wrapper h2 {
		font-size: 1.125rem;
	}
}

@media(min-width: 99em) {

	.spot-cta-title, .upcoming-events .event-name {
		font-size: 1.125rem;
	}

	.spotlight-cta-wrapper h2 {
		font-size: 1.375rem;
	}
	
	.spotlight-content {
		padding: 1rem 2rem 1rem 5rem;
	}
}

@media(min-width: 115em) {

	.spot-cta-title, .upcoming-events .event-name {
		font-size: 1.25rem;
	}

	.spotlight-cta-wrapper h2 {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.spotlight-content {
		padding: 1rem 2rem 1rem 8rem;
	}
	
	.upcoming-events .event-details,
	.spotlight-cta {
		margin-bottom: 1.75rem;
	}
}

/* Quicklinks */
.quicklinks-wrapper {
	position: relative;
    padding: 3rem 0 1.75rem;
	margin: 0 1rem;
}

.quicklinks-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.875rem;
	font-weight: 700;
	padding: .5rem 1rem;
	color: #fff;
}

.quicklinks-wrapper .btn {
	margin-bottom: 1.5rem;
}

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

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

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

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

.sidebar .upcoming-events li .event-details {
	margin-bottom: 0;
}

.sidebar .upcoming-events li .event-name {
	color: #3E3E3E;
	display: block;
	margin-top: .5rem;
}


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

/* News article - Dates, cover images */
.news-article h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.news-article h2 {
  font-size: 1.625rem;
}

.publish-date {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 2rem;
  color: #9f9f9f;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.publish-date .format-date {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 5px;
  color: #6a6a6a;
}

.publish-date .month,
.recent-news .month {
	margin-right: 5px;
}

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

.event-article .format-date {
    font-size: 1.5rem;
	color: #3E3E3E;
}

.event-article .publish-date i {
    font-size: 2rem;
    vertical-align: bottom;	
}

.event-article .event-title {
	margin-top: 0;
} 

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


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

@media only screen and (min-width: 48em) {
  .district-news .btn-underline {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .district-news .btn-underline {
    top: 2.5rem;
  }
}

@media only screen and (min-width: 99em) {
  .district-news .btn-underline {
    right: 0;
  }
  
  .district-news h1 {
    margin-left: -2rem;
  }
}

@media only screen and (min-width: 62em) and (max-width: 99em) {
  .leaf-img {
    margin-top: -5rem;
  }
}

.leaf-img img {
  border-radius: 0 210px;
  object-fit: cover;
  height: 440px;
  width: 335px;
}

.links-section {
  padding-bottom: 2rem;
}

.links-section .btn-underline {
  color: #fff;
  margin: 0 1rem;  
}

/* Departments */
.departments-wrapper {
	padding: 3.75rem 0 5rem;
}

.departments-wrapper h2 {
	margin-bottom: 2rem;
}

.departments-wrapper a {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.625rem 0;
	line-height: 1.3;
	margin: 0 0 1.25rem;
	color: inherit;
}

.departments-wrapper a::after {
	content: '';
	height: 2px;
	width: 40px;
	background: #F2BC58;
	display: block;
	position: absolute;
	bottom: 0;
    -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;	
}

.departments-wrapper a:hover::after,
.departments-wrapper a:focus::after {
	width: 50%;
}


/* SIDEBAR  */
.sidebar {
	margin-top: 1rem;
  margin-bottom: 3rem;
}

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

.sidebar h3 {
	font-family: source-serif-pro, serif;
	font-weight: 400;
}

/* CONTENT  */
.intro-content {
  padding: 3rem 0 2rem;
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
}

.intro-content h1,
.intro-content h2, 
.intro-content p {
	color: #fff;
}

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

.container > .row > .main-content {
	padding-top: 3rem;
}

.intro-content h1 {
  margin-top: 0;
    margin-bottom: 1rem;	
}

.intro-content h2 {
  margin-top: 0;
	font-size: 2.5rem;
}

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

.content-row {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.content-row img {
  max-height: 600px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;  
}

.content-box {
  background: #F5F5F5;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 2rem;  
}

.box-img-bg {
  background-position: center!important;
  background-size: cover!important;
  min-height: 250px;
}

.featured-img-bg {
  position: relative;
  padding: 30vh 0 0;
  min-height: 44vh;
  margin: 0 -1rem;
  background-size: cover!important;
  background-position: center!important;
}

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

.featured-img-text {
  position: relative;
  color: #fff;
	text-align: center;
  padding: 5rem 2rem 1rem;
  border-radius: 35px 0;
}

.featured-img-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.featured-img-text h1 {
  margin: 0;
	font-size: 3rem;
    position: relative;
    z-index: 100;	
}

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

@media only screen and (min-width: 99em) {
  .featured-img.container {
      width: 91rem;
  }
}

.specialty-schools {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specialty-schools li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 5rem 1.5rem 0;  
}

.news-back {
  margin: 2rem 0 0;
}

#contact-section {
  margin-top: 3rem;  
  margin-bottom: 3rem;
}

#contact-section h1 {
  margin-top: 0;
}

.collapsible-box .table {
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: .75rem;
  box-shadow: none;
}

.collapsible-box .table table {
  margin-bottom: 0;
}

@media(min-width: 62em) {
  .collapsible-box.first {
    margin-top: 1.5rem;
  }
}

.registration-container,
.calendar-container,
#contact-section {
	margin-top: 3rem;
}

/* Employment */
#careers-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#careers-list ul li:nth-child(odd) {
  background: #F5F5F5;
}

#careers-list ul li a {
  padding: 15px;
  display: inline-block;
  font-size: 110%;
}

@media(min-width: 62em) {
  .all-programs-btn {
    float: right;
  }
}

/* Trustee Profiles */
.trustee-profile, .staff-profile {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

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

.trustee-img {
  line-height: 0;
  max-width: 150px;
}

@media(max-width: 48em) {
  .trustee-img {
    margin-bottom: 20px;
  }
}

.trustee-img img {
  border-radius: 10px;
}

.trustee-profile h3 {
  margin-top: 0;
}

.trustee-profile p {
  margin: 0 0 .75rem 0;
}

.trustee-profile p:last-of-type {
  margin-bottom: 0;
}

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

/* Staff with top 10 list */
.staff-profile {
  margin-bottom: 3rem;
}

.staff-profile h4 {
  margin: 1.3125rem 0 1rem 0;
}

.staff-profile .job-title {
  font-style: italic;
}

.staff-list-img img {
  border-radius: 10px;
}

.number-list {
  list-style: none;
  padding: 0;
}

.number-list li {
  position: relative;
  padding: 0 0 1rem 2rem;
}

.number-list p {
  margin-bottom: 0.75rem;
}

.number-bg {
  background: #e7e7e7;
  border-radius: 10px 0;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;  
}

/* Calendar Styles */
.calendar-container iframe {
  background: #f9f9f9;
  margin-bottom: 5rem;
}

#calendar {
  margin-bottom: 3rem;
}

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

/*Calendar List Styles*/
.fc-daygrid-block-event .fc-event-time {
  display: none;
}

#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: 2rem 0;  
    display: none;
  }

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

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

/* Table Styles */
.table {
  margin: 0 0 2rem;
}

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

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

.table table {
  border: none;
  font-weight: normal;
  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 #f0f0f0;
}

.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: #f6f6f6;
}

/* Collapsible Box Styles */
.collapsible-box { 
  margin-bottom: 20px;
}

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

.collapsible-box-title { 
  border: 1px solid #ededed;
  background: #f5f5f5;
  display: inline-block; 
  padding: 10px 20px;
  margin: 0; 
  cursor:pointer; 
  width: 100%; 
  font-size: 1.4rem!important;
}

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

.collapsible-box-icon,
.collapsible-bottom-icon { 
  float: right;
  font-size: 16px;
  padding: 7px 0;
}

.collapsible-box-description { 
  padding: 0 20px 10px;
  overflow: hidden; 
  display: none;
  border: 1px solid #ededed;  
  border-top: 0;
}

.collapsible-box h5 { 
  font-size: 1.1rem; 
  margin: 10px 0px 10px 0px;
}
/* Collapsible boxes - lexical rte */
.editor details summary {
    border: 1px solid #ededed;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
	margin: 0;
	cursor: pointer;
    transition: all .3s ease-in-out;
}

.editor details summary h3 {
    margin: 0;
}

.editor details summary i {
    font-size: 16px;
    padding: 7px 0;
}

.editor details {
    border: 1px solid #ededed;  
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

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

/* Text Slider */
.text-slider-section {
  margin-top: 2rem;
  background: #2A3F58;
  color: #fff;
  margin-bottom: -4rem;
}

.text-slider-section .quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.text-slider-section .quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
}

.text-slider-section .quote-container .quote blockquote:before {
  content: "“";
  color: rgb(107 124 83);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: 1rem;
  left: 2rem;
  text-shadow: none;
  z-index: -10;
}

.text-slider-section .quote-container .quote cite {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  color: rgb(139 163 107);
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.2s ease;
}

#slider ul li {
  position: relative;
  margin: 0;
  padding: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-slider-section .quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 6rem 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
  color: white;
}

span.control_prev, span.control_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  line-height: 1;
}

span.control_prev i, span.control_next i {
  font-size: 30px;
}

span.control_prev:hover, span.control_next:hover {
  opacity: 1;
  transition: all 0.2s ease;
  background: #3f4c2c;
}

span.control_prev {
  border-radius: 0 2px 2px 0;
}

span.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.text-slider-section {
  margin: 2rem 1rem 0;
  background: #51613B;
  color: #fff;
}

/* Specialty Program Testimonial Swiper */
.testimonial-swiper {
  height: fit-content;
}
.testimonial-container {
  margin: 2rem 1rem 0;
  background: #51613B;
  color: #fff;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .quote-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.swiper-slide blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
  margin: 1.5rem;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
}

.swiper-slide blockquote cite {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    color: rgb(139 163 107);
}

.swiper-slide blockquote img {
  display: block;
  max-width: 300px;
  aspect-ratio: 1/1;
}

.swiper-slide .quote-wrapper:before {
    content: "“";
    color: rgb(107 124 83);
    font-size: 7.5em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: 1rem;
    left: 2rem;
    text-shadow: none;
    z-index: -10;
    font-style: italic;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
}

.swiper-button-next i, .swiper-button-prev i {
  font-size: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
    background: rgb(63, 76, 44);
}

@media (max-width: 767px) {
  .swiper-slide blockquote img {
    width: 100%;
    max-width: 200px;
  }

  .swiper-slide blockquote {
    gap: 1.5rem;
  }

  .quote-text {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-slide blockquote img {
    max-width: 200px;
  }
}

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

@media(min-width: 1024px) {
  .search-results {
    display: flex;
    flex-wrap: wrap;
  }
  
  .search-result {
    display: inline-block;
    margin: 20px;
    flex-grow: 1;
    width: calc(100% * (1/4));
  }    
}

/* Responsive Tables
@media (max-width: 767px) {
  .table table {
    display: block;
    width: 100%;
  }
  
  .table-wrapp
  er: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"] { 
  font-weight: bold;
  background: #F6BC68;
  color: #3E3E3E;
  border: 0;
  padding: 6px 15px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;  
  
  -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;    
}

.contact-form-button {
	margin-top: 1rem;
    display: block;
}

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

.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: 10px;
  top: -12px;
  background: #ffffff;
  font-size: 0.8rem;
  color: #aaaaaa;
}

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

/* Specialty Programs */
.specialty-programs-wrapper {
	padding-top: 4rem;
}

.specialty-programs-slider {
    margin-top: 3rem;
}

.specialty-program {
	background-position: center!important;
	background-size: cover!important;
}

.specialty-program {
	height: 30rem;
	width: 15rem;
	margin: 0 .75rem;
	position: relative;
}

.specialty-program a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 1.313rem;
	font-weight: bold;
	padding-bottom: 1rem;
	width: 70%;
}

.specialty-program::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(51,51,51,0.7);
}	

.specialty-program a::after {
    content: '';
    height: 2px;
    width: 40px;
    background: #F2BC58;
    display: block;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -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;	
}


.specialty-program a:hover::after,
.specialty-program a:focus::after {
	width: 50%;	
}

/* Accordion Styles */
.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion li {
  position: relative;
}

.accordion li .specialty-list {
  padding: 20px 10px 10px;
  color: #6b97a4;
  line-height: 2;
  letter-spacing: 1px;  
}

.accordion .accordion-a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  user-select: none;
}

.accordion-a i {
  color: #F2BC58;
  font-size: 2.25rem;
}

.accordion .specialty-list {
  line-height: 2;
  padding: 10px;
}

.accordion-a.active {
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*Responsive Calendar Styles*/

/* FOOTER */
.top-footer, .main-footer {
  background: #333333;
  color: #fff;
}

.top-footer-wrapper {
  overflow-x: hidden;
}

.top-footer h1, 
.top-footer .h1,
.top-footer h4 {
  color: #819D52;
}

.top-footer {
  padding: 4rem 0 10rem;
  margin: 1rem 1rem 0;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 75rem) {
  .top-footer {
    padding: 4rem 0 6rem;
  }
}

.top-footer h1,
.top-footer .h1 {
    font-size: 1.75rem;
	margin-bottom: 1.25rem;
    margin-top: 0;
    line-height: 1.2;	
}

.top-footer h2 {
  font-size: 1.375rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;	
}

.top-footer h4 {
  font-size: 1.35rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.top-footer a {
  color: #fff;
}

.top-footer .division-links a {
  margin: 0 1.5rem;
}

.top-footer .btn-underline:hover,
.top-footer .btn-underline:focus {
  border-color: #fff;
}

.district-body .top-footer a {
  font-weight: bold;
}

.district-body .top-footer a:hover,
.district-body .top-footer a:focus {
  text-decoration: underline;
}

.school-info i {
  vertical-align: middle;
}

.school-address, .school-phone, .school-email {
  margin: 0 1rem 1.5rem;
}

.main-footer {
  border-top: 1px solid #555555;
  text-align: center;
  margin: 0 1rem 1rem;
  padding: 2rem 0;  
  font-size: 1.375rem;	
}

.main-footer .address {
  line-height: 1.5rem;
  font-weight: 500;		
}

.footer-social {
  padding: 0;
  margin: 1rem 0 3rem 0;
}

.footer-social li {
  margin: 0 .75rem;
}

.footer-social a:hover {
  opacity: 0.75;
}

.footer-contact a {
  color: #fff;
  margin: 0 .5rem;
  line-height: 1.75rem;
}



.footer-contact svg {
  vertical-align: middle;  
  height: 20px;
  max-width: 23px;
}

@media only screen and (min-width: 75rem) {
  .footer-contact a {
    font-size: 1.35rem;
  }
  
  .footer-contact svg {
    margin: 0 0 0 2rem;
  }
}

.footer-credit {
  color: #848484;
  font-size: .75rem;
}

#footer-imagine-everything {
  width: 150px;
  opacity: 0.4;
}

/* Animation for waffle menu */
.op-services {
	position: relative;
}

.optionbox-trigger i {
	cursor: pointer;
}

.op-services i {
    animation: shake 4s ease 2;
}

.tooltip-shake {
	background: #4c4c4c;
    color: #fff;
    position: absolute;
    top: 110%;
    right: 0;
    padding: 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    animation: shake 4s ease 2, fade 100ms backwards paused;
}

.tooltip-shake::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #4c4c4c;
    position: absolute;
    left: 88%;
    top: -7px;
}

.op-services:hover .tooltip-shake {
  animation-fill-mode: forwards;
  animation-play-state: running; 
}


@keyframes fade {
  0% { opacity: 1 }
  100% { opacity: 0 }  
}

@keyframes shake {
   0% { transform:translate(0,0) }
   19% { transform:translate(0,0) }  
  20% { transform:translate(8px,0) }
  23% { transform:translate(0,0) }
  25% { transform:translate(8px,0) }
  27% { transform:translate(0,0) }
  28% { transform:translate(8px,0) }
  30% { transform:translate(0,0) }
  100% { transform:translate(0,0) } 
}

/* Video Background */
.video-bg {
	position: relative;
    overflow: hidden;
    width: 100%;
	height: auto;
}

.featured-img-bg.video-bg {
	width: calc(100% + 2rem);
}

.spotlight.video-bg {
	height: auto;
}

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

.spotlight.video-bg iframe {
	height: 55vw;
}

@media all and (max-width: 62em){
	.spotlight.video-bg iframe {
		height: 100vw;
		width: 130vw;
	}
	.featured-img-bg.video-bg {
		height: 45vw;
		padding: 0;
		min-height: auto;
	}
	
	.featured-img-bg.video-bg iframe {
		height: 68vw;
	}
	
	.featured-img-bg.video-bg .featured-img-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

/* Alerts */ 
.banner-alert-wrapper {
	border-bottom: 0;
	-webkit-box-shadow: 0 1px 10px 1px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 15%);
    z-index: 100;
}


/* Staff Directory */
.staff-directory-page .row {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;	
}

.staff-directory-page h2 {
    margin-top: 3rem;
}

.biography h3,
.directory h3 {
  margin-top: 0;
}

.directory h3 {
    font-size: 1.35rem;
    margin-bottom: 0;
    font-weight: bold;
}

.directory h4 {
    margin-top: 0.25rem;
}

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

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

.directory p:first-of-type {
    margin-top: 0.75rem;
}

.directory p {
  font-size: .85rem;
}

.biography a,
.directory a {
  vertical-align: middle;
}

.biography i,
.directory i {
  font-size: 15px;
  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;
}

.staff-directory-link {
  margin: 1rem 0 2rem;
}

.directory h4 + h4 {
  color: #a3a3a3;
  margin-bottom: .5rem;
}

@media all and (max-width: 440px){
	.useful-links {
		display: none;
	}
}


/* Event list */
#mobile-calendar-list .event-li {
	display: flex;
	align-items: baseline;
	column-gap: .5rem;
	padding: 8px 0;
}
#mobile-calendar-list ul li .event-title-row {
    padding: 3px 0 0;
}
.event-day {
	color: #fff;
    font-size: 85%;
    padding: .35rem;
	border-radius: 5px;
	width: 27px;
	height: 27px;
	text-align: center;	
	background: var(--accent-1);
}

.event-day.day-hide {
    background: transparent;
}

.district-body .event-day {
	background: #d88e06;
}

.event-title-row {
	padding: 0;	
    display: flex;
	justify-content: space-between;
	align-items: baseline;
	column-gap: .5rem;
    width: 100%;
}

.event-title {
	color: #3e3e3e;
}

.event-time {
	font-weight: 600;
	color: var(--accent-1);
	min-width: 50px;
}

.month-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: .5rem 0;
	cursor: pointer;
}

#mobile-calendar-list .month-title h5 {
	margin: 0;
}

@media all and (min-width: 62em){
	.event-title-row {
		max-width: unset;
		width: auto;
		column-gap: 2rem;
		align-items: center;
	}
	.month-title {
		width: fit-content;
   		column-gap: .5rem;
	}
	#mobile-calendar-list .event-li {
		align-items: center;
	}
}

/* Mute/Unmute Button For Background Video */
.toggle-mute {
    color: #fff;
    z-index: 100;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    bottom: 1rem;
    padding: .5rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    height: 48px;
}

.toggle-mute i {
    font-size: 2rem;
}

@media all and (max-width: 48em){
	.toggle-mute {
		height: 40px;
	}
	.toggle-mute i {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 22em){
	.toggle-mute {
		right: .5rem;
		bottom: 1.25rem;
	}
}


.district-body .primary-bg {
  background-color: var(--primary);
}

.district-body .spotlight-cta-wrapper h2,
.district-body .spot-cta-subtitle {
    color: #dadada;
}

.district-body .card-title {
    color: var(--primary);
}

.district-body .top-footer h1, 
.district-body .top-footer .h1, 
.district-body .top-footer h4 {
    color: var(--light-blue);
}

.district-body .footer-contact svg path {
    fill: var(--light-blue);
}

.district-body .optionbox-trigger.op-services {
    color: var(--primary);
}

.district-body .social-app-wrapper svg path {
    fill: var(--primary)
}

.all-link {
    margin-bottom: 1rem;
    margin-left: auto;
    text-align: right;
    display: block;
    font-weight: 700;
    width: fit-content;
}