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

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

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

/* Variables */
:root {
	--primary-brand: #CAE0E3;
	--secondary-brand: #2B3245;
	--accent-1: #E68A63;
	--accent-2: #2D6CB7;
	--accent-3: #9AD8E2;

	--dark-grey: #3B3B3B;
	--medium-grey: #7B8591;
	--light-grey: #f6f6f6; 
	--black: #2B3245;

	--serif-font: sofia-pro, sans-serif;
	--sans-serif-font: azo-sans-web, sans-serif;
	
	--font-regular: 400;
	--font-medium: 500;
	--font-bold: 700;
	--font-extra-bold: 800;

	--dark-font-color: #2B3245;
	--light-font-color: #fff;
	--secondary-text: #fff;
	--btn-text: #2B3245;
}

/* background-colors */
.primary-brand_bg { background-color: var(--primary-brand); }
.secondary-brand_bg { background-color: var(--secondary-brand); }
.light-grey_bg {background: #EAEAEA}
.light-blue_bg {background: var(--primary-brand)}
.blue_bg {background: #99c5f1}
.teal_bg {background: var(--accent-3)}

/* icon links background colors */
.purple1_bg {background-color: #800080; color: #fff}
.purple2_bg {background-color: #660066; color: #fff}
.red_bg {background-color: #800000;  color: #fff}
.green1_bg {background-color: #9aed9b; color: var(--dark-font-color)}
.green2_bg {background-color: #226600; color: #fff}
.blue1_bg {background-color: #2C7DC1; color: #fff}
.blue2_bg {background-color: #226699; color: #fff}
.gold_bg {background-color: #CC9900; color: #fff}

.lb_border {background: #9AD2DB}
.mb_border {background: #2D6CB7}
.db_border {background: #173178}

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

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-extra-bold);
  font-style: normal; 
  font-size: 3.348rem;
  margin-top: 1.3125rem;
  margin-bottom: 2.625rem;
}

h2, .h2, h3, .h3, h4, 
.h4, h5, .h5, h6, .h6 {
  font-family: var(--serif-font);  
  font-weight: var(--font-extra-bold);
  font-style: normal;
}

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

h3, .h3 {
  font-size: 1.625rem;
  margin-top: 1.3125rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

.lead {
  font-size: 120%;
}

img {
  max-width: 100%;
}

.image img {
    margin: auto;
    display: block;
}

figcaption {
	font-size: .875rem;
    font-weight: 300;
	margin: .25rem auto;
	text-align: center;
}

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

a {
  text-decoration: none;
}

blockquote {
    border-left: 5px solid var(--accent-1);
    padding: 1.5rem 2rem 1.5rem 3rem;
    margin: 0 0 1rem 0;
    position: relative;
	font-style: italic;
    font-weight: 300;
    font-size: 1.1rem;
}

blockquote::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    position: absolute;
    top: 50%;
    left: -1.25rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
	font-style: normal;
    color: var( --accent-1);
    background: white;
    padding: .5rem;
}

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

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

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

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

.change-font-size {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
    border-radius: 25px;
	background-color: var(--light-grey);
	margin-left: auto;
    display: block;
    width: fit-content;
}

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

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

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

.align-right {
	margin-left: auto;
	display: block;
	text-align: right;
}

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

.flex-row {
	display: flex!important;
	flex-direction: row!important;
	align-items: center!important;
	column-gap: .25rem!important;
}

@media(min-width: 62em) {
	.content.side-nav {
		padding-left: 3rem;
	}
	
	.content-inner {
		margin: 0 1rem;
	}
	
	.content-inner.rich-text {
		margin: 1rem;
	}
}

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

.content-inner ul {
	padding-left: 1rem;
	list-style: unset;
}

.page {
	padding: 2rem 0;
}

.content {
	width: 100%;
}

/*figure.image {
	margin: 1rem 0;
}*/


/* BUTTON & LINKS */
a {
  transition: all .2s ease-in-out; 
  color: var(--accent-1);
}

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

.btn {
	text-transform: uppercase;
	font-weight: var(--font-bold);
	font-size: .875rem;
	letter-spacing: 1.4px;
	color: var(--btn-text);
	padding: .5rem 1rem;
	display: block;
    width: fit-content;
}

.btn-primary a {
	color: var(--btn-text)!important;
}

.btn-primary {
	background: var(--accent-1);
    border-radius: 50px;
}

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

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

.btn-link-secondary {
	color: var(--accent-2);
}

@media all and (min-width: 62em){
	.btn {
		padding: 1rem 1.5rem;
	}
	
	.btn-link {
		padding: 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 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%;
    box-sizing: border-box;
    border: solid 1px #e4e4e4;
    transition: 0.5s;
	padding: .25rem;
}

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


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

.table.bell-schedule {
	box-shadow: none;
}

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

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

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

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

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


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

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

.table h3 {
	margin: .5rem 0;
}

.table img {
	width: 150px;
	max-width: 150px;
}

/* Equal table width */
.table-equal table {
	table-layout: fixed;
}

/* All white background for tables on Our Team page */
.our-team .table table tr {
    border-bottom: 1px solid #F7F6F4;
}

.our-team .table table tr:nth-child(odd) {
    background: none;
}

@media all and (min-width: 62em){
	.table img {
		width: 250px;
		max-width: 100%;
	}
}

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

/* Collapsible box - rich text editor */
.collapsible-box {
	width: 100%;
}

.collapsible-box .material-icons {
	color: var(--medium-grey);
}

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

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

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

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

.editor details summary i {
    font-weight: var(--font-bold);
    color: var(--medium-grey);
    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;
}

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


.documents-section,
.useful-links-wrapper,
.content-boxes,
#content-tabs ,
.simple-links-wrapper,
.gallery-wrapper {
    margin-top: 1.3125rem;
    margin-bottom: 5rem;
}

.documents-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.documents-section ul li {
	padding: 0.5rem 1rem;
	margin: 0;
}

.documents-section ul li:nth-child(2n+1) {
	background: #f5f5f5;
}

/* 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: .5rem .5rem 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: .5rem;
    border-radius: 5px 5px 0 0;
    background: var(--medium-grey);
}

.ui-tabs .ui-tabs-nav li {
    font-weight: 700;
	border: none;
    background: #fff;
	transition: all .2s ease-in-out;
	margin: 0 .5rem 0 0;
	border-radius: 5px 5px 0 0;
}


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

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: var(--medium-grey);
	opacity: .8;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: var(--medium-grey);
	opacity: 1;
}

/* Tab Content */
.ui-tabs .ui-tabs-panel {
    padding: 1rem;
	margin-top: 0;
	background: var(--light-grey);
	border-radius: 0 0 5px 5px;
}

.ui-widget-content a {
   color: var(--accent-1);
}

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

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

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

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

.logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  padding: 1rem;
}

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

.school .logo img {
    height: calc(80px + 2rem);
} 

.school .logo span {
	font-size: 1.375rem;
    font-family: var(--serif-font);
    font-weight: var(--font-bold);
    max-width: 250px;
}

.logo-row-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.nav-app-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 1rem;
}

.header-contact {
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: .5rem;
}

.header-contact > a {
	color: var(--dark-font-color);
}

@media all and (max-width: 62em){
	.logo-row-wrapper {
		padding: 0;
	}
	
	.header-contact {
		display: none;
	}
	
	.school .logo span {
		font-size: 1rem;
	}

}

/* Nav App */
#nav-app ul {
	display: flex;
	align-items: center;
	margin: .25rem;
	background: var(--accent-2);
    border-radius: 50px;
    padding: .75rem;
}

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

#nav-app a {
	color: var(--light-font-color);
	display: flex;
    flex-direction: column;
}

.school #nav-app a {
	color: var(--btn-text);
}

#nav-app i {
	font-size: 22px;
}

#nav-app .optionbox {
    display: none;
    position: absolute;
    background: var(--light-font-color);
    box-shadow: 0px 3px 10px #00000033;
	border-radius: 6px;
	width: 70%;
    margin: 0 auto;
    top: 79px;
    right: 1rem;
    z-index: 100;
    padding: 1rem;
}

#nav-app .optionbox a {
	color: var(--accent-2);
    font-weight: var(--font-medium);
}

.option-btn {
	cursor: pointer;
	position: relative;
}

.option-btn:after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    z-index: 1000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    transition: all .3s ease;
    transform-origin: bottom;
    transform: translateX(-50%) scaleY(0);
}

.option-btn.active:after {
	 transform: translateX(-50%) scaleY(1);
}

.op-close {
	margin-bottom: .5rem;
}

@media all and (min-width: 62em){
	#nav-app .optionbox {
		top: 78px;
		width: 20%;
	}
}

/* Main Nav */
.main-nav-wrapper {
	background: var(--secondary-brand);
	width: 100%;
}

a.nav-link {
	color: var(--light-font-color);
	position: relative;
	transition: all .3s ease-in-out;
	display: block;
	width: fit-content;
    margin: .75rem 0;
}

.school a.nav-link {
	color: var(--secondary-text);
}

.nav-link.arrow::after {
	margin-left: 2px;
	color: rgba(255, 255, 255, 0.4);
    content: "\f078";
	font-size: .75rem;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
}

.school .nav-link.arrow::after {
	color: var(--secondary-text);
	opacity: 0.5;
}

.nav-link.action {
	color: var(--accent-1);
}

.school .nav-link.action {
	color: var(--nav-cta);
}

.nav-link:hover {
	color: var(--accent-3);
}

.school .nav-link:hover {
	color: var(--nav-cta);
	/*filter: opacity(0.7);*/
}

.school .nav-link.action:hover {
	color: var(--nav-cta);
	filter: opacity(0.7);
}

#main-nav {
	text-transform: uppercase;
	font-weight: var(--font-bold);
	font-family: var(--sans-serif-font);
	letter-spacing: 3px;
	font-size: 0.9rem;
	color: var(--light-font-color);
}

/* Mobile Hamberguer Menu */
.menu-trigger {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	color: var(--primary-brand);
	margin: 0 .5rem;
}

.school .menu-trigger {
    color: var(--secondary-text);
}

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

.menu-trigger .single-bar {
    display: block;
    width: 30px;
    height: 2px;
    background: currentColor;
    margin: 6px .5rem 6px 0;
}

.menu-trigger label {
	cursor: pointer;
}

#main-nav > ul > li {
	padding: 0;
	cursor: pointer;
}

#main-nav > ul {
	margin: 0;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem 8% 3rem;
    width: 100%;
    height: auto;
	min-height: 100vh;
	transition: all .3s;
}

#main-nav > ul > li:nth-last-child(2) {
	flex-grow: 1;
}

#main-nav.active > ul {
	right: 0;
}

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

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


/* Mobile Hamberguer Menu Dropdown */
.main-dropdown-menu {
	flex-direction: column;
    position: static;
    padding: 1rem;
	margin: 1rem 0;
    z-index: 200;
    margin: 0;
    color: #fff;
    text-transform: none;
	display: none;
}

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

.main-dropdown-menu a {
	color: var(--dark-font-color);
}

@media all and (max-width: 62em){
	.main-nav-wrapper {
		padding: .5rem 0;
	}
	
	#main-nav > ul {
		background: var(--secondary-brand);
		z-index: 100;
		align-items: flex-start;
		font-size: 1rem;
		padding-top: 25%;
	}
	
	#main-nav > ul > li:nth-last-child(2) {
		flex-grow: 0;
		padding-bottom: 1.5rem;
	}
	
	.main-dropdown-menu a {
		color: var(--light-font-color);
	}
	
	.school .main-dropdown-menu a {
		color: var(--secondary-text);
	}
	
	.main-dropdown-menu {
		letter-spacing: 1px;
		font-weight: var(--font-medium);
		padding: .5rem 1rem 1.25rem;
	}
	
	#nav-app ul {
		border-radius: 30px;
		padding: .5rem;
	}
	
	.search {
		padding: 0;
	}
}

@media all and (min-width: 62em) {
	.logo img {
		max-width: 450px;
	}
	
	.menu-trigger, .menu-close {
		display: none;
	}
	
	#main-nav > ul {
		position: static;
		flex-direction: row;
		row-gap: .5rem;
		margin: 0 1.5rem 0 0;
		min-height: unset;
		height: unset;
		padding: 0;
		margin: 0;
	}
	
	#main-nav > ul > li {
		padding: 0 .75rem;
		position: relative;
	}
	
	#main-nav.active ul {
		position: static;
		flex-direction: row;
	}
	
	#main-nav.active > ul {
		position: absolute;
		top: 75px;
		left: 0;
		right: 0;
		flex-direction: column;
		display: flex;
	}
	
	.main-dropdown-menu {
	    background: #fff;
		border-radius: 5px;
		box-shadow: 0 3px 10px #00000033;
		position: absolute;
		top: 42px;
		left: 0;
		right: 0;
		z-index: 200;
		margin: 0;
		padding: 1rem 1.5rem;
		width: 330px;
		height: auto;
		letter-spacing: 0;
		font-weight: var(--font-medium);
		text-transform: none;
	}
	
	.main-dropdown-menu.search {
		left: unset;
	}
	
	.main-dropdown-menu > li{
		padding: .75rem 0;
	}

	.main-dropdown .nav-link::before {
		content: "";
		position: absolute;
		top: calc(100% + 5px);
		right: -10px;
		z-index: 1000;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 8px solid #fff;
		transition: all .3s ease;
		transform-origin: bottom;
		transform: translateX(-50%) scaleY(0);
	}
	
	.main-dropdown .nav-link.active::before {
		transform: translateX(-50%) scaleY(1);
	}
	
	.nav-link.search::before {
		top: calc(100% - 6px);
	}
	
	.main-dropdown.search {
		margin-left: auto;
	}
	/*
	.main-dropdown-menu::before {
		content: "";
		position: absolute;
		top: -7px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 8px solid #fff;
	}
	
	.main-dropdown-menu.search::before {
		right: 20px;
	}*/
	
	

}

/* Nav app - Expandaed Content */
#search-form label {
	display: none;
}

#search-term {
	margin-bottom: 1rem;
    padding: .5rem;
}

.service a {
	margin: .5rem 0;
}

.goog-te-combo {
	padding: .75rem .5rem;
    border: none;
    color: var(--accent-2);
    text-transform: uppercase;
    font-family: var(--sans-serif-font);
    font-size: 1.05rem;
    font-weight: var(--font-medium);
    letter-spacing: .6px;
	cursor: pointer;
	border-right: .5rem solid transparent;
}

.goog-te-gadget .goog-te-combo {
	margin: 0 0 .5rem!important;
    background: var(--light-grey);
	width: 100%;
}

#nav-app .goog-logo-link, 
.school #nav-app .goog-logo-link {
    color: var(--medium-grey);
	display: inline-block;
}

/* Side Navigation */
.sidebar {
	width: 95%;
}

#nav-secondary {
	background: var(--secondary-brand);
    padding: 2rem;
	border-radius: 10px;
}

#nav-secondary a {
	color: var(--secondary-text);
}

.secondary-nav-item {
	padding: .5rem 0;
	opacity: .85;
	transition: opacity .3s ease-in-out;
}

.secondary-nav-item:hover {
	opacity: .95;
}

.secondary-nav-item.active {
	font-weight: var(--font-medium);
	color: var(--secondary-text);
	opacity: 1;
}

.secondary-nav-item.active {
	font-size: 1.1rem;
}

.secondary-nav-item.child {
	margin-left: .75rem;
}

.cookie {
	font-size: 1.1em;
    font-weight: var(--font-bold);
	color: var(--secondary-text);
    padding-bottom: .5rem;
	margin-left: -.75rem;
}

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

.cookie i {
	font-size: 1.8rem;
}

.current-page {
	display: none;
}

/* Mobile Side Nav*/
@media all and (max-width: 62em){
	.sidebar-wrapper {
		padding: 0;
		margin-bottom: 2rem;
	}
	
	.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: 7px solid var(--secondary-brand);
	}
	
	.sidebar {
		border-left: none;
		width: 100%;
	}

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

.landing-page-link {
	margin-bottom: 2rem;
	text-align: center;
	width: 100%;
}

.landing-page-link a {
	background-color: var(--light-grey);
	border-bottom: 10px solid var(--primary-brand);
    font-size: 1.125em;
    font-weight: var(--font-extra-bold);
	display: block;
	padding: 2rem;
	height: 100%;
}



/* BANNER */
.banner-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.swiper {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 500px;
}

.swiper-slide {
  min-height: 500px;
  display: block;
  position: relative;
}

.swiper-slide img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

.banner .swiper-slide img {
	width: 100%;
	object-fit: contain;
	background: var(--primary-brand);
}


.swiper-pagination-bullet {
	border-radius: 100px;
    width: 30px;
    height: 5px;
    background: var(--dark-font-color);
    opacity: 0.4;
}

.school .swiper-pagination-bullet {
    background: var(--primary-text);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.banner_img {
	position: relative;
	padding: 0;
}

.banner_info {
	color: var(--dark-font-color);
	padding: 5rem 2rem 2rem;
	position: absolute;
}

.school .banner_info {
	color: var(--primary-text);
	background: var(--primary-brand);
}


.banner_info h2 {
	font-size: 2.25rem;
	margin: 1rem 0 1rem 0;
}

.banner_info .card-description {
	margin-bottom: 2rem;
	max-height: 80px;
    overflow-y: auto;
	 -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.no-banner-img .card-description {
	max-height: 400px;
}

.banner_info .card-description::-webkit-scrollbar { 
    display: none;  
}

.card-description {
	opacity: 0;
}

.card-description.visible {
    opacity: 1;
}


@media all and (max-width: 62em) {
	.banner_info.no-banner-img {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	
	.banner-content {
		height: 500px;
		background: var(--primary-brand);
		flex-direction: column;
        margin: 0;
	}
	
	.banner_img {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 25%;
		padding: 0;
	}
	
	.banner_info {
		position: static;
	    color: var(--dark-font-color);
		padding: 1rem;
	}
	
	.banner_info h2 {
		font-size: 1.5rem;
		margin: 0 0 .5rem;
	}

	.banner_info .btn-primary {
		margin-top: .5rem;
	}
	
	.banner_info .card-description {
		font-size: .9rem;
		margin-bottom: 1.5rem;
	}
	
	.banner_img {
		width: 100%;
		position: relative;
		flex-basis: unset;
		height: 50%;
		background: var(--primary-brand);
		bottom: unset;
		display: flex;
		justify-content: center;
        flex-direction: column;
	}
	
    .banner .swiper-slide img {
		min-height: auto;
		max-height: 100%;
		object-fit: contain;
		background: var(--primary-brand);
		display: block;
		bottom: unset;
	}
	
	 .banner_info {
		flex-grow: 1;
        flex-basis: unset;
	}
	
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 1rem;
		left: auto;
		right: .5rem;
		width: fit-content;
	}
}


@media all and (min-width: 62em){
	.banner_info p {
		max-height: 300px;
	}
	
	.text-wrapper {
		width: 80%;
	}
	
	.swiper, .swiper-slide, .swiper-slide img {
		width: 100%;
		height: 600px;
	}
	
	.banner_info {
	    padding: 0 2.5rem;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.banner_info.no-banner-img {
		height: 600px;
	}
	
	.banner_info .card-description {
		margin-bottom: 2rem;
		max-height: 250px;
		overflow-y: auto;
		 -ms-overflow-style: none;  
		scrollbar-width: none;  
	}

	.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.banner .swiper-pagination-custom, 
	.banner .swiper-pagination-fraction {
		bottom: 2rem;
		width: fit-content;
		left: auto;
		right: calc((100% - 61rem) / 2);
	}
}

@media all and (min-width: 75em){
	.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.banner .swiper-pagination-custom, 
	.banner .swiper-pagination-fraction {
		right: calc((100% - 71rem) / 2);
	}
}

@media all and (min-width: 99em){
	.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.banner .swiper-pagination-custom, 
	.banner .swiper-pagination-fraction {
		right: calc((100% - 91rem) / 2);
	}
}

/* HOME - NEWS & CALENDAR */
.news-calendar-wrapper {
	padding: 2rem 0 3rem;
}

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

.news-text {
	position: relative;	
	padding: .5rem 1rem 1rem;
	text-align: center;
}

.news-title {
	color: var(--dark-font-color);
	font-size: 1.125rem;
	font-weight: var(--font-medium);
	margin: .25rem 0;
}

.news-text .staff-icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: var(--medium-grey);
	font-size: 22px;
}

.format-card {
	position: relative;
}

.recent-news .format-card .staff-icon {
	position: absolute;
    top: 0;
    right: 0;
    color: var(--medium-grey);
    font-size: 18px;
}

.format-date {
	color: var(--medium-grey);
    font-weight: var(--font-medium);
}

.news-wrapper .format-date {
    font-size: .8125rem;
}

.news-item {
	background: #fff;
	margin-bottom: 1.5rem;
	border-radius: 6px;
}

.img-wrapper {
	height: 180px;
}

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

.page .img-wrapper img,
.page .img-wrapper.no-cover {
	border-radius: 6px;
}

.img-wrapper.no-cover {
	background: #2D6CB7;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.img-wrapper.no-cover img {
    object-fit: contain;
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 25%;
    height: auto;
    max-height: 160px;
}


.news-archive {
	background: var(--light-grey);
}

.news-archive .news-item {
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 5%);
}

/*
.img-wrapper.no-cover::before {
    content: ' ';
    display: block;
    height: 100%;
    background-image: url(/images/logo-symbol-white.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: bottom 1rem right 1rem;
}*/

.event-wrapper {
	padding: 0;
}

.event-item {
	padding: 1rem;
	background: #fff;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.event-date-wrapper {
	display: flex;
    align-items: center;
    column-gap: .5rem;
    margin-bottom: .4rem;
}

.event-date-wrapper i {
	color: var(--accent-3);
}

.event-date-wrapper i.staff-icon {
    font-size: 22px;
    align-self: baseline;
    margin-left: -0.5rem;
}

.school .event-date-wrapper i {
	color: var(--medium-grey);
}

.event-name {
	color: var(--dark-font-color);
	font-size: 1.125rem;
	font-weight: var(--font-medium);
}

@media all and (min-width: 62em){
	.news-wrapper {
		margin-bottom: 0;
		padding-right: 1rem;
	}
	.event-wrapper {
		padding: 0 1rem;
	}
	
	.event-wrapper > a {
		margin-left: auto;
	}
	
	.event-item {
		padding: 1rem 1rem 1rem;
	}
	
	.img-wrapper.no-cover img {
		right: 2rem;
		bottom: 1rem;
		width: 25%;
		height: auto;
		max-height: 200px;
	}
	
	.all-events {
		margin-left: auto;
	}
}


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

.cta-row-video {
    padding-bottom: 2rem;
}

.cta-row-video .responsive-video {
    margin-top: 0;
}

.cta-row-video .school-image {
    margin-top: 0;
    margin-bottom: 0;
}

.home .responsive-video {
    border-radius: 10px;
}

.cta-left {
	padding: 0;
}

.cta-left img {
	width: 100%;
	max-height: 700px;
	height: auto;
    object-fit: cover;
	border-radius: 15px;
}

.cta-right {
    padding: 0 .5rem;
}

.cta-right h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

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

.cta-links .btn-link {
	padding-left: 0;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

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

.bottom-wrapper {
	background: var(--secondary-brand);
    color: var(--light-font-color);
    padding: 1.5rem;
    border-radius: 10px;
	margin: 0 -.5rem;
}

.bottom-wrapper img {
    max-height: 150px;
    margin-bottom: 1rem;
}

.cta2-text h3 {
	text-transform: uppercase;
	font-family: var(--sans-serif-font);
	font-size: 1.125rem;
	letter-spacing: 0.9px;
    font-weight: var(--font-bold);
	margin: 0 0 1rem;
}

.school-image {
	width: 100%!important;
    border-radius: 10px;
    margin: 2rem 0;
	aspect-ratio: 16/9;
    object-fit: cover;
}

.home-about h1 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

.two-schedules .home-about {
	margin-bottom: 2rem;
}

.bell-schedule h2 {
	font-size: 2.2rem;
	display: flex;
    align-items: center;
    column-gap: .75rem;
}

.bell-schedule i {
	font-size: 2rem;
	margin-right: .5rem;
}

@media all and (min-width: 62em){
	.cta-row {
		padding: 2rem 0;
	}
	
	.cta-left {
		margin-bottom: 0;
		padding: 0 1rem 0 0;
		align-self: stretch;
	}
	
	.cta-left img {
		height: 100%;
		max-height: unset;
	}
	
	.cta-right h1 {
		font-size: 3.125rem;
	}
	
	.cta-right {
		padding: 0 0 0 2rem;
		height: 100%;
		margin: 0;
	}
	
	.cta-links .btn-link {
		margin-right: 1.5rem;
		margin-bottom: 0;
	}
	
	.top-wrapper {
		margin-bottom: 0;
	}
	
	.bottom-wrapper {
		margin: 1rem 0 0 -0.5rem;
	}
	
	.bottom-wrapper img {
		max-height: 200px;
		margin-bottom: unset;
        object-fit: contain;
	}
	
	.bell-schedule-inner {
		padding-left: 1.5rem;
	}
	
	.bell-schedule table td {
		padding: 10px 25px;
	}
	
	.home-about h1 {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}
}

/* HOME - DAILY PRAYER */
.prayer-container {
	color: var(--light-font-color);
	margin-bottom: 2rem;
	border-radius: 10px;
    min-height: 300px;
	position: relative;
}

.prayer-container .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(43, 50, 69, .7);
    border-radius: 10px;
    z-index: 10;
}

.prayer-content {
	padding: 1rem 1rem 2rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}

.prayer-content > h3 {
	font-size: 2.375rem;
    margin: 0 0 1rem;
}

@media all and (min-width: 62em){
	.prayer-content {
		padding: 1rem 5%;
	}
	
	.prayer-content > h3,
	.prayer-content > p {
		width: 60%;
	}
}

/* BOTTOM REGISTER SECTION */
.register-wrapper {
    background: var(--accent-2);
    color: var(--light-font-color);
	padding: 1.5rem 0 2.5rem;
}

.school .register-wrapper {
	background: var(--secondary-brand);
	color: var(--secondary-text);
}

.register-content {
	padding: 0 1.5rem;
}

.register-content p {
	margin: 1rem 0 1.5rem;
}

.district .register-img,
.elementary .register-img {
	content: "";
	background-image: url('/images/register-elementary.png');
	background-repeat: no-repeat;
	width: 100%;
    height: 250px;
    background-size: cover;
    background-position: top;
}

.high-school .register-img{
	content: "";
	background-image: url(/images/register-hs.png);
	background-repeat: no-repeat;
	width: 100%;
    height: 200px;
    background-size: cover;
    background-position: top;
}

@media all and (min-width: 62em){
	.register-wrapper {
		display: flex;
		align-items: center;
		min-height: 400px;
		position: relative;
		padding: 0;
	}
	
	.register-content {
		width: 40%;
		padding: unset;
		padding-left: 1rem;
	}
	
	.high-school .register-content {
		margin-left: 50%;
	}
	
	.register-img {
		min-height: 400px;
		position: relative;
	}
	
	.district .register-img,
	.elementary .register-img {
		content: "";
		background-image: url('/images/register-elementary.png');
		background-repeat: no-repeat;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-position: top -30% center;
	}
	
	.high-school .register-img{
		content: "";
		background-image: url(/images/register-hs.png);
		background-repeat: no-repeat;
		width: 45%;
		height: 110%;
		position: absolute;
		top: -10%;
		background-size: cover;
	}

}


/* FOOTER */
footer a {
	color: var(--accent-3);
	display: inline-block;
}

footer i {
	font-size: 1.5rem;
}

.footer-logo {
	max-width: 290px;
	width: 100%;
}

.school .footer-logo {
	margin: 2rem 0 1rem;
}

.footer-pattern {
	background: url(/images/footer-pattern.svg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 10;
}

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

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

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

.footer-title-text {
	display: block;
	text-transform: uppercase;
	color: #bac5e4;
	font-weight: var(--font-bold);
	letter-spacing: 0.9px;
	font-size: 1rem;
	max-width: 250px;
	margin-bottom: .5rem;
}

.address-wrapper {
	margin: .5rem 0 1.5rem;
	font-size: 1.125rem;
	line-height: 1.6;
}

address {
	font-style: normal;
}

.contact-wrapper {
	font-size: 1.125rem;
}


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

.contact-wrapper a {
	color: var(--light-font-color);
	font-weight: var(--font-regular);
	font-size: 1.125rem;
	display: block;
    width: fit-content;
}

.main-footer-col-3 {
	font-weight: var(--font-medium);
}

.main-footer-col-3 li {
	padding: 0 0 1rem;
}

.main-footer-col-3 a {
	font-size: 0.875rem;
	color: var(--accent-3);
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: var(--font-medium);
}

.main-footer-col-4 p {
	margin: 0;
	line-height: 1.6;
	color: var(--light-font-color);
}

.contact-box, .donation-box {
	text-align: center;
    padding: 1rem 0 1.5rem;
	border-radius: 10px;
	max-width: 85%;
}

.contact-box:hover, .donation-box:hover {
	filter: brightness(1.05);
}

.main-footer-col-4 .box-title {
	color: var(--light-font-color);
	text-transform: uppercase;
	font-weight: var(--font-bold);
	letter-spacing: 0.9px;
	margin-top: .5rem;
}

.contact-box {
	background: #2D6CB7;
	margin-bottom: 1.5rem;
}

.donation-box {
	background: #18337D;
}

.small-links {
	/*display: flex;
    column-gap: 1rem;*/
	margin-top: 2rem;
}

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

.small-links li:first-child {
	border-right: 1px solid #fff;
	padding-right: 1rem;
}

.copyright, .copyright a{
	color: #bac5e4;
}

.copyright p {
	margin: 0;
	line-height: 2;
}

.parking-map {
	margin-top: .5rem;
}

@media all and (min-width: 62em){
	.school .footer-logo {
		margin: unset;
	}
	
	.main-footer {
		padding: 6rem 0 3rem;
		min-height: 700px;
	}
	
	.small-links {
		margin-top: 5rem;
	}

}

/* Page */
.featured-img-container {
	background: var(--light-grey);
    color: var(--dark-font-color);
}

.featured-img-wrapper {
    height: 300px;
	position: relative;
}

.featured-img {
	padding-right: 0;
    padding-left: 0;
}

.featured-img img {
	width: 100%;
    height: 300px;
	aspect-ratio: 2.5 / 1;
	object-fit: cover;
}

.featured-img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

	
.no-featured-img img {
	height: 90%;
	opacity: .6;
	object-fit: cover;
	position: absolute;
	right: 10%;
	bottom: 0;
}

.intro-content p {
	font-weight: var(--font-medium);
    font-size: 110%;
	margin-bottom: 2rem;
}

.content-img {
	margin: 1rem 0;
}

.content-row {
	margin: 0 -1rem 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-bottom: 1rem;
}

.content-document {
	margin: 1rem 0.5rem 0;
}

.content-boxes {
	margin: 0 0 1rem;
}

.content-box-wrapper {
	margin-bottom: 1.5rem;
}

.content-box {
	background: var(--light-grey);
	color: var(--dark-font-color);
	border-radius: 10px;
    padding: 1rem 1.5rem;
	position: relative;
	height: 100%;
	display: block;
}

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

.content-box h3 {
	font-family: var(--sans-serif-font);
	font-size: 1.25rem;
	margin-top: 0;
    margin-bottom: 1rem;
}

.content-box img {
	width: 100%;
	max-height: 200px;
    object-fit: cover;
	margin-bottom: 1rem;
}

.box-border {
	width: 40px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.useful-link {
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
}

.useful-link a {
    padding: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 10px;
}

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

.page-embed {
	margin: 0 -1rem;
}

.page-embed iframe {
	border: none;
	width: 100%;
	height: 80vw;
    max-width: 100%;
    max-height: 500px;
}

.slider-text {
	background: var(--accent-2);
	color: var(--secondary-text);
}

.slider-text .text-wrapper {
	padding: 1rem;
}

.school .slider-text {
	color: var(--btn-text);
}

.slider-img {
	background: var(--light-grey);
}

.slider-img img {
	object-fit: contain;
	margin: 1rem auto;
	height: calc(600px - 2rem);
}

.img-slider .swiper-button-next:after,
.img-slider .swiper-button-prev:after{
	content: "";
}

.img-slider .swiper-button-next i,
.img-slider .swiper-button-prev i{
	color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 3rem;
}

/*
.img-slider .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}*/

@media all and (max-width: 991px){
	.featured-img-container .container {
		padding: 0;
	}
	
	.featured-img-wrapper {
		margin: 0;
	}
	
	.featured-img {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.featured-img-text {
		position: absolute;
		z-index: 90;
		background: rgba(0, 0, 0, 0.6);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		color: var(--light-font-color);
		padding: 0 1rem;
	} 
	
	.no-cover .featured-img-text {
		background: transparent;
		color: var(--dark-font-color);
		padding: 0 1rem;
		position: static;
		transform: unset;
	}
	
	.no-cover .featured-img-wrapper {
		height: auto;
		padding: 2rem 0 2.5rem;
	}
	
	.featured-img-text h1 {
		margin: 0 auto;
		text-align: center;
	}
}

@media all and (min-width: 62em){
	.featured-img-wrapper {
		height: auto;
	}

	.no-cover .featured-img-text h1 {
		margin: 2.5rem 0 3rem;
	}
	
	.no-cover .featured-img-wrapper {
		height: auto;
        aspect-ratio: unset;
	}
	
	.featured-img img {
        height: auto;
        aspect-ratio: 2.5 / 1;
    }
	
	.page-embed iframe {
		max-height: 800px;
	}
	
	.slider-text .text-wrapper {
		padding: 2rem 2rem 2rem 3.5rem;
	}
	
	.img-slider .swiper-horizontal>.swiper-pagination-bullets, 
	.img-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.img-slider .swiper-pagination-custom, 
	.img-slider .swiper-pagination-fraction {
		bottom: 3rem;
		left: 2.5rem;
		display: unset;
	}
	
	.img-slider .swiper-pagination-bullet {
		background: #fff;
	}
	
	.school .img-slider .swiper-pagination-bullet {
		background: var(--btn-text);
	}
	
}

/* Board Members Template */
.profile-item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
    align-items: center;
    column-gap: 3rem;
	margin-bottom: 2rem;
}

.profile-img {
	width: 200px;
}

.profile-text h3 {
	font-size: 1.4rem;
}

.profile-text p {
	font-weight: var(--font-medium);
    margin: .5rem 0 1.5rem;
}

.contact-row {
	display: flex;
    align-items: center;
	column-gap: .25rem;
	margin: .5rem 0;
}

.contact-row:first-of-type {
	margin-top: 1.5rem;
}

.contact-row a {
	color: var(--dark-font-color);
	margin-left: .25rem;
}

.squares {
	position: absolute;
	bottom: -2rem;
    left: 1rem;
}

.square {
	width: 13px;
	height: 13px;
	background: #E7E8EA;
	margin-right: .35rem;
    display: inline-block;
}

.document-title {
	margin: 1rem 0;
}

.content-inner .doc-links {
	list-style: none;
	padding-left: 0;
}

.doc-links a {
	display: flex;
	align-items: center;
	column-gap: .25rem;
}

@media all and (min-width: 62em){
	.profile-item {
		flex-wrap: nowrap;
	}

	.profile-img {
		width: calc(40% - 1.5rem);
	}

	.profile-text {
		width: calc(60% - 1.5rem);
	}
	
	.squares {
		bottom: 0;
		left: calc(200px + 4rem);
	}
}

@media (min-width: 62em) and (max-width: 75em) {
	.profile-item {
		column-gap: 1rem;
	}

	.profile-img {
		width: calc(40% - 0.5rem);
	}

	.profile-text {
		width: calc(60% - 0.5rem);
	}

}

/* Team Bio Template */
.profile-item.team-item {
    align-items: flex-start;
}

.profile-item.team-item .profile-img {
    aspect-ratio: 200 / 291;
}

.editor-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.editor-text p {
    font-weight: unset;
}

@media (min-width: 62em){
    .editor-text {
        margin-bottom: 4rem;
    }
}

/* News Article */
.news-article_template,
.event-article_template {
	margin: 3rem auto;
}

.news-article,
.event-article {
	margin-top: 1.3125rem;
}

.article-img {
	width: 100%;
}

.publish-date,
.staff-content-text {
	margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    column-gap: .5rem;
	color: var(--medium-grey);
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
}

.publish-date i,
.staff-content-text i {
	font-size: 1.2rem;
}

.event-location {
	font-weight: var(--font-medium);
}

.cover-image {
	max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.recent-news-wrapper h3,
.upcoming-events-wrapper h3{
	font-size: 1.25rem;
}

.recent-news,
.upcoming-event {
	background: var(--light-grey);
    border-left: 7px solid var(--secondary-brand);
    border-radius: 5px;
    padding: 1rem;
	margin: 1rem 0;
}

.upcoming-event a {
	cursor: pointer;
}

.recent-news .news-title,
.upcoming-event .event-title{
    font-size: 1em;
	font-weight: var(--font-medium);
    margin: .25rem 0;
	color: var(--dark-font-color);
}

.prayer .news-title {
	margin: 0;
}

.event-details {
	position: relative;
}

.event-details .staff-icon {
	position: absolute;
    top: 0;
    right: 0;
    color: var(--medium-grey);
    font-size: 18px;
}

.staff-content .fc-event-title::before {
	content: '\f8f3';
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;	
}

/* Staff Directory */
.directory-page .intro-content {
	margin-bottom: 2rem;
}

.table.directory {
	box-shadow: none;
}

.table.directory th {
	position: relative;
	text-align: left;
    font-size: 1.25rem;
	background: rgba(var(--accent-rgb), 0.2);
	border-radius: 5px;
}

.table.directory th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--accent-1);
    border-radius: 5px 0 0 5px;
}

.table.directory td {
	border-bottom: 1px solid #dbdbda;
	border-right: none;
    background: #fff;
}

.table.directory .name {
	font-weight: var(--font-medium);
	width: 40%;
}

.table.directory .role {
	width: 40%;
}

.table.directory .icons {
	text-align: right;
}

.table.directory .icons a {
	margin: 0 .25rem;
}


/* Parish Template */
.parish-item {
	margin: 0 0 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.parish-page h3, .parish-page p, .parish-page a {
	margin: 0 0 1rem;
	display: block;
	color: var(--dark-font-color);
}

.parish-page h3 a,
.parish-page h3 {
	color: var(--accent-1);
}

.parish-page span {
	font-weight: var(--font-medium);
	margin-right: .25rem;
}

.parish-page .website {
	display: flex;
	align-items: center;
	gap: .25rem;
	font-weight: var(--font-medium);
}

.parish-page .website i {
	font-size: 1rem;
}

.parish-img {
	margin-bottom: .5rem;
	max-width: 350px;
}

.parish-item::after {
	content: "";
	width: 50%;
	height: 2px;
	background: var(--light-grey);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}


@media all and (min-width: 62em){
	.parish-item::after {
		width: 0;
	}
	
}

/* Contact */
.contact-form .input-field {
	margin: 1rem 0;
}

.contact-form .input-field label {
	display: block;
	margin-bottom: .5rem;
}

.contact-info-row {
	margin-bottom: .5rem;
}

.contact-info-row i {
	color: var(--accent-1);
}

.contact-form-text {
	height: 35px;
}

.contact-form-textarea {
	min-height: 200px;
}

.contact-info-col {
	border-left: 5px solid var(--secondary-brand);
    padding: .5rem  0 .5rem 1.5rem;
}

/* Twitter & Instagram */
#tweet-container {
	margin-top: 2rem;
}

.social-icon i {
	color: #1DA1F2;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}

.social-quote {
    background: #F0F0F0;
    margin: 0 0 1.5rem;
    padding: 1.5rem .75rem;
    border-radius: 10px;
}

.social-img {
	display: block;
	object-fit: cover;
	margin-bottom: 1rem;
}

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

.social-text {
	margin-bottom: 0;
	color: var(--dark-font-color);
}

@media all and (min-width: 62em){
	#tweet-container {
		padding-left: 2rem;
	}
	
	.tweet-wrapper {
		display: flex;
		column-gap: 1rem;
	}
	.social-icon i {
		font-size: 2rem;
	}
	
	.social-img {
		margin-bottom: 0;
	}
}

/* Search Results */
.container.pad-side h1 {
	width: 100%;
}
.search-results {
	display: flex;
	flex-wrap: wrap;
	flex: 0 1 auto;
	margin: 0 0 3rem;
	width: 100%;
}

.search-result {
	flex: 0 0 auto;
	padding: 0 1rem;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.search-result a {
	color: var(--dark-font-color);
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
	padding: 1rem;
	background: var(--light-grey);
}

.search-result a:hover {
	filter: brightness(1.02);
}

.search-result strong {
	color: var(--accent-2);
}

@media all and (min-width: 48em){
	.search-result a {
		flex-wrap: nowrap;
	}
	
	.search-result {
	  flex-basis: 50%;
	  max-width: 50%;
	}
}

@media all and (min-width: 75em){
	.search-result {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .5s;
  animation-name: fade;
  animation-duration: .5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.no-date {
	display: none;
}

/* School Dinger App */
#school-finder-app p {
  margin-bottom: .5rem;
}

#legend {
  list-style: none;
  margin: 2rem 0;
  padding: 0;  
}

#legend li {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
    background: #efefef;
	border-radius: 50px;
}

#legend i { vertical-align: middle } 

#legend .elementary { color: #f15d43 }
#legend .high-school { color: #67dddd }
#legend .other { color: #0d679e }

/* CM Edit Bar */

.cm-edit-bar {
  background-color: #323293;
  display: flex;
  flex-direction: row;
  height: 55px;
}

.cm-edit-bar .cm-edit-bar-logo {
  background-color: #191970;
  width: 55px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  text-align: center;
}

.cm-edit-bar .cm-edit-bar-logo img {
  transition: .3s;
  width: 40px;
}

.cm-edit-bar .cm-edit-bar-logo img:hover {
  opacity: .8;
}

.cm-edit-bar .cm-edit-bar-links ul {
  margin: 0px;
  margin-left: 20px;
  list-style: none;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.cm-edit-bar .cm-edit-bar-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: .3s;
}

.cm-edit-bar .cm-edit-bar-links ul li a:hover {
  opacity: .8;
}

/* CM Edit Bar */



