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

.aria-hide {
  display: none;
}

.hide {
	display: none;
}

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

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

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

/* Variables */
:root {
    --primary-brand:  #668393;
    --secondary-brand: #fcb727;
    --accent-1: #212529;
    --accent-2:  #6c8998;

	--dark-grey: #3B3B3B;
	--medium-grey: #898989;
	--light-grey: #f6f6f6; 

	--serif-font: adriane, serif;
	--sans-serif-font: source-sans-pro, sans-serif;
	
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 600;
	--font-bold: 700;

	--dark-font-color: #202124;
	--light-font-color: #fff;
	--link-font-color: #54B6B1;
	--purple: #8347AD;
	--dark-purple: #552988;
	--teal: #00AFAA;
	--orange: #F5A800;
}

/* background-colors */
.primary-brand_bg { background-color: var(--primary-brand); }
.secondary-brand_bg { background-color: var(--secondary-brand); }
.light-grey_bg {background: #F0F2F2};

/* colors */
.primary-brand_color { color: var(--primary-brand); }

/* svg fills */
.primary-brand_fill { fill: var(--primary-brand); }

/* borders */
.teal_border { border-color: var(--teal)!important  }
.purple_border { border-color: var(--purple)!important }
.orange_border { border-color: var(--orange)!important}
.primary_brand_border { border-color: var(--primary-brand)!important  }
.secondary_brand_border { border-color: var(--secondary-brand)!important }
.accent1_border { border-color: var(--accent-1)!important}
.accent2_border { border-color: var(--accent-2)!important}

/* color background */
.grey_bg { background: var(--dark-grey)!important; }
.teal_bg { background: var(--accent-1)!important; }
.purple_bg { background: var(--purple)!important; }
.orange_bg { background: var(--orange)!important;}

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

@media (min-width:75em) {
	html {
		scroll-padding-top: 200px;
	}
}

body {
  max-width: 2560px;
  padding: 0;
  margin: 0 auto;  
  font-family: var(--sans-serif-font);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--body-font-color);
}

h1, .h1 {
  font-family: var(--serif-font);
  font-weight: var(--font-bold);
  font-style: normal; 
  font-size: 3.348rem;
  margin-top: 1.3125rem;
  margin-bottom: 2.625rem;
}

@media all and (max-width: 62em){
	h1, .h1 {
		font-size: 2rem;
	}
}

h2, .h2 {
  font-size: 2rem;
  font-family: var(--serif-font);  
	font-weight: var(--font-bold);
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  letter-spacing: .8px;
}

h3, .h3 {
  font-size: 1.4rem;
  margin-top: 1.3125rem;
  margin-bottom: 1rem;
  letter-spacing: 0px;
	font-weight: 600;
	line-height: normal;
}

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

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

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

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

h1 + h2 {
  margin-top: 0;
}

p {
	line-height: 1.5;
}

/* Font size within main content */
.resize-text h1 {
  font-size: 3.348em;
}

.resize-text h2 {
  font-size: 2em;
}

.resize-text h3 {
  font-size: 1.4em;
}

.resize-text h4,
.resize-text h5{
  font-size: 1em;
}

.lead {
  font-size: 120%;
}

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

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

.clearfix {
	display: block;
	content: "";
	clear: both;
}

a {
  text-decoration: none;
}

blockquote {
	border-left: 6px solid var(--primary-brand);
	padding: 1rem;
	margin: 1rem 0;	
	font-style: italic; 
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

/* .change-font-size {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 18px;
    border-radius: 25px;
}

.change-font-size span {
	font-weight: bold;
}

.change-font-size a {
    display: inline-block;
    margin-left: 0.75rem;	
	cursor: pointer;
} */

.seperator-arrow_down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;

  border-top: 20px solid;
}

.seperator-arrow_right {
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;

  border-left: 20px solid;
}

.seperator-arrow_down.arrow_white {
  border-top-color: white;
}

.seperator-arrow_right.arrow_grey {
  border-left-color: var(--light-grey);
}

.no-padding {
  padding: 0;
}

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

.no-margin {
	margin: 0;
}

.adjust-margin {
	margin: 0 -2rem;
}

.align-center {
	display: flex;
	align-items: center;
}

.sans-serif-font {
	font-family: var(--sans-serif-font);
}

@media(min-width: 62em) {
	.content.side-nav {
		padding-left: 3rem;
	}
}

/*Global*/
ul {
	padding-left: 0;
	list-style: none;
}



.page {
	padding: 2rem 0;
}

.content {
	width: 100%;
	margin-top: 2rem;
}

.content ul,
.content ol {
	padding-left: 1.5rem;
	list-style: unset;
}

.ck-content ul,
.ck-content ol,
.editor-list-ul {
    list-style: revert;
    padding-left: 1.5rem;
    line-height: 2;
}

.page .editor-nested-listitem::marker {
    content: none;
}

.editor a {
	text-decoration: underline;
}

/* body main {
	margin-top: 110px;
}

body.school main {
	margin-top: 123px;
} */

/* body.lb-disable-scrolling main {
	margin-top: 0 !important;
} */

/* @media all and (min-width: 75em) {
	body main {
	   margin-top: 80.66px;
	}
	body.school main {
	   margin-top: 81px;
	}
} */

/* @media all and (min-width: 93em) {
	body.school main {
	   margin-top: 105px;
	}
	body.district main {
	   margin-top: 101.66px;
	}
} */

/* BUTTON & LINKS */
a {
  transition: all .2s ease-in-out; 
  color: var(--primary-brand);
  font-weight: var(--font-medium);
}

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

.btn {
	color: var(--light-font-color);
	text-decoration: none!important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn, button {
	text-transform: uppercase;
	font-weight: var(--font-medium);
	letter-spacing: 1.4px;
	padding: .75rem 1rem;
	display: block;
    width: fit-content;
    border-radius: 5px;
	border: 1px solid transparent;
}

.btn-primary, button {
	background: var(--accent-2);
}

.btn-secondary {
	color: var(--accent-1);
    border-color: var(--accent-1);
    border-radius: 5px;
}

.btn-link {
	padding: 0;
	font-size: .875rem;
}

.btn-link-primary {
	color: var(--accent-1);
}

/*.school .btn-link-primary {
	color: var(--primary-brand);
}*/

/* Custom Button CSS - Added by MM */

.btn-outline-secondary-custom {
    color: var(--accent-2); /* Text color from btn-secondary */
    border: 1px solid var(--accent-2); /* Border color from btn-secondary */
    background-color: transparent; /* No background */
    padding: 0.375rem 0.75rem; /* Padding (same as Bootstrap default) */
    font-size: 1rem; /* Font size (same as Bootstrap default) */
    border-radius: 0.25rem; /* Border radius (same as Bootstrap default) */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-outline-secondary-custom:hover {
    color: white; /* Change text color on hover */
    background-color: var(--accent-2); /* Background color from btn-secondary */
    border-color: var(--accent-2); /* Keep the same border color on hover */
}
 /* End of Custom Button - Added by MM */

 /*  Custom grid-box css - Default spacing was to small - Added by MM Oct 3rd 2024 */

 div[data-lexical-layout-container="true"] {
  grid-gap: 2rem !important;
}

/*  End - Added by MM Oct 3rd 2024 */

.btn-link-secondary {
	transition: all .3s;
	position: relative;
	padding-left: 10px;
	padding: .5rem 0 .5rem 10px;
}

.btn-link-secondary:before {
	/* content: ""; */
	height: 1px;
	width: 8px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 10px;
	transition: all .2s ease;
}

.btn-link-secondary:hover:before {
	bottom: 16px;
}

/*@media all and (min-width: 75em){
	.btn-primary {
		padding: 1rem 1.5rem;
		font-size: 1rem;
	}
}*/


.btn-sm {
	font-size: .85rem;
    padding: 0.5rem 0.75rem;
}

.program-btn {
	margin-left: .5rem;
	margin-bottom: 1rem;
}

.program-btn.full {
	margin-left: 0;
}

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

.input-field {
	margin-bottom: .75rem;
}

.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, select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: solid 1px #e4e4e4;
    border-radius: 4px;
    transition: 0.5s;
    padding: 0.75rem 1rem;
}

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

input[type="submit"] {
    font-weight: bold;
    background: var(--accent-2);
    color: #fff;
    border: 0;
	border-radius: 5px;
    cursor: pointer;
	padding: .5rem 1rem;
    -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;
}

select {
    color: #757575;
}

hr {
	border: 0;
    height: 1px;
    background-color: #e6e6e6;
    margin: 2rem 0;
    clear: both;
}

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

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

.editor iframe {
    min-height: unset;
}

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

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

.table .editor-table {
    margin-bottom: 0;
}

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

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

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

.table table thead th {
  color: #ffffff;
  background: var(--accent-1);
}


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

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

.table table tr:nth-child(odd) {
  background: white;
}

/* Content Tabs */
.ui-widget.ui-widget-content,.ui-widget-content  {
    border: none; 
	background: transparent;
	font-family: var(--sans-serif-font);
	margin: 0;
}

/* Google Translate */
.goog-te-combo {
	padding: .75rem;
    border: none;
    text-transform: uppercase;
    font-family: var(--sans-serif-font) !important;
    letter-spacing: .7px;
    font-weight: var(--font-medium);
    margin: -0.25rem 0 1rem -0.25rem !important;
    background-image: linear-gradient(45deg, transparent 50%, #757575 50%), linear-gradient(135deg, #757575 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

.gt-instruction {
	margin-bottom: .75rem;
    color: var(--dark-grey);
    display: block;
}

/* Collapsible box - ck editor */
.collapsible-box, .js-collpasible-box {
	width: 100%;
}

.collapsible-box .material-icons,
.js-collapsible-box .material-icons {
	color: var(--primary-brand);
}

.collapsible-box-description,
.js-collapsible-box-description { 
	display: none;
	margin: 1rem 1rem 0;
}

.collapsible-box-title,
.js-collapsible-box-title {
    background-color: #ddd3e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
	cursor: pointer;
	font-size: 1.3rem;
}
#school-priorities .js-collapsible-box-title {
    background-color: #eeeeee ;
}

.collapsible-bottom-icon,
.collapsible-bottom-icon-2,
.js-collapsible-bottom-icon {
	cursor: pointer;
    color: var(--primary-brand);
}

.learn-more-box-wrapper {
	row-gap: 2rem;
}

.learn-more-box a {
	text-decoration: none;
}

.collapsible-box.learn-more-box .collapsible-box-description,
details.learn-more-box div[data-lexical-collapsible-content]{
	display: block;
}

details.learn-more-box .collapsible-bottom-icon-2,
.collapsible-box.learn-more-box .collapsible-box-description i {
	display: none;
}

.collapsible-box.learn-more-box,
details.learn-more-box {
	border: 1px solid #f2f2f2;
    border-radius: 5px;
	height: 100%;
}

.collapsible-box.learn-more-box .collapsible-box-title,
details.learn-more-box summary {
    background-color: #eeeeee;
    margin: 0;
    pointer-events: none;	
}

.collapsible-box.learn-more-box .collapsible-box-title i,
details.learn-more-box summary i {
	display: none;
}

details.learn-more-box .btn,
details.learn-more-box div[data-lexical-collapsible-content] p:last-of-type {
    margin-bottom: 0;
}


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

.editor details summary i {
    font-weight: var(--font-bold);
    color: var(--primary-brand);
    margin-right: .5rem;
}

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

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

/* Modals Styling */
.main-content-wrapper {
	margin: auto;
}

.modal-trigger {
	cursor: pointer;
}

.modal-wrapper {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-info {
	background-color: white;
	margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 1rem;
	overflow-y: scroll;
	max-height: 90vh;
}

.modal-wrapper .close-icon {
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

/* Content Tabs */
.ui-widget.ui-widget-content,.ui-widget-content  {
    border: none; 
	background: transparent;
	font-family: var(--sans-serif-font);
	margin: 0;
}

/* Tab Header */
.ui-widget-header {
	border: none;
	background: transparent;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
	display: flex;
    flex-wrap: wrap;
    row-gap: .5rem;
	border-bottom: 2px solid var(--primary-brand);
	border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
    font-weight: 700;
	border: none;
    background: var(--light-grey);
	transition: all .2s ease-in-out;
	margin: 0 .5rem 0 0;
	border-radius: 0;
}

.ui-tabs .ui-tabs-nav li:hover {
	filter: brightness(1.02);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
	padding-bottom: 0;
	background: var(--primary-brand);
	border: none;
}

/* Tab Content */
.ui-tabs .ui-tabs-panel {
    padding: 1rem 0.25rem;
	margin-top: 0;
}

.ui-widget-content a {
    color: var(--primary-brand);
}

.ui-widget-content .btn {
    color: #fff;
	margin-top: 1rem;
}

.tab-item-content {
	padding: 1rem 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    white-space: pre-wrap;
}

/* SIDE NAVIGATION*/
.nav-secondary a {
	color: var(--dark-font-color);
    font-weight: var(--font-regular);
	display: block;
}

.cookie a {
	color: #1E344A;
	font-weight: var(--font-bold);
	font-family: var(--serif-font);
	display: flex;
    align-items: center;
	margin-bottom: .75rem;
}

.secondary-nav-item {
	padding: 0 0 .75rem;
}

.secondary-nav-item.active a {
	color: var(--primary-brand);
    font-weight: var(--font-medium);
}

.secondary-nav-item.active span {
	font-weight: var(--font-bold);
	font-family: var(--serif-font);
}

.nav-secondary ul {
	margin: 0 0 0 8px;
	list-style: none;
	padding-left: 0;
}

@media all and (min-width: 62em){
	.sidebar-wrapper {
		height: fit-content;
		padding: .5rem 1rem;
		margin-top: 2rem;
		border-left: 2px solid var(--secondary-brand);
	}
}

/* Mobile Side Nav*/
.current-page {
	display: none;
}

@media all and (max-width: 62em){
	.sidebar-wrapper {
		padding: 0;
	}
	
	.current-page {
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		padding: .75rem 1rem .5rem;
		background: var(--light-grey);
		font-weight: var(--font-medium);
		font-size: 1rem;
		border-left: 3px solid var(--secondary-brand);
	}
	
	.sidebar {
		border-left: none;
		width: 100%;
	}

	.secondary-nav-item.active  {
		color: var(--primary-brand);
	}
	
	#nav-secondary {
		background: var(--light-grey);
		padding: .5rem 1rem;
		border-left: 3px solid var(--secondary-brand);
		border-radius: 0;
		display: none;
	}
	
	.cookie, .secondary-nav-item.active {
		font-size: 1rem;
	}
}

/* ALERTS */
/* .banner-alert-wrapper{
	position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
} */

.alert-btn {
    margin: auto;
}

#popup-container .popupContent, 
#popup-container .popupImage {
    flex-basis: 100%;
    max-width: 100%;
}

.popupImage {
    order: -1;
}

@media all and (min-width: 48em){
    #popup-container .popupContent, 
    #popup-container .popupImage {
        flex-basis: 50%;
        max-width: 50%;
    }

    .popupImage {
        order: unset;
    }
}

@media all and (min-width: 62em){
	.modal-content {
	    width: 60%;
	}
}

/* HEADER */
header {
	z-index: 100;
}

.main-menu-wrapper .logo a {
	display: flex;
	align-items: center;
}

.main-menu-wrapper .logo span {
	font-family: var(--serif-font);
    font-weight: var(--font-bold);
    max-width: 180px;
	color: var(--dark-font-color);
}

.main-menu-wrapper .logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  padding: 1rem;
  transition: all .3s ease;
}

.school .main-menu-wrapper .logo img {
	max-width: 80px;
	padding: .5rem;
}

.main-menu-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
	transition: all .2s;
}

.nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-link {
	color: var(--light-font-color);
	position: relative;
	transition: all .3s ease-in-out;
}

.nav-link:not(:last-child):after {
	content: "▾";
	margin-left: 2px;
	color: var(--accent-2);
}

.menu {
	text-transform: uppercase;
	font-weight: var(--font-medium);
	font-family: var(--sans-serif-font);
	letter-spacing: 1.6px;
	color: #2C2C2C;
}

@media all and (max-width: 75em){
	.desktop-menu {
		display: none
	}
}

@media all and (min-width: 75em){
	.mobile-menu {
		display: none
	}
}

/* Mobile Hamburger Menu */
@media all and (min-width: 75em){
	.collapsed-menu {
		display: none;
	}
}
.menu-trigger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: var(--primary-brand);
	margin-right: .5rem;
}

.menu-trigger .menu-text {
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: .9rem;
}

.menu-trigger .single-bar {
    display: block;
    width: 45px;
    height: 2px;
    margin: 8px auto;
	background: currentColor;
}

.menu-trigger label {
	cursor: pointer;
}

.menu > ul {
	margin: 0;
	display: flex;
	align-items: center;
}

.menu > ul > li {
	padding: 0;
	cursor: pointer;
}

.menu > ul {
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
	display: block;
    padding: 20% 1.5rem 0;
    background: var(--primary-brand);
	width: 100%;
    height: 100vh;
	transition: all .3s;
}

.menu.active > ul {
	right: 0;
}

.menu .menu-close {
	opacity: 0;
	position: fixed;
    z-index: 1200;
    color: #fff;
	left: auto;
	right: 100%;
    top: 1.5rem;
    font-size: 2rem;
	cursor: pointer;
	transition: all .3s;
}

.menu.active .menu-close {
	opacity: 1;
	right: 1.5rem;
}

/* Mobile Hamberguer Menu Dropdown */
.main-dropdown-menu {
	display: block;
    background: var(--accent-2);
    position: static;
    padding: .8rem 1rem;
	margin: 0;
    z-index: 200;
    color: #fff;
    text-transform: none;
    /*transition: all .4s;
    transform-origin: top;
    transform: scaleY(0);
    height: 0;*/
}


.main-dropdown.active .main-dropdown-menu {
	transform: scaleY(1);
	height: auto;
	margin: 0 auto 2rem;
}

.main-dropdown-menu > li {
	padding: .65rem 0;
}

.main-dropdown-menu a {
	color: var(--light-font-color);
	display: block;
	letter-spacing: 1px;
}

.main-dropdown-menu a:hover,
.main-dropdown-menu a:focus {
	text-decoration: underline;
}


/* Nav App */
#nav-app ul {
	display: flex;
	align-items: center;
	margin: 0 1.5rem 0 0;
}

#nav-app li {
	padding: 0 .25rem;
}

#nav-app a {
	color: var(--accent-2);
}

.optionbox{
	display:none;
	position: absolute;
	top: 100px;
    right: 0;
    background: var(--light-grey);
    width: 600px;
}

.option-btn {
	cursor: pointer;
}

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

.service {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.service-item {
	text-align: center;
    flex: 0 0 20%;
    margin: 1rem 0;	
    align-self: flex-end;	
}

a.service-item:hover {
	text-decoration: underline;
}

.service-icon img {
	max-width: 80px;
	margin: 0 auto;
	max-height: 60px;	
}

.op-account a {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.op-account a:not(:last-of-type){
	margin-bottom: .5rem;
}

/* Search bar */
#search-term-clone {
    background: white;
	padding: 0.75rem;
	width: 100%;
	margin-bottom: 0;
    border: none;
}

#search-term-clone:focus-visible {
    outline: none;
}

#search-form {
    position: relative;
}

#search-form .input-field label {
	display: none;
}

.filter-icon {
    color: #757575;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 1rem;
    cursor: pointer;
}

/* Search filters */
.search-row {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 1rem;
}

.search-filters {
    display: none;
    padding: 0 3px .5rem;
}

.filter-group {
    margin: 0 0 .75rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-group:last-of-type {
    margin: 0;
}

#exclude-search-term {
    margin-bottom: 0;
}

.file-type-wrapper {
    display: none;
    margin-bottom: 1rem;
}

.custom-select {
    position: relative;
}

.custom-select select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(45deg, transparent 50%, #757575 50%), linear-gradient(135deg, #757575 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: white;
}

@media all and (max-width: 75em){
	.nav-link:not(:last-child):after {
		content: "";
	}
	
	.district .main-menu-wrapper .logo img {
		max-width: 280px;
		width: 95%;
		padding: 1rem .5rem;
	}
	
	.main-menu-wrapper.sticky-active #nav-app {
		display: none;
	}
	
	.main-menu-wrapper.sticky-active .logo {
		display: none;
	}
	
	.main-menu-wrapper.sticky-active {
		background: none;
		left: unset;
		top: 1rem;
		justify-content: flex-end;
		position: static;
		height: 0;
	}
	
	.main-menu-wrapper.sticky-active .collapsed-menu {
		background: var(--light-grey);
		padding: .5rem .25rem .5rem .5rem;
		position: fixed;
    	top: 1rem;
		z-index: 500;
	}
	
	.main-menu-wrapper.sticky-active .nav-wrapper {
		padding: 0;
	}
	
	.main-menu-wrapper.sticky-active #main-nav > ul {
		top: -1rem;
	}
	
	.menu > ul > .no-dropdown {
		max-width: 800px;
    	margin: 0 auto 1.2rem;
	}
	
	.menu > ul {
		min-height: 100vh;
		height: auto;
		z-index: 1000;
		position: fixed;
		bottom:0;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	
	.nav-link-row {
		display: flex;
		justify-content: space-between;
		padding-bottom: .75rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	
	.main-dropdown.mobile {
		max-width: 800px;
		margin: 0 auto 1.2rem;
	}
	
	.main-dropdown.mobile span {
		margin-left: .5rem;
		font-size: 1.1rem;
		color: #fff;
	}
	
	.nav-wrapper {
		width: 100%;
		order: -1;
		justify-content: center;
		background: var(--accent-2);
		padding: .35rem 0;
	}
	
	#nav-app a {
		color: var(--light-font-color);
	}
	
	#nav-app ul {
		margin: 0;
	}
	
	
	/* Optionbox */
	#nav-app .optionbox a {
		color: var(--dark-font-color);
	}
	.optionbox-padding {
		padding: 1rem;
	}
	.optionbox{
		position: absolute;
		top: 100%;
		right: 0;
		background: var(--light-grey);
		border-top: 2px solid var(--accent-2);
		width: 100%;
		display: none;
		/* transform-origin: top;
		transform: scaleY(0); */
		/* transition: all .3s ease; */
	}
	
	/* .optionbox.active {
		transform: scaleY(1);
	} */
	
}

@media all and (min-width: 75em) {
	.main-menu-wrapper {
		font-size: .9rem;
		height: auto;
	}
	
	.main-menu-wrapper .logo span {
		font-size: 1.25rem;
		max-width: 280px;
	}
	
	.main-menu-wrapper .logo img {
		max-width: 300px;
	}
	
	.school .main-menu-wrapper .logo img {
		max-width: 100px;
		max-height: 81px;
		padding: 0.5rem;
	}
	
	.main-menu-wrapper.sticky-active {
		font-size: .85rem;
		box-shadow: 0 3px 6px #00000029;
        position: fixed;
		/*padding: .5rem 0;
		height: auto;*/
	}
	
	.main-menu-wrapper.sticky-active .logo img {
		padding: .25rem 1rem;
		width: 300px;
	}
	
	.school .main-menu-wrapper.sticky-active .logo span {
		font-size: 1rem;
	}
	
	.school .main-menu-wrapper.sticky-active .logo img {
		max-width: 80px;
		max-height: 90px;
		width: 95%;
	}
	
	.menu-trigger, .menu-close {
		display: none;
	}
	
	.menu > ul {
		position: static;
		display: flex;
		flex-direction: row;
		margin: 0 1.5rem 0 0;
		height: unset;
		background: #fff;
		padding: 0;
		margin: 0;
	}
	
	.menu > ul > li {
		padding: 0 .75rem;
		min-height: 80.66px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.sticky-active #main-nav > ul > li {
		min-height: 80.66px;
	}
	
	.menu.active ul {
		position: static;
		flex-direction: row;
	}
	
	/*.menu.active > ul {
		position: absolute;
		top: 75px;
		left: 0;
		right: 0;
		flex-direction: column;
		display: flex;
	}*/
	
	.nav-link {
		color: var(--dark-font-color);
	}
	
	.nav-link:hover {
		color: var(--accent-2);
	}
	
	.main-dropdown-menu {
		min-width: 850px;
		background: var(--accent-2);
		display: flex;
		flex-direction: row;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 200;
		margin: 0;
		padding: 2rem 2.5rem;
		color: #fff;
		text-transform: none;
		transition: all .4s ease;
		transform-origin: top;
		transform: scaleY(0);
		height: auto;
		opacity: 0;
	}
	
	.main-dropdown.active .main-dropdown-menu {
		margin: 0;
	}
	
	.main-dropdown-menu > li{
		padding: 1.25rem 0;
		max-width: calc(33.333% - 1rem);
    	margin-right: 1rem;
	}
	
	.main-dropdown-menu a {
		max-width: 90%;
	}
	
	.main-dropdown .nav-link::before {
		content: "";
		width: 2px;
		height: 33px;
		background: var(--accent-2);
		position: absolute;
		left: 50%;
		bottom: -45px;
		transform: translateX(-50%);
		transform-origin: top;
		transform: scaleY(0);
	}
	
	.main-dropdown.active .nav-link::before {
		transform: scaleY(1);
	}
	
	/* Optionbox */
	.optionbox-padding {
		padding: 2rem;
	}
	.optionbox{
		position: absolute;
		top: 100%;
		right: 0;
		background: var(--light-grey);
		border-top: 2px solid var(--accent-2);
		width: 20%;
		display: none;
		/* transform-origin: top;
		transform: scaleY(0); */
		/* transition: all .3s ease; */
	}
	
	.op-services {
		width: fit-content;
		min-width: 400px;
	}
	
	/* .optionbox.active {
		transform: scaleY(1);
	} */
	
	.option-btn {
		position: relative;
	}
	
	.option-btn::after {
		content: "";
		width: 2px;
		height: 33px;
		background: var(--accent-2);
		position: absolute;
		left: 50%;
		bottom: -40px;
		transform: translateX(-50%);
		transform-origin: top;
		transform: scaleY(0);
		transition: all .3s ease;
	}
	
	.option-btn.active::after {
		transform: scaleY(1);
	}

}

@media all and (min-width: 93em) {
	.main-menu-wrapper .logo img {
		max-width: 450px;
	}
	
	.main-menu-wrapper {
		font-size: 1rem;
	}
	
	.school .main-menu-wrapper {
		min-height: 105px;
	}
	
	.school .main-menu-wrapper .logo img {
		max-height: 105px;
		padding: 0.5rem 0.75rem;
	}
	
	.school .sticky-active #main-nav > ul > li {
		min-height: 105px;
	}
	
}

/* BANNER */
.banner-wrapper {
	position: relative;
}

.banner_video {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
}

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

@media all and (min-width: 62em){
	.banner_video {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 37.5%;
	}
	
	.banner_video iframe {
		/*width: calc(125vh / 32 * 100);*/
		width: 100%;
		height: 166.667%;
	}
	
}

/*
@media (min-aspect-ratio: 100/30) {
  .banner_video iframe {
    height: 30vw;
  }
}

@media (max-aspect-ratio: 100/30) {
  .banner_video iframe {
    width: 333.33vh;
	  height: 100vh;
  }
}*/
.banner_img {
	width: 100%;
    height: 56.25vw;
}

.banner_img img {
	width: 100%;
    height: 56.25vw;
    object-fit: cover;
}

.banner_info {
	text-align: center;
	padding: 1.5rem .75rem 2rem;
	z-index: 200;
}

.button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
    column-gap: 1rem;
	margin: 1rem 1rem 0;
}

.banner-wrapper h1 {
	margin: 0;
	font-family: var(--sans-serif-font);
	font-weight: var(--font-bold);
}

.banner-wrapper h3 {
	font-weight: var(--font-regular);
    font-size: 1.2rem;
    margin: 0 0 .5rem;
}

.banner-wrapper .subtitle {
	margin: 0 0 1rem;
    color: var(--secondary-brand);
	font-size: 1.4rem !important;
	// added font-size by ecsd to decrease the size of the subtitle
}

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

.pause i {
	font-size: 3.5rem;
}

.pause:hover {
	color: rgba(255, 255, 255, 0.8);
}

.pause.img {
	display: none;
}

.blocks-container {
	background: var(--primary-brand);
    padding: 1rem 0;
	margin: 0;
}

.block-item {
	padding: 1rem 0;
}

.block-item a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	column-gap: .5rem;
	font-size: .8rem;
	justify-content: center;
}

.block-item i {
	color: var(--secondary-brand);
	font-size: 1.2rem;
}

.school .block-item i {
	color: #fff;
}

.block-icon {
    width: 16px;
}

.blocks-row {
	padding: 0 .5rem;
}

@media all and (min-width: 62em){
	.banner_img,
	.banner_img img {
		height: 37.5vw;
	}
	
	.banner-wrapper h1 {
		font-size: 2.5rem;
		max-width: 80%;
	}
	
	.banner-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: transparent linear-gradient(180deg, #50505000 0%, #2C2C2CD1 100%);
		z-index: 100;
	}
	
	.banner_info {
		color: #fff;
		position: absolute;
		top: 50%;
		left: calc((100% - 61rem - 2rem)/2 + 3rem);
		text-align: left;
		transform: translateY(-50%);
	}
	
	.button-wrapper {
		justify-content: flex-start;
		margin: 3rem 0 0;
	}
	
	.button-wrapper .btn-secondary {
		border-color: #fff;
		color: #fff;
		background: rgba(255, 255, 255, 0);
		transition: all .3s ease-in-out;
	}
	
	.button-wrapper .btn-secondary:hover {
		background: rgba(255, 255, 255, .3);
	}
	
	.blocks-container {
		padding: 1rem 1.5rem;
	}
	
	.block-item {
		padding: 1rem;
	}
	
	.block-item a {
		font-size: 1rem;
	}
	
	.block-item a:hover,
	.block-item a:focus{
		filter: none;
		/*font-size: 105%;*/
		transform: scale(1.05);
	}
	
	.block-item i {
		font-size: 2rem;
		margin-right: .5rem;
	}
	
	.block-icon {
		width: 27px;
		margin-right: .5rem;
	}
	
	.pause {
		bottom: .5rem;
		top: unset;
		display: block;
	}

}

@media only screen and (min-width: 75em){
	.banner_info {
		left: calc((100% - 71rem )/2 + 2rem);
	}
	
	.district .banner-wrapper h1 {
		font-size: 3.348rem;
		max-width: 700px;
	}
	
	.school .banner-wrapper h1 {
		font-size: 3.348rem;
		max-width: 800px;
	}
}

@media only screen and (min-width: 99em){
	.banner_info {
		left: calc((100% - 95rem )/2 + 2rem);
	}
}



/* HOME - SPOTLIGHT, NEWS, CALENDAR */
.spotlight-item {
	position: relative;
}

.spotlight-item .img-wrapper::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent linear-gradient(180deg, #50505000 0%, #2C2C2CD1 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

.spotlight-text {
	position: absolute;
    left: 0;
	right: 0;
    bottom: 0.75rem;
    padding: 0 1.5rem;
	color: #fff;
    z-index: 100;
}

.spotlight-title {
	font-size: 1.25rem;
    font-weight: var(--font-medium);
	margin-bottom: .25rem;
}

.spotlight-item .img-wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.spotlight-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.spotlight-item .img-wrapper.no-cover {
	background: var(--dark-purple);
	opacity: 0.7; 
	border-radius: 0;
	position: relative;
}

.spotlight-wrapper article .card-description {
	font-size: .9rem;
	display: none;
}

.spotlight-wrapper article:first-of-type .card-description{
	display: block;
}

/*@media(min-width: 62em) {
	.spotlight-wrapper article:first-of-type .spotlight-item {
		height: calc(100% - 1.5rem);
	}

	.spotlight-wrapper article:first-of-type .img-wrapper {
		padding-bottom: 0;
		height: 100%;
	}	
}*/

.spotlight-wrapper article:first-of-type .spotlight-text {
	text-align: left;
}

.spotlight-event-section {
	padding: 3rem 0;
}

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

.news-wrapper {
	margin-bottom: 1rem;
}

.news-text {
	padding: 1.5rem 1rem;
}

.news-title, .event-title {
	color: var(--dark-font-color);
	font-size: 1.25em;
	font-weight: var(--font-medium);
	margin-bottom: .5rem;
}

.news-wrapper .format-date {
	color: var(--medium-grey);
	font-weight: var(--font-medium);
	text-transform: uppercase;
	letter-spacing: .7px;
}

.news-item {
	background: var(--light-grey);
	margin-bottom: 1.5rem;
	border-radius: 6px;
}

.news-item .img-wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.news-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 6px 6px 0 0;
    position: absolute;	
}

.news-wrapper .img-wrapper.no-cover {
	background: var(--dark-purple);
	opacity: 0.7; 
	border-radius: 6px 6px 0 0;
	position: relative;
}

.img-wrapper.no-cover::before {
	content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url(/images/01aec72b-2f02-42de-b03c-2d6fa338263c);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
	/*May2.2025 - Bre changed url(/images/logo-icon-only.svg), opacity:0.4, bg-size:80%*/
}

.event-item {
	padding: 0 0 1rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #d7d7d7;
}

.event-item:last-of-type {
	border-bottom: none;
}

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

@media(min-width: 62em) {
	.event-wrapper h2 {
		font-size: 1.25rem;	
	}	
}

@media(min-width: 99em) {
	.event-wrapper h2 {
		font-size: 2rem;	
	}	
}


.event-wrapper .format-date,
.event-wrapper .event-date {
	color: var(--dark-font-color);
    font-weight: var(--font-medium);
    text-transform: uppercase;
    margin-bottom: .25rem;
}

.event-name {
	color: var(--accent-2);
	font-size: 1.125rem;
	font-weight: var(--font-medium);
	line-height: 1.25;
}

.no-event-text {
	margin-bottom: 1rem;
}

.spotlight-wrapper article .card-description {
	font-weight: var(--font-regular);
}

@media all and (max-width: 62em){
	
	.all-news-link {
		margin: auto;
	}
}

@media all and (min-width: 62em){

	.news-wrapper {
		margin-bottom: 0;
	}
	.event-wrapper {
		padding: 0 1rem 1rem;
	}
	
	.news-section > .container {
		position: relative;
	}
	
	.all-news-link {
		position: absolute;
		top: 2rem;
		right: 1.5rem;
	}
}

.spotlight-wrapper {
	display: grid;
	width: 100%;
	grid-gap: 1.5rem;
	margin-bottom: 2rem;
}

.spotlight-column:nth-child(1) {
  grid-area: featured;
}

.spotlight-column:nth-child(2) {
  grid-area: spotlight2;
}

.spotlight-column:nth-child(3) {
  grid-area: spotlight3;
}

.spotlight-column:nth-child(4) {
  grid-area: spotlight4;
}

.spotlight-column:nth-child(5) {
  grid-area: spotlight5;
}

.spotlight-wrapper.grid-5 {
	grid-template-areas:
		"featured"
		"spotlight2"
		"spotlight3"
		"spotlight4"
		"spotlight5";
}	

.spotlight-wrapper.grid-4 {
	grid-template-areas:
		"featured"
		"spotlight2"
		"spotlight3"
		"spotlight4";
}

.spotlight-wrapper.grid-3 {
	grid-template-areas:
		"featured"
		"spotlight2"
		"spotlight3";
}

.spotlight-wrapper.grid-2 {
	grid-template-areas:
		"featured"
		"spotlight2";
}

.spotlight-wrapper.grid-1 {
	grid-template-areas:
		"featured";
}

@media all and (min-width: 48em) {
	.spotlight-wrapper {
		grid-gap: 1rem;	
	}
	
	.spotlight-wrapper.grid-5 {
		grid-template-areas:
			"featured featured"
			"spotlight2 spotlight3"
			"spotlight4 spotlight5";
	}	
	
	.spotlight-wrapper.grid-4 {
		grid-template-areas:
			"featured spotlight2"
			"spotlight3 spotlight4";
	}	
	
	.spotlight-wrapper.grid-3 {
		grid-template-areas:
			"featured featured"
			"spotlight2 spotlight3";
	}
	
	.spotlight-wrapper.grid-2 {
		grid-template-areas:
			"featured spotlight2";
	}
	
	.spotlight-wrapper.grid-1 {
		grid-template-areas:
			"featured";
	}	
	
	.spotlight-wrapper.grid-4 .spotlight-column:nth-child(1) .spotlight-item,
	.spotlight-wrapper.grid-4 .spotlight-column:nth-child(1) .img-wrapper,
	.spotlight-wrapper.grid-5 .spotlight-column:nth-child(1) .spotlight-item,
	.spotlight-wrapper.grid-5 .spotlight-column:nth-child(1) .img-wrapper	{
		height: 100%;
	}
	
}

@media all and (min-width: 63em) {
	.spotlight-wrapper {
		margin-bottom: 0;
	}

	.spotlight-wrapper.grid-1 {
		grid-template-areas:
			"featured spotlight2";
	}	
}

@media all and (min-width: 75em) {
	.spotlight-wrapper.grid-5 {
		grid-template-areas:
			"featured featured spotlight2 spotlight3"
			"featured featured spotlight4 spotlight5";
	}

	.spotlight-wrapper.grid-4 {
		grid-template-areas:
			"featured featured featured spotlight2"
			"featured featured featured spotlight3"
			"featured featured featured spotlight4";
	}
	
	.spotlight-wrapper.grid-3 {
		grid-template-areas:
			"featured spotlight2 spotlight3";
	}		
	
	
}

/* HOME - HORIZONTAL CTA */
.cta-row {
	padding: 0 0 2rem;
}

.cta-left {
	border-left: 2px solid var(--secondary-brand);
    padding: 1rem;
	margin-bottom: 2rem;
}
// Added in by ECSD - Homepage Mission and Vision
.cta-vision-left {
	border-left: 2px solid var(--secondary-brand);
    padding: 1rem;
	margin-bottom: 2rem;
}

.cta-left h1,
.cta-left h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
// Added in by ECSD - Homepage Mission and Vision
.cta-vision-left h1,
.cta-Vision-left h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.cta-left h3 {
	margin-bottom: .75rem;
}
// Added in by ECSD - Homepage Mission and Vision
.cta-vision-left h3 {
	margin-bottom: .75rem;
}

.link-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}

.link-container a {
	margin: .25rem 1rem .25rem 0;
	display: block;
    width: 100%;
	color: var(--accent-1);
}

.school .link-container a {
	color: var(--accent-2);
}

.cta-left .btn {
	margin-top: 1rem;
	font-size: .875rem;
	padding: .75rem 1rem;
}
// Added in by ECSD - Homepage Mission and Vision
.cta-vision-left .btn {
	margin-top: 1rem;
	font-size: .875rem;
	padding: .75rem 1rem;
}

.cta-right {
	padding: 0;
}
.cta-vision-right {
	padding: 0;
}

.cta-right img {
	width: 100%;
	height: auto;
    object-fit: cover;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}
.cta-vision-right img {
	width: 100%;
	height: auto;
    object-fit: cover;
	border-radius: 10px;
}

@media all and (min-width: 62em){
	.cta-left {
		margin-bottom: 0;
		padding: 2rem;
	}
	.cta-vision-left {
		margin-bottom: 0;
		padding: 2rem;
	}
	
	.cta-left h1,
    .cta-left h2 {
		font-size: 3rem;
	}
	cta-vision-left h1,
    .cta-vision-left h2 {
		font-size: 2rem;
	}
	
	.link-container a {
		margin: .25rem 1.5rem .25rem 0;
		width: unset;
	}
	
	.cta-right img {
		height: 100%;
		max-height: 650px;
	}
	.cta-vision-right img {
		height: 100% !important;
		max-height: 650px;
	}
}

/* HOME - INSTAGRAM */
.instagram-link {
	display: flex;
    align-items: center;
    column-gap: .5rem;
	margin-bottom: 4rem;
}

.instagram-link svg {
	width: 25px;
	fill: var(--accent-1);
}

/* FOOTER */
footer {
	margin: 6rem 0 0;
}

.footer-banner {
	background-image: url('/images/darby-p-KShlB8T3Omo-unsplash.jpeg');
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
    background-position: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-font-color);
	position: relative;
	z-index: 100;
	padding: 2rem 0;
	margin: 0 -2rem;
}

.footer-banner-overlay {
	height: 100%;
    background: rgba(93, 93, 93, .85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer-banner-text {
	width: 92%;
	margin: auto;
	z-index: 100;
}

.footer-banner-text h3 {
	margin-bottom: 1.5rem;
}

.footer-banner-text p {
	margin-bottom: 0;
	line-height: 1.7;
}

.main-footer {
	color: var(--light-font-color);
	padding: 4rem 0 2rem;
    margin-top: -2rem;
	position: relative;
}

.main-footer-overlay {
	height: 100%;
	opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index: 0;
}

.main-footer-content {
	z-index: 50;
	position: relative;
}

.district .footer-logo {
	max-width: 140px;
}

.footer-desc {
	margin-top: 1rem;
}

.main-footer-col-2 {
	margin-top: .5rem;
}

.json-wrapper {
	display: none;
}

.address-wrapper span,
.contact-wrapper span{
	font-weight: var(--font-medium);
	margin-bottom: .25rem;
	margin-right: .5rem;
}

.address-wrapper, .contact-wrapper {
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

address {
	font-style: normal;
	margin-top: .5rem;
    line-height: 1.5;
}

.contact-wrapper a {
	color: var(--light-font-color);
	font-weight: var(--font-regular);
}

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

.social-wrapper {
	display: flex;
	column-gap: .75rem;
}

.social-wrapper svg {
	fill: #fff;
	height: 25px;
}

.main-footer-col-3 > div {
	font-size: 1.375rem;
	font-weight: var(--font-medium);
}

.main-footer-col-3 > span {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	display: block;
}

.main-footer-col-3 > img {
	display: block;
    /*max-width: 52px;*/
    margin: 1.5rem 0;
}

.district-footer-shield {
   max-width: 100px;
}

.main-footer-col-3 > a {
	color: var(--secondary-brand);
    display: block;
	padding: .5rem 0;
	font-weight: var(--font-medium);
}

.main-footer-col-4 {
	margin: 2rem 0 1rem;
}

.main-footer-col-4 a {
	font-weight: var(--font-regular);
}

.bottom-links {
	font-weight: var(--font-light);
	margin: 2rem 0 0;
	line-height: 2;
}

.bottom-links a {
	font-weight: var(--font-light);
	color: var(--light-font-color);
}

.bottom-links > a {
	font-weight: var(--font-regular);
	margin-bottom: .5rem;
	display: inline-block;
}

.bottom-links > p, 
.bottom-links > p > a{
	color: #BFACD5;
}

/* School Footer */
.school .main-footer-col-2 {
	order: 1;
}

.school .main-footer-col-3 {
	order: 2;
	margin: 1rem 0 0;
}

.school .main-footer-col-4 {
	order: 3;
}

.school .main-footer-col-1 {
	order: 4;
}

.main-footer-col-3 .contact-wrapper-2 {
	font-size: 1rem;
	font-weight: var(--font-regular);
	margin: 1rem 0;
}

.main-footer-col-3 .contact-wrapper-2 .title {
	font-weight: var(--font-bold);
}

.contact-wrapper-2 p {
	margin-bottom: 0;
}

.contact-wrapper-2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: var(--font-regular);
}

.school .bottom-links > p, 
.school .bottom-links > p > a{
	color: rgba(255, 255, 255, 0.7);
}

/* Curriculum Footer */
.curriculum .main-footer-col-1,
.curriculum .main-footer-col-2,
.curriculum .main-footer-col-3,
.curriculum .main-footer-col-4 {
	order: unset;
}

@media all and (max-width: 62em){
	.footer-nav-link {
		padding-left: 0;
	}
}

@media all and (min-width: 62em){
	.main-footer {
		padding: 6rem 0 1rem;
		margin-top: -3rem;
	}
	
	.footer-banner {
		height: 293px;
		background-size: 100% auto;
		margin: 0 -1rem;
	}

	.footer-banner-overlay {
		height: 293px;
	}
	
	.footer-desc {
		width: 90%;
	}
	
	.main-footer-col-3 > img {
		margin: 1.5rem auto;
	}
	
	.main-footer-col-3 > a {
		margin: auto;
	}
	
	.main-footer-col-4 {
		margin: 0;
		padding-left: 3%;
	}
	
	.bottom-links {
		text-align: center;
	}
	
	.school .main-footer-col-3 {
		margin: .5rem 0 0;
	}
	
	.curriculum .main-footer-col-3 {
		margin: unset;
	}
	.main-footer-col-3 .contact-wrapper-2 {
		margin: 0 0 2rem;
	}

}

/* Page */
.breadcrumbs-wrapper {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.breadcrumbs span {
	margin-right: 0.25rem;
}

.breadcrumbs i {
	vertical-align: middle;
	font-size: 22px;
	opacity: 0.4;	
    margin-left: 0.25rem;
}

.page-banner {
	background: var(--primary-brand);
	color: var(--light-font-color);
    width: 100%;
    height: auto;
	min-height: 200px;
    padding: 3rem 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.page-banner .container {
	z-index: 200;
}

.page-banner h1 {
	margin: 0;
	font-size: 3rem;
}

.page-banner-text {
	margin-top: 1rem;
}

.featured-img {

    margin-bottom: 2rem;
}

.featured-img img {
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.featured-img-bg {
	padding-bottom: 50%;
    margin-bottom: 2rem;
    background-size: cover!important;	
}

@media all and (min-width: 75em){
	.featured-img img {
		max-height: 450px;
	}
}

.page .news-wrapper {
	margin-top: 1.5rem;
}

.content-row {
	margin-left: -1rem;
	margin-right: -1rem;
}

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

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

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

.content-row .btn {
	margin: 1rem 0 2rem;
}

.content-boxes {
	margin-bottom: 2rem;
}

.content-boxes .col-xs-12 {
	margin-bottom: 1.5rem;
}

.content-box {
	background: #F2F2F2;
    padding: 1.5rem;
	border-radius: 5px;
	position: relative;
    height: 100%;
    display: block;
	color: var(--dark-font-color);
	border-top: 10px solid;
}

a.content-box:hover {
	filter: brightness(1.02);
}

.content-box h3 {
	margin: 0 0 1rem;
	font-family: var(--sans-serif-font);
	font-weight: var(--font-medium);
}

.content-box img {
	border-radius: 5px;
	margin: 0 auto 1rem;
    display: block;
}

.content-box p {
	font-weight: var(--font-regular);
}

.content-box-btn {
	color: #9A9A9A;
	border-color: #9A9A9A;
}

.useful-links-wrapper {
	margin-bottom: 2rem;
}

.useful-link {
	margin-bottom: 1rem;
}

.useful-link span {
	margin: .5rem 0;
}

.useful-link-inner {
	flex-direction: column;
    gap: .5rem;
    text-transform: uppercase;
    padding: 1.5rem 1rem;
	background: #f2f2f2;
    color: var(--dark-font-color);
}

.useful-link-inner:hover {
	filter: brightness(1.02);
}

.useful-link-text {
	text-transform: none;
	font-weight: var(--font-regular);
}

.useful-link i {
	font-size: 2.5rem;
    background: var(--orange);
    border-radius: 30%;
    padding: 1rem;
	margin-bottom: .75rem;
    color: var(--dark-purple);
}

/*.simple-link {
	border: 2px solid;
    padding: .5rem 1rem;
    margin: 1rem 0;
    display: block;
    text-align: center;
}*/

.documents-section ul {
	padding-left: 0;
}

.documents-link {
	list-style: none;
}

@media all and (min-width: 62em){
	.page-banner::before {
		content: ' ';
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.2;
		background-image: url(/images/logo-icon-only.svg);
		background-repeat: no-repeat;
		background-position: top 31% right -5%;
	    background-size: 480px;
	}

}

/* School Finder */
.school-finder-wrapper iframe {
	width: 100%;
	height: fit-content;
	min-height: 100vh;
	border: none;
}


/* Programs */
.sidebar.programs {
	margin: 1rem 0 0;
}

.sidebar-wrapper.programs {
	padding: 0;
}
.sidebar-item {
	margin-bottom: 2rem;
}
.sidebar-item h3 {
	font-size: 1.125rem;
	margin: 0 0 1rem 0;
}

.sidebar-item .input-field {
	position: relative;
}

.sidebar-item .input-field i {
	position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
	color: #9A9A9A;
}

.sidebar-item input[type=checkbox], 
.sidebar-item input[type=radio] {
    margin-right: .25rem;
}

.sidebar-item .select2-container--default .select2-selection--multiple,
.sidebar-item .select2-container--default .select2-selection--single {
	border: 1px solid #e4e4e4;
}

.sidebar-item .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: var(--orange);
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 5px 4px 20px;
}

.sidebar-item .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	opacity: 0.7;
	border-right: 0;
	bottom: 0;
	left: 4px;
}

.sidebar-item .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	opacity: 1;
    background-color: transparent;
    color: #fff;	
}

.sidebar-item .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px;
}

.select2-container .select2-selection--multiple {
	min-height: 40px;
}

.sidebar-item .select2-container--default .select2-search--inline .select2-search__field {
	line-height: 30px;
    height: 30px;
    font-family: var(--sans-serif-font);
}

.sidebar-item .select2-container--default .select2-selection--single,
.sidebar-item .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
    height: 40px;	
}

.sidebar-item .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px;
}

.sidebar-item .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.sidebar-item .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;	
}

.sidebar-item .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}

.filter-chip {
	background-color: var(--orange);
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}


.view-buttons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

@media(min-width: 48em) {
	.reset-view-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.view-buttons {
		margin-top: 0;
	}	
}

.view-buttons button {
	transition: all .2s ease-in-out;
	cursor: pointer;
	background: #f2f2f2;
	color: var(--medium-grey);
}

.view-buttons button:hover {
	filter: brightness(.95);
}

.view-buttons button.active {
	color: var(--primary-brand);
	filter: brightness(.95);
}


.reset {
	visibility: hidden;
	text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: .875rem;
	color: var(--accent-1);
}

.reset:before {
    content: 'Showing filtered results';
    color: initial;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 1rem;
    pointer-events: none;
    font-style: italic;
}

.js-grid, .js-list {
	display: flex;
	padding: 0.5rem 0.75rem;
	font-size: .85rem;
	border: 0;
}

.js-grid i, .js-list i {
	vertical-align: text-bottom;
	font-size: 19px;
    margin-left: 0.25rem;
}

.program-list {
	margin-top: 2rem;
	transition: all .2s ease-in-out;
}

.program-card {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin-bottom: 1.5rem; 
    color: var(--dark-font-color);
    font-weight: var(--font-regular);
	min-height: calc(100% - 1.5rem);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


a.program-card {
	transition: all .2s ease;
}

a.program-card:hover,
a.program-card:focus {
	filter: brightness(.95);
}

.program-type {
    padding: .5rem 0;
    font-size: .75rem;
    font-weight: 600;
}

.program-type i {
    font-size: 15px;
    vertical-align: top;
    color: var(--secondary-brand);
    margin-right: 0.25rem;
}

.program-content {
	padding: 1rem 1.25rem;
}

.program-content.top {
	padding-bottom: 0;
}

.program-list.list .program-content {
	padding: 0 1.25rem;
	height: 0;
    opacity: 0;
	overflow: hidden;
	transition: all .2s ease-in-out; 	
}

.program-list.list .program-content.active {
	padding: 1rem 1.25rem;
	height: auto;
    opacity: 1;		
}

.program-list.list .program-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;	
}

@media all and (max-width: 48em){
	.program-list.list .program-details {
		flex-wrap: wrap;
	}
}

.program-list.list .program-details .grades-schools-list {
    width: 100%;
	margin-top: 0;
}

.program-list.list .program-details .grades-schools-list.grades-schools-list {
    background: #f2f2f2;
    padding: 0.65rem 0.5rem;
}

.program-header {
	background: #f2f2f2;
	padding: 1rem 1.25rem;
	position: relative;
	z-index: 100;
}

.program-title {
	font-weight: var(--font-medium);
    font-family: var(--serif-font);
    font-size: 1.225rem;
	margin: 0;
    line-height: 1.3;
    letter-spacing: 0;
}

.program-text {
	font-size: .875rem;
}

ul.grades-schools-list {
	font-weight: var(--font-medium);
    font-size: .75rem;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.grades-schools-list li {
	position: relative;
	padding-right: .75rem;
	margin-bottom: .5rem;
}

.grades-schools-list li::after {
    content: "";
    width: 2px;
    height: 12px;
    background: var(--dark-font-color);
    position: absolute;
    top: 0;
    right: 0;
}

.grades-schools-list li:last-child::after {
    background: none;
}

.btn-program-card {
	display: none;
}

.program-list.list a.program-card .btn-program-card {
	display: block;
	white-space: nowrap;
}

@media all and (min-width: 62em){
	.sidebar-wrapper.programs {
		padding: 0 1.5rem;
	}
}

.checkbox-wrapper {
	display: block;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .75rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Custom Checkbox and Radio button*/
/* Hide the browser's default checkbox */
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #CECECE;
  border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkmark {
	background-color: var(--primary-brand);
	border-color: var(--primary-brand);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
	left: 4px;
	top: 2px;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark.radio {
  border-radius: 50%;
}

/* Custom Radio Buttons */
.programs .year-status-container {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
}
.radio-wrapper {
  font-weight: var(--font-medium);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.sidebar-item input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;;
  margin: 0 1rem 0 .35rem;
  width: 1rem;
  height: 1rem;
  border: 1.8px solid var(--primary-brand);
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.sidebar-item input[type="radio"]::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary-brand);
}

.sidebar-item input[type="radio"]:checked::before {
  transform: scale(1);
}

.filter-chip i {
	font-size: 1rem;
	margin-left: .3rem;
	cursor: pointer;
}

.year-status-row {
	display: flex;
	align-items: center;
}


.color-label:after {
	content: "";
	position: absolute;
	top: 5px;
    right: 15%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.color-label.purple:after {background: var(--purple)}
.color-label.teal:after {background: var(--teal)}
.color-label.orange:after {background: var(--orange)}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-wrapper input:checked ~ .checkmark.radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox-wrapper .checkmark.radio:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.js-grades-schools-expand {
	font-family: var(--sans-serif-font);
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
}

.js-grades-schools-expand span {
	font-size: .8rem;
}

.js-grades-schools-expand i:last-of-type {
    font-size: 13px;
    color: #b1b1b1;
    margin-left: 0.25rem;
}

.js-grades-schools-expand i:first-of-type {
    font-size: 15px;
    color: var(--primary-brand);
    margin-right: 0.25rem;
}

.grades-schools-list {
	background: #f2f2f2;
	padding: 0.5rem .5rem;
    border-radius: 3px;	
    margin-top: 0.5rem;
    cursor: pointer;
}

.js-grades-schools {
    margin-top: 0.5rem;
}

.js-grades-schools span {
    font-size: .85rem;
    margin: 0 .75rem .5rem 0;
}

.grades-schools-list:last-of-type .js-grades-schools span {
    display: block;
    border-top: 1px solid #fff;
    padding-top: 0.5rem;	
}

.schools-list_items span {
    background: #f2f2f2;
    padding: 0.125rem 0.5rem;
    border-radius: 50px;
    display: inline-block;	
}

.js-filter-expand {
	cursor: pointer;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.js-filter-expand i {
	/* font-size: 1.2rem; */
    color: var(--primary-brand);
}

.js-filter-content, .js-grades-schools {
	display: none;
}

.filters-wrapper .checkbox-wrapper {
	padding: 0.5rem 0 1rem;
    margin-bottom: 0;
}

.checkmark.button {
	position: static;
	border: 1px solid #CCCCCC;
    border-radius: 50px;
    padding: .5rem 1rem;
    width: fit-content;
    font-size: .75rem;
}

.checkbox-wrapper .checkmark.button:after,
.checkbox-wrapper input:checked ~ .checkmark.button:after {
	display: none;
}

.filters-wrapper .checkbox-wrapper input:checked ~ .checkmark.button {
  color: #fff;
}


/* News & Event Article */
.recent h3 {
	margin: 1rem 0;
}

.recent > ul > li {
	border-left: 2px solid var(--orange);
	margin-bottom: .75rem;
}

.recent > ul > li > a {
	padding: .75rem 1rem;
	display: block;
}

.news-date, .event-date {
	color: var(--medium-grey);
	letter-spacing: .7px;
	text-transform: uppercase;
}

.cover-image {
	width: 100%;
	object-fit: cover;
    margin-top: 2rem;
}

.publish-date {
	column-gap: .5rem;
    margin: 0 0 1rem;
    color: var(--medium-grey);
	letter-spacing: .7px;
	text-transform: uppercase;
	font-weight: var(--font-medium);
	font-size: .875rem;
}

@media all and (min-width: 75em){
	.recent {
		margin-top: 2rem;
	}
}

.news-article_template {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.news-article_template .content {
	margin-top: 0;
}

/* Landing Page */
ul.landing {
	list-style: none;
	padding-left: 0;
	row-gap: 2rem;
}


.landing-inner {
    background: var(--light-grey);
    height: 100%;
    border-bottom: 3px solid var(--orange);
}

.additional-landing .landing li .landing-page-padding {
	background: var(--light-grey);
    padding: 2rem 0;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--dark-font-color);
}

.additional-landing .landing li a.landing-page-padding:hover {
	filter: brightness(1.02);
}

.additional-landing .landing li .landing-page-padding.left-aligned {
    text-align: left;
    align-items: flex-start;
	justify-content: space-between;
	padding: 1.5rem 1rem;
}

.additional-landing.assurance .landing li .landing-page-padding.left-aligned {
	border-bottom: 3px solid var(--orange);
}

.additional-landing .landing li .landing-page-padding.left-aligned .btn {
	margin-top: 1.25rem;
}

.additional-landing.assurance .landing li .landing-page-padding.left-aligned .btn {
	line-height: 1.2;
}

.landing h3 {
	margin: 0;
}

.landing-page-padding.left-aligned h3 {
	margin-bottom: .5rem;
}

.landing-featured {
    aspect-ratio: 100/37.5;
    object-fit: cover;
    margin-bottom: 2rem;
    display: block;
}

.landing-page-primary-nav_template .ck-editor {
	margin-bottom: 2rem;
}

.nav-thumbnail {
	position: relative;
    aspect-ratio: 16/9;
    width: 100%;
}

/*.nav-thumbnail.no-cover {
	background: var(--dark-purple);
	opacity: 100%;
}  --May2,2025 Bre removed*/

.nav-thumbnail img {
	display: block;
	aspect-ratio: 16/9;
}

.nav-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.regular-landing .landing-inner {
	padding: 1rem;
	border-color: var(--secondary-brand);
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

/* @media all and (min-width: 62em){
	.landing > li > .landing-page-padding {
		min-height: 180px;
	}
	
	.landing > li > .landing-page-padding.left-aligned {
		height: 360px;
	}
	
	.landing.no-desc > li > .landing-page-padding.left-aligned {
		height: 180px;
	}
	
	.landing.no-desc.taller > li > .landing-page-padding.left-aligned {
		height: 260px;
	}
}

@media all and (min-width: 75em){
	.landing > li > .landing-page-padding.left-aligned {
		height: 320px;
	}
	
	.landing.no-desc.taller > li > .landing-page-padding.left-aligned {
		height: 220px;
	}
}

@media all and (min-width: 99em){
	.landing > li > .landing-page-padding.left-aligned {
		height: 280px;
	}
	
	.landing.no-desc.taller > li > .landing-page-padding.left-aligned {
		height: 200px;
	}
} */

/* Images with Links */
figure.image {
	position: relative;
    max-width: 100%;
}

figcaption.absolute-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

figcaption.absolute-link a {
	display: block;
	height: 100%;
	opacity: 0;
}

figcaption.absolute-link i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #fff;
	opacity: 0.5;
    pointer-events: none;
	transition: all .2s ease-in-out;	
}

figcaption.absolute-link:hover i {
	opacity: 1;
}

.section-heading {
	margin-top: 4rem;
}

/* Responsive Embedly Video */
figure.media {
    margin: 1rem 0;
}

.embedly-card-hug,
.videoWrapper {
    position: relative!important;
    /* height: 100%; */
    max-width: 100%!important;
}

/* Lexical editor embed */
.videoWrapper {
	height: 0;
	padding-bottom: 56.25%!important;
}

.videoWrapper iframe {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
	border: 0; 
}

/* CK editor embed */
.embedly-card-hug iframe {
	aspect-ratio: 16/9;
}

.vimeo-embed .embedly-card-hug {
	max-width: none!important;
}

/* Search Results Page */
.pad-side > .row > h2 {
	width: 100%;
}
.search-container {
	margin-left: -2rem;
	margin-right: -2rem;
}
.search-section .container.pad-side {
	width: 100%;
}

.search-results {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
	column-gap: 30px;	
	width: 100%;
}

.search-result {
	margin-bottom: 1rem;
    display: inline-block;
}

.search-result a {
	display: flex;
	column-gap: .5rem;
	border: 1px dashed #cecece;
    padding: 1rem;
}

.search-result strong {
	background: #f6cc0b70;
}

.search-title {
	font-weight: 700;
	font-size: 1.5rem;
}

.search-description {
	color: var(--body-font-color);
}

@media all and (min-width: 62em){
	.search-container {
		margin-right: 0;
	}
	
	.search-section .container.pad-side {
		width: 90%;
		margin: 1rem auto;
	}
	
	.page.has-sidenav.has-featured-image {
		margin: 0 1rem;
	}
 /*Updated to resolve issues on the Columns Lexical Editor - 9/26/2024 by MM - previously - margin: 2rem 0;*/
	figure.media {
		margin-top: 0rem;
    	margin-right: 0;
    	margin-bottom: 2rem;
    	margin-left: 0;
	}

}

.page.has-sidenav .sidebar-wrapper {
	margin-bottom: 1rem;
	margin-top: 0;
}

.page .featured-image {
	margin-bottom: 1.5rem;
}

@media all and (max-width: 62em){
	.page.has-sidenav .sidebar-wrapper {
		padding: 0 1rem;
	}
}

.primaryNav-desc {
	margin-bottom: 2rem;
}

#mobile-calendar-list .event-title {
    color: var(--dark-font-color);
    font-size: 1rem;
    margin-bottom: 0;
}

/* Program Page */
li.school-item,
li.grade-item {
    padding-bottom: 0.5rem;
}

.sidebar .program-btn {
	margin-bottom: 2rem;
}

.division-content-title {
	/* justify-content: flex-end; */
	/* width: fit-content; */
    margin-top: 15px;
	margin-bottom:20px; /* Added by ECSD: Fixed spacing below the top box to provide room for the text underneath */
    padding: 0.5rem .5rem .5rem 1rem;
    border-radius: 5px;
    gap: 0.5rem;
    font-weight: var(--font-medium);
	background: var(--light-grey);
}

.program-dates {
	background: var(--light-grey);
	border-top: 2px solid var(--secondary-brand);
	padding: 1.5rem 1rem;
}

.program-dates-title {
	margin-top: 0;
	font-size: 1.2rem;
}

@media (min-width: 62em){
	.program-dates {
		padding: 1.5rem;
	}
	
	.program-dates-title {
		font-size: 1.5rem;
	}
}

.event-content ul {
    margin: 1rem 0;
}

/* Photo Gallery */
.gallery-wrapper.message {
    margin-bottom: 2rem;
}
 .gallery-swiper2 .gallery-item.swiper-slide {
  background-size: cover;
  background-position: center;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.gallery-swiper2 .gallery-item.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-swiper2 {
  height: 50%;
  width: 100%;
}

.gallery-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-swiper .swiper-slide {
  width: 50%;
  height: 100%;
  opacity: 0.4;
}

.gallery-swiper .swiper-slide img {
	width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
    min-height: auto;
}

.gallery-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

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

.gallery-button-next, 
.gallery-button-prev {
	font-size: 1.2rem;
	color: var(--dark-font-color);
	background: rgba(255, 255, 255, 0.5);
	padding: .5rem;
}

.gallery-item figcaption {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
}

@media (min-width: 62em){
	 .gallery-swiper2 .gallery-item.swiper-slide {
	  max-height: 600px;
	}
	
	.gallery-swiper .swiper-slide {
	  width: 25%;
	}
	
	.gallery-swiper .swiper-slide img {
		width: 100%;
	}
}


/* Staff Directory */
.letter-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: .75rem;
}

.letter-list-item {
    color: #C4C1C7;
    font-size: 1.3rem;
    font-weight: var(--font-medium);
    font-family: var(--sans-serif-font);
}

.letter-list-item.active {
    color: var(--purple);
    cursor: pointer;
}

.title-name {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: var(--serif-font);
}

.info-row{
    display: flex;
    gap: 0.5rem;
	margin-bottom: .5rem;
}

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

.info-col3 a {
	display: block;
}

.letter-wrapper {
	margin-top: 2rem;
}

.title-grade {
    font-size: 1.1rem;
    letter-spacing: 0;
}

#school-directory .js-collapsible-box-title {
    background: none!important;
    border-bottom: 1.5px solid var(--primary-brand);
    padding: 1.5rem 0;
    gap: .25rem;
    margin: 0;
    align-items: self-end;
}

#school-directory .js-collapsible-box-title.active {
    border-bottom: none;
}

#school-directory .js-collapsible-box-description {
    margin: 0;
    padding-bottom: 1rem;
}

#school-directory .js-collapsible-box-description.active {
    border-bottom: 1.5px solid var(--primary-brand);
}

#school-directory .map-link {
    color: var(--dark-font-color);
    font-weight: var(--font-regular);
}

.info-col2 .info-row,
.info-col3 .info-row {
	align-items: center;
}

.info-col3 {
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}

.info-col3 .info-row {
    width: 100%;
}

.hidden {
	display: none;
}

.word-break {
    word-break: break-word;
}

@media (min-width:75em) {
	.letter-wrapper {
		margin-top: 4rem;
	}
	#school-directory .school-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1rem;
	}
	
	.info-col1, .info-col2 {
		width: 33%;
	}
	
	.info-col3 {
		display: block;
		margin: 0;
		text-align: right;
	}

    #school-directory .js-collapsible-box-title {
        align-items: flex-start;
        padding-top: 2rem;
    }

    #collapsibleBox-8412 .info-col2 {
        display: flex;
        justify-content: space-between;
        width: 67%;
    }
}

/* Open House */
.open-house-tabs {
    border-bottom: 1.5px solid var(--primary-brand);
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    font-size: 1.2rem;
    margin-top: 3rem;
}
.oh-tab {
    padding: .75rem 1rem;
    display: block;
    background: var(--light-grey);
    color: var(--dark-grey);
    cursor: pointer;
    font-weight: var(--font-medium);
}

.oh-tab.active {
    background: var(--primary-brand);
    color: white;
}

.oh-wrapper {
    border-bottom: 1.5px solid var(--primary-brand);
    margin-bottom: 1.25rem;
    padding: .75rem 0 1.5rem;
}

.oh-wrapper .title-name {
	font-size: 1.3rem;
}

.oh-wrapper .info-label {
    font-weight: var(--font-medium);
    display: block;
}

.oh-text {
    display: flex;
    gap: .25rem;
    align-items: baseline;
    flex-wrap: wrap;
    margin: .75rem 0;
}

.oh-date {
    margin-bottom: 0;
    width: 100%;
}

#open-house .letter-wrapper:first-of-type {
    margin-top: 0;
    padding-top: 1rem;
}

#open-house .list > p {
    padding: 1rem;
}

#open-house .letter-wrapper h2 {
    margin-bottom: 0;
}

@media (min-width:75em) {
    #open-house .letter-wrapper h2 {
        margin-bottom: 1.3125rem;
    }
}

/* School Open House Page */
.oh-school hr {
    background-color: var(--accent-2);
    height: 2px;
}

.oh-school .school-name {
    font-size: 1.375rem;
}

.oh-school .school-contact {
    margin-top: 2rem;
}

.oh-school .school-contact a,
.oh-school .school-contact i {
    color: var(--dark-purple);
}

.oh-school .school-contact .map-link {
    color: var(--dark-font-color);
    font-weight: var(--font-regular);
}

.oh-school .school-contact .phone-email .info-row {
    align-items: center;
}

.oh-school .oh-date.expired {
    color: #C4C1C7;
}

.oh-school .oh-msg {
    font-style: italic;
    color: var(--dark-purple);
    font-weight: var(--font-light);
    margin-left: .5rem;
}

.oh-school .oh-event {
    margin-bottom: .5rem;
}

.oh-school .oh-event:last-of-type {
	margin-bottom: 0;
}

/* Sidebar Filters */
.sidebar.new-sidebar {
    margin: 1rem 0;
}

.advanced-filters-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.advanced-filters-title h3 {
    margin: 0;
}

.advanced-filters-title i {
    font-size: 1.5rem;
    color: var(--medium-grey);
}

h4.js-filter-expand {
    font-weight: var(--font-medium);
    margin-bottom: 1rem;
}

.advanced-filters-content {
    display: none;
    padding-top: .5rem;
}
.advanced-filters-trigger {
    cursor: pointer;
}

.results-row {
    display: none;
    font-size: .875rem;
    margin-top: 1rem;
}

.results-row .result-text {
    font-style: italic;
}

.results-row #reset-filters {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--accent-1);
    font-weight: var(--font-medium);
    margin-left: 8px;
    cursor: pointer;
}

@media(max-width: 991px) {
    .sidebar-wrapper.programs {
        padding: 0 1rem;
    }

    .content.simple {
        margin-top: 0;
    }

    .program-list.simple {
        margin-top: 1.5rem;
    }

    .program-column {
        margin-top: 0;
    }
}

/* Assurance Dashboard pages */
#school-priorities {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
#school-priorities .collapsible-box h4,
#school-priorities .collapsible-box h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

#school-priorities .collapsible-box h5 {
    font-weight: 600;
}

#school-priorities .collapsible-box p {
    margin-bottom: 0;
}

#school-priorities .collapsible-box .collapsible-box-description {
    line-height: 1.6;
    padding-top: 1rem;
    margin: 0 1rem;
}

#school-priorities .content-group {
    margin-bottom: 2rem;
}

#school-priorities .content-group:last-of-type {
    margin-bottom: 0;
}

#school-priorities .collapsible-bottom-icon {
    margin-left: -1rem;
}

.growth-plan-heading img {
    width: 100%;
    max-width: 180px;
    object-fit: contain;
    padding: .5rem 1.5rem .5rem 1rem;
}

#year-select {
    width: 100%;
    padding: .75rem;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: var(--font-medium);
    margin: 0 0 .5rem;
    background-image: linear-gradient(45deg, transparent 50%, #757575 50%), linear-gradient(135deg, #757575 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(22px), calc(100% - 15px) calc(22px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width: 48em) {
    #year-select {
        max-width: 250px;
    }
}

.contact-form input {
    margin-top: 10px;
}

/* Programs V2 2024-12-17 */
.program-status{
    font-size: .75rem;
    display: flex;
    align-items: center;
    font-weight: var(--font-medium);
    text-transform: uppercase;
    padding: 5px 8px;
    background-color: var(--secondary-brand);
    width: fit-content;
    border-radius: 3px;
    margin-bottom: .5rem;
}

.school-link {
	display: block;
}

a.program-header-wrapper {
    color: unset;
    font-weight: unset;
}

a.program-header-wrapper:hover, a.program-header-wrapper:focus {
    filter: brightness(.95);
}

.grades-schools-list:last-of-type .js-grades-schools .status-label,
.status-label {
    display: inline-block;
    border-top: unset;
    padding: 2.5px 5px;
    margin: 0 5px 0 0;
	font-size: .7rem;
} 

.grades-schools-list:last-of-type .js-grades-schools span.status-text {
    border: none;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

.program-school-name {
    font-weight: var(--font-medium);
    margin-top: .5rem;
}

.school-item.border {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0.5rem;
}

.school-item.border:last-of-type {
    border-bottom: none;
}

.program-card.simple {
    justify-content: flex-start;
}

.program-card.simple .program-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-content.simple {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 1.75rem;
}

.program-content.simple .btn-link {
    color: var(--accent-2);
    text-transform: uppercase;
    text-decoration: underline;
}

.program-list.list .program-list_item.simple .program-card.simple {
    border: none;
    border-radius: 0;
    min-height: unset;
}

.program-list.list .program-header {
    cursor: pointer;
}

.program-list.row .collapsible-box-icon {
    display: none;
}

.reset-view-wrapper.simple {
    justify-content: flex-end;
}

.results-row #reset-filters.simple {
    margin-left: 0;
}

.sidebar-item.search {
    margin-top: 2rem;
}

.program-school-item {
    border-bottom: 2px solid #e6e6e6;
    padding: 1rem 0;
}

.program-school-link {
    display: block;
	color: #C4C1C7;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.program-school-item.active .program-school-link {
	color: var(--primary-brand);
}

.grades-list {
    font-weight: var(--font-medium);
	font-size: .9rem;
	display: flex;
    flex-wrap: wrap;
}

.grade-label,
.grades-list .grade-intro {
	color: #C4C1C7;
}

.grade-label.active,
.grades-list.active .grade-intro {
    color: var(--dark-font-color);
}

.grades-list span {
    margin-right: .5rem;
}

.grade-msg {
    margin-bottom: 5px;
}

.grade-msg:last-of-type {
    margin-bottom: 0;
}

.msg-wrapper {
    margin-top: .75rem;
}

.msg-title {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.msg-title img {
    width: 16px;
}

.msg-title-text {
    text-transform: uppercase;
    font-weight: var(--font-medium);
    font-size: .9rem;
}

.msg-wrapper .grade-msg {
    margin-left: 22px;
}

.msg-content {
    display: none;
    padding-top: .5rem;
    font-size: .9rem;
}

.js-filter-expand label {
    cursor: pointer;
}

.changes-school {
    font-weight: var(--font-medium);
}

.changes-item {
    margin-bottom: .5rem;
}

.changes-item:last-of-type {
    padding-bottom: 1rem;
}

.changes-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--orange);
    padding: .75rem 1rem;
    cursor: pointer;
}

.changes-title h3 {
    font-weight: var(--font-medium);
    font-size: 1.125rem;
}

.changes-content {
    display: none;
    padding: 1.5rem 1rem 1rem;
}

.changes-bottom-icon {
    margin-left: -.75rem;
}

/* .program-content-grade {
    margin-top: 2.5rem;
} */

@media (min-width: 62em) {
    .program-changes {
        margin-top: 15px;
		margin-bottom: 1.75rem;
    }
}

/* .editor figure:has(a) {
	margin: 0;
	padding: 0;
} */


/* Font Sizer */
.change-font-size {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background: var(--light-grey);
    width: fit-content;
	margin-left: auto;
}

.programs_template .change-font-size {
	margin-bottom: 1rem;
}

.change-font-size span {
	font-weight: var(--font-medium);
}

.change-font-size button {
    display: inline-block;
    margin-left: 0.75rem;
    cursor: pointer;
    background: none;
    padding: 0;
    color: var(--primary-brand);
    text-transform: none;
    letter-spacing: 1px;
}

.change-font-size button:disabled {
	color: var(--medium-grey);
}
