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

.less-gap {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.less-gap>div {
	padding-left: .5rem;
	padding-right: .5rem;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}


/* Variables */
:root {
	--primary: #F6B245;
    --primary50: #F6B24580;
	--secondary: #20211B;
    --secondary50: #20211B80;
	--secondary-text: #ffffff;
	--accent-1: #253054;
	--dark-font-color: #1E1E1E;
	--light-font-color: #fff;
	--dark-grey: #3F3F3F;
	--medium-grey: #5F5F5F;
	--light-grey: #F5F5F5;

	--body-font: 'arial', sans-serif;
	--heading-font: 'arial', sans-serif;

	--font-regular: 400;
	--font-bold: 700;
    --font-black: 900;

    --nav-btn-width-sm: 4rem;
    --nav-btn-width: 5rem;

    --swiper-wrapper-transition-timing-function: linear !important;
}

/* background-colors */
.bg-primary {
	background-color: var(--primary);
	color: white;
}

.bg-secondary {
	background-color: var(--secondary);
	color: var(--secondary-text);
}

.bg-light-grey {
	background-color: var(--light-grey);
}

.bg-accent-1 {
	background-color: var(--accent-1);
	color: white;
}

.primary {
	color: var(--primary)
}

.secondary {
	color: var(--secondary)
}

.rounded {
    border-radius: 10px;
}

/* waves colour */
.info1-wave path,
.menu-wave path,
.footer-wave path {
	fill: var(--primary);
}

.info2-wave path {
	fill: var(--secondary);
}

/* 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: 99em) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 125em) {
	html {
		font-size: 20px;
	}
}

body {
	max-width: 2560px;
	padding: 0;
	margin: 0 auto;
	font-family: var(--body-font);
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dark-font-color);
	display: flex;
	flex-direction: column;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.wrapper {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	font-weight: var(--font-black);
}

/* Font Sizer */
.change-font-size {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: var(--light-grey);
    color: var(--dark-font-color);
    width: fit-content;
    font-weight: var(--font-bold);
    position: relative;
    z-index: 50;
    margin: 0 1rem 1rem auto;
}

.change-font-size a {
    display: inline-block;
    margin-left: 0.75rem;	
	cursor: pointer;
    text-decoration: none;
    font-weight: var(--font-regular);
}

@media(min-width:62em){
	.change-font-size {
		position: absolute;
        right: 1rem;
        bottom: 1rem;
        margin: 0;
	}
}

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

.resize-text h2 {
	font-size: 2em;
    color: var(--accent-1);
}

.resize-text h3 {
	font-size: 1.375em;
    color: var(--accent-1);
}

.resize-text h4,
.resize-text h5 {
	font-size: 1em;
    color: var(--accent-1);
}

h1,
.h1 {
	font-style: normal;
	font-size: 3rem;
	margin-top: 1.3125rem;
	margin-bottom: 2.625rem;
}

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

h3,
.h3 {
	font-size: 1.375rem;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

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

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

@media (max-width: 767px) {
    .no-content-msg {
        text-align: center;
    }
}

@media all and (max-width: 991px) {

	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 1.75rem;
		margin: 1rem 0;
	}

	h3,
	.h3,
	.page-content h3 {
		font-size: 1.375rem;
		margin: 1rem 0;
	}

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

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

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

	.editor details summary h3 {
		margin: 0;
	}

	.page-template>.row {
		row-gap: 1rem;
	}
}

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

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

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

a {
	text-decoration: none;
}

blockquote {
	background: var(--light-grey);
	border-left: 5px solid var(--secondary);
    border-radius: 0 10px 10px 0;
	padding: 1.5rem;
	margin: 0 0 1.5rem;
	position: relative;
	font-weight: 300;
}

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

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

svg {
	margin-top: -1px;
}

strong {
	font-weight: var(--font-bold);
}

section {
	margin-bottom: 2rem;
}

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

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0!important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.auto-margin {
	margin: auto;
}

.flex-row {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.flex-row-between {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

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

.flex-column-between {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.less-gap {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.less-gap>* {
	padding-left: .5rem;
	padding-right: .5rem;
}

.content {
	width: 100%;
}

.font-bold {
	font-weight: var(--font-bold);
}

.align-right {
	margin-left: auto;
}

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

.text-uppercase {
	text-transform: uppercase;
}

.font-smaller {
	font-size: 80%;
}

.row {
	row-gap: 2rem;
}

.row.less-gap {
	row-gap: 1rem;
}

@media all and (min-width: 75em) {
	.full-container {
		padding: 0 2rem;
	}

	blockquote {
		padding: 2rem
	}
}

.cm-edit {
    margin-bottom: .5rem;
}

.cm-edit img {
    width: 30px;
}

/* Google Translate */
.goog-te-gadget .goog-te-combo {
	margin: 0 0 1rem !important;
	padding: 0.75rem;
	border: none;
	border-right: 0.5rem solid #fff;
	font-weight: var(--font-bold);
	width: 100%;
    border-radius: 10px;
}

/* Layout */
.content-container,
.container.pad-side,
.content-container--narrow {
	padding: 0 1rem;
}

.container.pad-side {
	margin: 0 1rem;
}

ie-query {
	min-height: unset!important;
}

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

	.content-container,
	.container.pad-side {
		padding: 0 5%;
		width: auto;
	}
}

@media all and (min-width: 62em) {
	/* .content-container,
	.container.pad-side {
		padding: 0 7.5%;
	} */
	

	.container.pad-side {
		margin-top: 3rem;
	}
}

/* show and hide on different screen sizes */
.mobile-only {
	display: block;
}

.desktop-only {
	display: none;
}

@media all and (min-width: 62em) {
	.desktop-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}
}

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

a:hover,
a:focus {
	filter: brightness(0.9)
}

.btn {
	display: block;
	width: fit-content;
	font-weight: var(--font-bold);
    letter-spacing: 2.16px;
	padding: .6rem 1.75rem;
	text-decoration: none!important;
    border-radius: 100px;
}

.btn-primary {
    background-color: var(--primary);
    color: white!important;
}

.btn-accent-1 {
    background-color: var(--accent-1);
    color: white;
}

.btn-red {
    background-color: #EC4029;
    color: white!important;
}

.btn-link {
    color: var(--accent-1);
    font-weight: var(--font-bold);
    letter-spacing: 2.4px;
}

/* 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"],
.input-field input[type="search"],
textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
    border-radius: 10px;
	transition: 0.5s;
	padding: .5rem;
}

textarea {
	min-height: 150px;
    border-radius: 10px;
	font-family: var(--body-font);
}

input[type="submit"] {
	font-weight: var(--font-medium);
	background: var(--secondary);
	color: var(--secondary-text);
	border-radius: 100px;
	border: 0;
	cursor: pointer;
	padding: .55rem 1.25rem .7rem;
	-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;
}

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

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

.input-row {
    display: flex;
    gap: 1rem;
}

.input-row .input-field {
    width: calc(50% - .5rem);
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    border: solid 1px #e4e4e4;
    border-radius: 5px;
    transition: 0.5s;
    padding: 0.75rem 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.contact-form .custom-select {
    background-color: white;
    border: solid 1px #e4e4e4;
    border-radius: 10px;
}

.custom-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

#schools-dropdown {
	background-color: rgba(255, 255, 255, 0.3);
    border: none;
    backdrop-filter: blur(9px);
	border-radius: 10px;
    color: white;
}

#schools-dropdown option {
    color: #000000;
}

.schools-select i {
	color: white;
}

.schools-select button {
	background-color: var(--primary);
	border: none;
	-webkit-appearance: none;
    appearance: none;
	cursor: pointer;
    padding: .75rem 1rem;
}

.schools-select button i {
	color: var(--secondary-text);
}

/* Alerts */
#popup-container .modal-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    margin: 0 auto;
}

#popup-container .popupImage img {
    max-height: unset;
    aspect-ratio: 4 / 3;
}

#bannerAnchor {
    font-size: .9rem;
    color: var(--primary-accent);
}

.banner-alert-wrapper p {
    margin: .5rem 0;
}

@media (min-width: 62em) {
    #popup-container .modal-content {
        top: 50%;
        transform: translateY(-50%);
    }
}

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

.table th a {
	color: white;
}

.table th a:hover,
.table th a:focus {
	text-decoration: underline;
}

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

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

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

.table table thead th>* {
	color: #ffffff;
}

.table table thead th:nth-child(odd) {
	color: var(--secondary-text);
	background: var(--secondary);
}

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

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

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

.table img {
	width: 100%;
}

/* Lexical */
.editor-table tr:nth-child(odd) {
	background: white;
}

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

/* Collapsible box - CK editor */
.collapsible-box {
	width: 100%;
	margin-bottom: 1rem;
}

.collapsible-box .material-icons {
	color: var(--primary);
	font-weight: var(--font-bold);
}

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

.collapsible-box-title {
    background-color: var(--light-grey);
    display: flex;
    align-items: center;
    padding: .5rem;
	margin: 0;
	cursor: pointer;
}

.collapsible-box-title i {
	margin-right: .5rem;
}

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

/* Collapsible boxes - lexcial */
.editor details summary {
    background-color: var(--light-grey);
    display: flex;
    align-items: center;
    padding: .5rem;
	margin: 0;
	cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}

.editor details summary h3 {
    margin: 0;
	margin-top: -5px;
}

.editor details summary i {
    color: var(--secondary);
    margin-right: .5rem;
}

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

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


/* Subpage Template */
.page-content {
	padding: 0;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-weight: var(--font-bold);
}

.page-title {
	position: relative;
	color: white;
    margin-bottom: 2rem;
}

.title-bg {
	background-color: var(--secondary);
	background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.title-bg .wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.has-bg-image.title-bg {
    color: white;
}

.page-title-text {
	width: fit-content;
	margin: auto;
	padding: 2rem 1rem 2.5rem;
	z-index: 11;
	position: relative;
}

.page-template>.row {
	margin-left: 0;
	margin-right: 0;
}

.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: .5rem;
}

.page-content h2, 
.page-content h3,
.page-content h4, 
.page-content h5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.page-content a {
    color: var(--primary);
    text-decoration: underline;
}

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

.side-container {
	padding: 0 1rem;
}

/* nested ordered list styling */
.editor-nested-listitem {
    list-style-type: none;
}
.editor-nested-listitem:before,
.editor-nested-listitem:after {
    display: none;
}

.editor-list-ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.editor-list-ol > .editor-listitem:not(.editor-nested-listitem) {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
.editor-list-ol > .editor-listitem:not(.editor-nested-listitem):before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 0.6em;
}
.editor-listitem:not(.editor-nested-listitem) .editor-list-ol > .editor-listitem:not(.editor-nested-listitem) {
    margin: 0;
}
.editor-listitem:not(.editor-nested-listitem) .editor-list-ol > .editor-listitem:not(.editor-nested-listitem):before {
    content: counters(item, '.') ' ';
}
.editor-list-ol {
    padding: 0;
    margin: 0;
}

.page-content-inner ul,
.page-content-inner ol {
    list-style: revert;
    line-height: 1.8;
}

.page-content-inner ul {
    padding-left: 1rem;
}

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

.editor-nested-listitem {
    padding-left: 1rem;
}


/* Responsive Iframe for Embed Videos */
.editor iframe {
    border: none
}
.responsive-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedly-card-hug {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0;
    max-width: 100% !important;
}

.embedly-card-hug iframe,
.responsive-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute !important;
    min-height: unset;
}

@media (min-width: 62em) {
	.page-title-text {
		padding-top: 4.5rem;
        padding-bottom: 4.5rem;
		max-width: 80%;
	}

	.side-container {
		padding: 0 7.5% 0 0;
		margin-top: -2rem;
	}

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

	.page-content.no-side-nav {
		padding: 0 0 2rem;
	}
}

/* Side Navigation */
.sidebar-wrapper {
	background: var(--light-grey);
	color: var(--dark-font-color);
	padding: 0.5rem 1rem;
	margin: 0 auto;
    border-radius: 10px;
}

.sidebar-wrapper a {
	color: var(--dark-font-color);
}

.nav-secondary {
	display: none;
	margin-top: .5rem;
}

.cookie a {
	display: flex;
	align-items: center;
	color: var(--primary);
}

.secondary-nav-item {
	margin-bottom: 0.5rem;
	transition: all .3s ease;
	width: fit-content;
}

.secondary-nav-item.active {
	font-weight: var(--font-bold);
	font-size: 1rem;
}

.cookie:hover a,
.cookie:focus a,
.secondary-nav-item:hover a,
.secondary-nav-item:focus a {
	color: var(--secondary);
	filter: none;
}

.nav-secondary-ul {
	margin: .5rem 0 0 .5rem;
}

.current-page {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

@media (min-width: 62em) {
	.sidebar-wrapper {
		padding: 2rem;
		margin: unset;
		height: fit-content;
	}

	.nav-secondary {
		display: block !important;
		margin: unset;
	}

	.nav-secondary-ul {
		margin: 1rem 0 0 .5rem;
	}

	.current-page {
		display: none;
	}
}

/* News Article, Event Article*/
.article-title {
    margin-bottom: .75rem;
}

.article-seo-image {
    margin-bottom: 1rem;
}

.recent-item {
    margin-bottom: .75rem;
    display: block;
    background: var(--light-grey);
    padding: .5rem 1rem;
    border-radius: 10px;
}

.recent-item h4 {
    font-size: 1rem;
    font-weight: var(--font-bold);
}

.recent-wrapper {
    margin-bottom: 2rem;
}

.recent-wrapper h3 {
    color: var(--dark-font-color);
}

.page-content-inner .back-link {
    margin-bottom: 1rem;
    display: block;
    font-weight: var(--font-bold);
    text-decoration: none;
}

@media (min-width: 62em) {
    .recent-wrapper {
        margin-top: 2rem;
    }

    .page-content .news-archive-item {
        padding: 1.5rem;
    }
}

/*News Archive*/
.news-archive a {
    text-decoration: none;
}

#news-archive-list {
    margin-top: 2rem;
}

/* Landing Page */
.landing-wrapper {
    margin-bottom: 4rem;
}

.page-content .landing-link {
    padding: 4rem 2rem;
    position: relative;
    text-decoration: none;
    height: 100%;
	background-color: var(--light-grey);
}

.landing-link h3 {
	text-align: center;
    color: var(--dark-font-color);
    font-weight: var(--font-bold);
}

.page-content .back-button {
	text-decoration: none;
	margin-bottom: 1rem;
}

/* Modal */
/* General Styling */
body.lb-disable-scrolling {
	overflow: hidden;
}

.main-content-wrapper {
	margin: auto;
}

.modal-trigger {
	cursor: pointer;
}

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

.modal-info {
	margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    padding: 2rem 1rem;
	max-height: 85dvh;
    background-color: var(--light-grey);
    color: var(--dark-font-color);
    border-radius: 10px;
}

.modal-wrapper .close-icon {
	font-size: 1.5rem;
	position: sticky;
	top: 0;
	left: 100%;
	cursor: pointer
}

.modal-info iframe {
	display: block;
	margin: auto;
	width: 100%;
	border: none;
	height: 80dvh;
}

.form-modal .modal-info {
	background-color: white;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
	padding: 0;
	top: 50%;
}

.form-close {
	color: white;
}

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

.page-template .form-title {
	margin: 0;
	color: white;
}

.close-icon-wrapper {
	position: absolute;
	z-index: 100;
	top: 0;
	color: var(--light-grey);
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 2rem;
}

@media (min-width: 62em) {
	.modal-info {
		top: 50%;
        transform: translateY(-50%);
        padding: 2rem;
		width: 60%;
	}

	.form-modal .modal-info {
		width: 50%;
	}
}

/* Custom Styling for Useful Links Modal */
.usefullinks-modal .modal-info,
.quicklinks-modal .modal-info {
	overflow: auto;
}

.usefullinks-modal .useful-links-wrapper,
.quicklinks-modal .useful-links-wrapper{
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
}

.usefullinks-modal .service.service-link,
.quicklinks-modal .service.service-link {
	width: calc((100% - 1rem) / 2);
    text-align: center;
    margin-top: 0;
}

.usefullinks-modal .service.service-link a,
.quicklinks-modal .service.service-link a {
    color: var(--dark-font-color);
    padding: 0;
}

.usefullinks-modal .service-label,
.quicklinks-modal .service-label {
    font-size: 1.2rem;
	color: var(--dark-font-color);
}

.usefullinks-modal .service-icon,
.quicklinks-modal .service-icon {
    background-color: white;
}

@media (min-width: 48em) {
    .usefullinks-modal .modal-info,
    .quicklinks-modal .modal-info {
		width: 90%;
        max-width: 1200px;
	}

    .usefullinks-modal .service-links-wrapper,
    .quicklinks-modal .service-links-wrapper {
		row-gap: 2rem;
        column-gap: 2rem;
	}

	.usefullinks-modal .service.service-link,
    .quicklinks-modal .service.service-link {
		width: calc((100% - 5rem) / 6);
	}
}


/* Video Gallery */
.video-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1rem;
}

.video-iframe, .video-content {
	width: 100%;
}

@media (min-width: 62em) {
	.video-row {
		margin-bottom: 1.5rem;
		flex-direction: row;
		column-gap: 2rem;
	}

	.video-iframe {
		width: 30%;
	}

	.video-content {
		flex-grow: 1;
	}
}

/* Image Carousel */
.image-swiper {
    background: var(--dark-grey);
}
.image-slide {
    background-color: var(--dark-grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
.image-carousel-item img {
    width: 100%;
    object-fit: contain;
	max-height: 800px;
    margin: auto;
    display: block;
}

.image-carousel .image-caption {
	color: white;
	padding: 1rem 1rem 3rem;
	text-align: center;
}

.swiper-horizontal >.swiper-pagination-bullets.image-pagination {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    padding: .5rem;
}

.swiper-pagination-bullet {
    opacity: 0.7;
    background-color: white;
    width: .75rem;
    height: .75rem;
}

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

/* DCT - Photo Gallery */
.gallery-item {
	margin-bottom: 1rem;
}
.gallery-item img {
    min-height: unset;
	aspect-ratio: 4/3;
	width: 100%;
}

.pswp__custom-caption {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: fit-content;
    max-width: 800px;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}

@media (min-width: 62em) {
    .img-box-wrapper img {
        border-radius: 40px 40px 0 0;
    }
	.formatted-content .img-box-wrapper {
        border-radius: 40px;
    }
}

/* Content Tabs */
/* 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(--secondary);
    border-radius: 0;
    list-style: none;
}

.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: 5px 5px 0 0;
    padding: .5rem .75rem;
}

.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(--secondary);
    color: var(--light-font-color);
    border: none;
}

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

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

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

.ui-widget-content .btn-primary {
    color: white;
}

.ui-widget-content .btn-link {
    color: var(--primary);
}

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

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

/* Header */
header {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    position: sticky;
    z-index: 100;
    top: 0;
    background: white;
    padding: 1rem !important;
}

.header-row {
    border-radius: 10px;
    padding: .75rem 1rem;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    gap: 1rem;
}

.logo img {
    width: 90px;
}

.logo h3 {
    color: white;
    max-width: 15rem;
    font-size: 1.1rem;
    display: none;
    font-weight: var(--font-bold);
}

.nav-btn {
    border-radius: 10px;
    padding: .5rem;
    width: var(--nav-btn-width-sm);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
}

.menu-trigger {
    position: relative;
    z-index: 499;
    cursor: pointer;
}

.main-nav-ul a {
    color: white;
    letter-spacing: 2px;
}
.sub-li a {
    color: var(--dark-font-color);
    letter-spacing: 1px;
}
.nav-link .add-icon {
    color: var(--primary);
}

.main-dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
}

.sub-li {
    margin-bottom: .5rem;
}

.sub-li:last-of-type {
    margin-bottom: 0;
}

.collapsible-menu {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 1rem 0 1rem 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 497;
    height: auto;
    min-height: 100dvh;
    justify-content: space-between;
    max-height: 100dvh;
    overflow: scroll;
}

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

.collapsible-menu .app-wrapper {
    height: var(--nav-btn-width-sm);
    align-items: center;
    gap: 1rem;
}

.collapsible-menu .app-wrapper i {
    font-size: 2rem;
}

.collapsible-menu .search-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
}

.search-api-form {
	position: relative;
}

.search-api-form label {
	display: none;
}

.search-api-form .input-field {
	margin-bottom: 0;
}

.input-field input[type="text"].search-box {
	margin-bottom: 0;
	border-radius: 100px;
	border: none;
	padding: 0.95rem 1.25rem;
	background-color: var(--light-grey);
}

.modal-info .input-field input[type="text"].search-box {
    background-color: white;
}

#search-button {
	cursor: pointer;
	border: none;
	background: transparent;
	position: absolute;
	right: 0.5rem;
	top: 52%;
	transform: translateY(-50%);
}

#search-button i {
	color: var(--dark-grey);
	font-size: 2rem;
}

.nav-app {
    border-bottom: 1px solid rgba(37, 48, 84, 0.2);
    padding-bottom: 1.25rem;
    color: var(--accent-1);
    display: block;
}

.nav-app:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.nav-apps i {
    font-size: 1.75rem;
}

.nav-app .fa-ellipsis {
    opacity: .5;
}

.nav-primary-footer {
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.collapsible-menu .wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.app-contact {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.collapsible-menu .nav-primary-footer a {
    color: var(--secondary-text);
}

.collapsible-menu .contact-type {
    font-weight: var(--font-bold);
}

.main-nav-ul.desktop {
    display: none;
}

.collapsible-menu .nav-apps {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    color: var(--dark-font-color);
    padding: 1rem;
    width: 100%;
}

.collapsible-menu .nav-app {
    padding: 0;
    padding-right: 1rem;
    border-bottom: none;
    border-right: 1px solid rgba(37, 48, 84, 0.2);
    width: calc((100% - 3rem) / 4);
    text-align: center;
}

.collapsible-menu .nav-app:last-child {
    border-right: none;
    padding-right: 0;
}

.links-swiper {
	margin: 0 0 2rem;
}

.links-title {
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .75rem;
    margin-right: 1.5rem;
}

.links-title h3 {
	font-size: 1.1rem;
    font-weight: var(--font-bold);
    color: var(--medium-grey);
}

.all-links {
    color: var(--primary);
}

.links-nav-buttons {
	display: flex;
}

.links-button-next,
.links-button-prev {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: static;
	color: var(--medium-grey);
	margin-top: 0;
	cursor: pointer;
}

.swiper-button-disabled {
	opacity: .5;
}

.links-button-next i,
.links-button-prev i {
	font-size: 2rem;
}

.links-nav i {
    font-size: 1rem;
}

.service span {
	color: var(--medium-grey);
	font-size: .75rem;
	text-align: center;
	display: block;
	line-height: 1.5;
	margin-top: 0.5rem;
	transition: all .3s ease-in-out;
}

.service a:hover,
.service a:focus {
	filter: none;
	color: var(--dark-font-color);
}

.service a:hover span,
.service a:focus span {
	color: var(--dark-font-color);
}

.service-icon {
	font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background: var(--light-grey);
    border-radius: 10px;
    color: var(--primary);
}

.service-icon img {
    width: 2.5rem;
    object-fit: contain;
}

.service-label {
	text-align: center;
	display: block;
    margin-top: .25rem;
	color: var(--dark-font-color);
}

.nav-primary-footer-wrapper {
    margin-right: 1.5rem;
}

@media (min-width: 48em) and (max-width: 99em) {
	.service-icon {
		font-size: 2rem;
	}
}

@media (max-width: 1199px) {
    .logo img {
        width: 70px;
    }
	/* Mobile Main Nav */
	.menu-icon-wrapper {
		position: relative;
		z-index: 501;
	}

    .main-dropdown-menu {
        margin: 0;
        gap: 1rem;
    }

	.mobile-main-nav {
		margin-bottom: 1rem;
	}

	.mobile-main-nav .main-dropdown .main-dropdown-menu {
		display: block;
		transform: scaleY(0);
		transition: transform .3s ease-in-out;
		transform-origin: top center;
		height: 0;
	}

	.mobile-main-nav .main-dropdown.show .main-dropdown-menu {
		transform: scaleY(1);
		height: auto;
		padding: 1rem 0;
		display: flex;
		flex-direction: column;
		margin-left: .5rem;
	}

	.mobile-main-nav a {
		font-weight: var(--font-bold);
	}

	.mobile-main-nav .nav-link {
		justify-content: space-between;
	}

	.mobile-main-nav .main-nav-ul {
        margin: 2rem 2rem 2rem .5rem;
	}

	.mobile-main-nav .main-li {
		margin-bottom: 1rem;
	}

	.mobile-main-nav .main-li:last-of-type {
		margin-bottom: 0;
	}

	.add-icon-mobile {
		width: 20%;
    	text-align: right;
        color: var(--primary);
	}
}

@media (max-width: 767px) {
    .collapsible-menu .app-wrapper i {
        font-size: 1.5rem;
    }
    .nav-btn {
        font-size: 1.5rem;
    }

    .header-row {
        padding: .5rem;
    }
}

@media (min-width: 48em) {
    .logo h3 {
        display: block;
    }
}
@media all and (min-width: 75em) {
    .main-nav-ul.desktop {
        display: flex;
    }

    .mobile-main-nav {
        display: none;
    }
	#nav-primary {
		display: none;
		margin: 0;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		z-index: 100;
		width: 26rem;
		height: fit-content;
		max-height: 1200px;
		min-height: fit-content;
		overflow-y: scroll;
		border-radius: 0 0 0 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.main-nav-ul {
		display: flex;
		align-items: center;
		gap: 1.5rem;
		margin-bottom: 0;
	}

	.main-nav-ul>li {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: all .2s ease-in-out;
	}
 
	.main-nav-ul i {
		transition: all .2s ease-in-out;
	}

	.main-dropdown-menu {
        transform: scaleY(0);
        transition: all .3s ease;
        transform-origin: top;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 80;
        background: var(--light-grey);
        border-radius: 10px;
        padding: 1rem;
        min-width: 300px;
        opacity: 0;
    }

    .main-dropdown-menu.multi-col {
        column-count: 2;
        min-width: 500px;
        display: inline;
    }

    .main-dropdown:last-of-type .main-dropdown-menu {
        left: unset;
        right: 0;
    }

    .main-dropdown:hover .main-dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
    }

    .nav-li {
        margin-bottom: .5rem;
    }

    .nav-li:last-of-type {
        margin-bottom: 0;
    }

    .collapsible-menu .app-wrapper {
        height: var(--nav-btn-width);
    }

}

/* Footer */
footer .bg-accent-1 {
    padding: 2rem 1rem;
}
.footer-logo {
    display: block;
}
.footer-logo img {
    width: 200px;
    margin: 0 auto 1.5rem;
    display: block;
}

.footer-col-2 {
    text-align: center;
}

footer h1 {
    font-weight: var(--font-bold);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

address {
    font-style: normal;
}

footer .contact-wrapper {
    gap: 1rem;
}

.phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.collapsible-menu .phone-wrapper {
    flex-direction: row;
    gap: 1rem;
}

.collapsible-menu .tollfree {
    padding-left: 1rem;
    border-left: 1px solid white;
}

footer .social-wrapper {
    justify-content: center;
    margin-top: 1.5rem;
}

.footer-nav {
    margin-bottom: 0;
    gap: 1rem;
    align-items: center;
}

.footer-nav a {
    font-weight: var(--font-bold);
    font-size: 1.1rem;
    color: white;
}

.footer-col-4 h3 {
    text-align: center;
    font-weight: var(--font-bold);
}

.footer-col {
    position: relative;
    padding-bottom: 2rem;
}

.footer-col::after {
    content: "";
    width: 90%;
    height: 1px;
    border-radius: 10px;
    background-color: rgba(245, 245, 245, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.footer-col:last-of-type {
    padding-bottom: 0;
}
.footer-col:last-of-type::after {
    content: none;
}
.copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
}
.copyright-text {
    font-weight: var(--font-bold);
}

.ie-link {
    font-weight: var(--font-bold);
}

.footer-bottom-links a {
    color: var(--medium-grey);
}

.footer-bottom-links a:nth-of-type(2) {
    border-left: 1px solid var(--medium-grey);
    padding-left: 1rem;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    row-gap: .5rem;
}

@media (min-width: 62em) {
    footer .bg-accent-1 {
        padding: 4rem 2rem;
    }
    footer h1.h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-col-2, .footer-col-4 h3 {
        text-align: left;
    }

    .phone-wrapper {
        flex-direction: row;
        gap: 1rem;
    }

    .tollfree {
        padding-left: 1rem;
        border-left: 1px solid white;
    }

    .footer-col::after {
        content: none;
    }

    footer .social-wrapper {
        justify-content: flex-start;
    }

    .social-link i {
        font-size: 1.5rem;
    }

    .copyright {
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .copyright > div {
        width: calc((100% - 2rem) / 3);
    }

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

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

    .footer-bottom-links {
        display: flex;
        gap: 1.5rem;
    }

    .footer-bottom-links a:nth-of-type(2) {
        border: none;
        padding-left: 0;
    }
}

@media (min-width: 75em) {
    .collapsible-menu .tollfree {
        padding-left: 0;
        border-left: none;
    }

    .collapsible-menu .phone-wrapper {
        flex-wrap: wrap;
        row-gap: .5rem;
    }
}
 
/* Home Banner */
.nav-apps {
    display: none;
}
.banner {
    display: flex;
    gap: 1rem;
}

.main-banner {
    flex-grow: 1;
    width: calc(100% - 7rem);
}

.banner-img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    position: relative;
}

.banner-slide img {
    border-radius: 10px;
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
}

.banner-img::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-content {
    margin-top: 1rem;
}

.banner-content h2 {
    font-weight: var(--font-black);
}

.banner-content p {
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

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

.banner-button-prev i,
.banner-button-next i{
    color: white;
    background-color: var(--primary);
}

.banner-button-next {
    bottom: 0;
    top: unset;
    transform: none;
    right: .75rem;
    left: unset;
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    background-color: var(--primary);
}

.banner-button-prev {
    bottom: 0;
    top: unset;
    transform: none;
    right: 4.75rem;
    left: unset;
    width: 3rem;
    height: 3rem;
    border-radius: 10px;
    background-color: var(--primary);
}

.scroll-icon-wrapper {
    position: absolute;
    padding-bottom: 65px;
    bottom: 0;
    left: 2rem;
    z-index: 100;
}

.scroll-icon-wrapper::after {
    content: '';
    width: 1.5px;
    height: 60px;
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
    margin: auto;
}

.scroll-icon__dot {
    display: block;
    position: absolute;
    left: 0;
    background: white;
    height: 7px;
    width: 4px;
    top: 3px;
    right: 0;
    margin: auto;
    border-radius: 10px;
    transform-origin: top center;
    backface-visibility: hidden;
    animation: scroll_2 2s ease-out infinite;
}

.scroll-icon {
    display: block;
    position: relative;
    height: 38px;
    width: 25px;
    border: 2px solid white;
    border-radius: 1em;
    margin-bottom: 1rem;
}

.home-section-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Home News */
.news-item a {
    background-color: var(--light-grey);
    display: block;
    border-radius: 10px;
    height: 100%;
}

.news-item .cover-img,
.news-item .cover-img img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1/1;
}
.news-item .cover-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.news-item .no-cover-img {
    background-color: #dfdfdf;
}

.news-item .no-cover-img img {
    aspect-ratio: unset;
    object-fit: contain;
    width: 80%;
    margin: auto;
}

.plus-btn {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    color: white;
    background-color: var(--primary);
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
}

.news-content {
    padding: 1.5rem;
    color: var(--medium-grey);
}

.news-title {
    font-weight: var(--font-bold);
    margin-bottom: .5rem;
    color: var(--dark-font-color);
    line-height: 1.4;
}

.news-desc {
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.publish-date {
    margin: .5rem 0;
}

.news .btn-link.mobile-only {
    margin-top: 1rem;
}

/* Home Quote */
.home-quote h4 {
    font-weight: var(--font-bold);
    width: 90%;
    margin: auto!important;
}

.home-quote {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.home-quote>.content-container {
    position: relative;
    z-index: 10;
}

.home-quote .wave-container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    display: none;
}

.wave {
    width: 100%;
    height: 100%;
}

.home-quote svg.cross {
    position: absolute;
    right: -2rem;
    width: 150px;
    height: auto;
    top: 1rem;
    z-index: 1;
}

.quote-icon {
    position: absolute;
    font-size: 8.5rem;
    font-weight: var(--font-bold);
    top: -2.2rem;
    line-height: 1;
    left: 1rem;
    color: var(--light-grey);
}

/* Home CTA */
.cta1 {
    margin-bottom: 1rem;
}
.cta1-img, .cta1-img img {
    display: block;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.cta1-img {
    position: relative;
}
.cta1-img::after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cta1-content {
    padding: 1rem;
    text-align: center;
}

.cta1-content .btn {
    margin: auto;
}

.cta1-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cta2-box {
    padding: 1rem;
    position: relative;
    height: 100%;
}

.cta2-box-wrapper:last-of-type .cta2-box {
    background-color: var(--primary);
}

.cta2-box .wave-container {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    z-index: 0;
}

.cta2-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cta2-btns {
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
}

.home-programs-intro {
    padding: 2rem 1rem;
    padding-bottom: 38%;
    text-align: center;
}

.home-programs-intro p {
    color: var(--light-grey);
}

/* Programs Carousel */
.sp-title {
    color: white;
}
.home-programs {
    margin-top: -40%;
}

.home-programs .btn-link {
    color: var(--primary);
}

.program-item{
	position: relative;
	background-size: cover;
	border-radius: 10px;
    aspect-ratio: 1/1;
}

.program-item h4 {
    font-weight: var(--font-bold);
}

.program-item .program-content {
	color: white;
	padding: 3rem 2rem 2rem;
}

.program-item .format-card-longer {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	margin-top: .5rem;
}

.program-item .program-content .btn {
	margin: 1rem auto 0;
}

.program-buttons {
	justify-content: center;
}

.program-button-prev {
	opacity: 0.6;
	left: calc(50% - 2rem);
}

.program-button-next {
	left: calc(50% + 2rem);
}

.program-button-prev,
.program-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	position: static;
	transform: none;
	margin: 0;
}

.program-item .program-hover {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--light-grey);
    color: var(--dark-font-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 1.5rem;
    z-index: 3;
}

.program-item:hover .program-hover {
    opacity: 1;
}

/* Gallery Carousel */
.masonry-swiper .swiper-wrapper {
  animation: marquee 10s linear infinite;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: .25fr 1fr 1fr 1fr .25fr;
    gap: 20px;
    width: 100%;
}

.image-grid > * {
    aspect-ratio: 1/1;
}

.grid-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Odd gallery slide */
.grid-slide:nth-of-type(odd) img.grid-item:nth-of-type(1) {
    grid-area: 1 / 1 / 4 / 3;
}

.grid-slide:nth-of-type(odd) img.grid-item:nth-of-type(2) {
     grid-area: 3 / 3 / 5 / 5;
}

.grid-slide:nth-of-type(odd) img.grid-item:nth-of-type(3) {
    grid-area: 1 / 4 / 3 / 5;
}

.grid-slide:nth-of-type(odd) .grid-item-block {
    grid-area: 4 / 2 / 5 / 3;
}


.grid-slide:nth-of-type(odd) .grid-item-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.grid-slide:nth-of-type(odd) .grid-item-fill {
    background-color: rgba(0, 169, 98, 0.5);
    border-radius: 50%;
    width: 40%;
    aspect-ratio: 1/1;
}

/* Even gallery slide */
.grid-slide:nth-of-type(even) img.grid-item:nth-of-type(1) {
     grid-area: 2 / 1 / 4 / 3;
}

.grid-slide:nth-of-type(even) img.grid-item:nth-of-type(2) {
     grid-area: 3 / 3 / 6 / 5;
}

.grid-slide:nth-of-type(even) img.grid-item:nth-of-type(3) {
    grid-area: 4 / 1 / 6 / 2;
}

.grid-slide:nth-of-type(even) .grid-item-block {
    grid-area: 2 / 3 / 3 / 4;
}

.grid-slide:nth-of-type(even) .grid-item-block {
    display: flex;
    align-items: flex-end;
}

.grid-slide:nth-of-type(even) .grid-item-fill {
    background-color: rgba(0, 135, 205, 0.6);
    border-radius: 10px;
    width: 40%;
    aspect-ratio: 1/1;
}

/* Continuous Carousel */
.rc-gallery-1 {
  --box-gap: 1rem;
  --tile-size: 50rem;
  width: 100%;
  /* max-width: calc((var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1)); */
  overflow: hidden;
}

.rc-carousel-strip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: slideX 80s linear infinite;
  animation: slideX 80s linear infinite;
}

.rc-carousel-strip.reverse {
  animation-direction: reverse;
}

.rc-carousel-strip:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-carousel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: var(--box-gap);
}

.rc-carousel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
}

@media (min-width: 62em) {
    .rc-carousel-item {
        width: 50rem;
    }

    .rc-carousel-strip {
        -webkit-animation: slideX 60s linear infinite;
        animation: slideX 60s linear infinite;
    }
}

/* Home Statments Circles */
.statements-section {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

.statements-section .wave-container {
    position: absolute;
    left: 1rem;
    right: 0;
    bottom: 0;
    width: calc(100% - 2rem);
}

.statements-section > h3 {
    margin-bottom: 2rem;
}

.statements {
    position: relative;
    z-index: 2;
}
.statements .statement-content {
    padding: 1rem 1rem 1rem 2rem;
    position: relative;
}

.statements .statement-content::before {
    content: "";
    width: 5px;
    height: 90%;
    border-radius: 10px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.statement-circle h3,
.statement-link h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: var(--font-bold);
}

.statements .ui-tabs-nav .ui-tabs-tab,
.statement-circle-wrapper {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 4px solid var(--secondary);
    position: relative;
    transition: all .3s ease-in-out;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.statement-circle-wrapper {
    width: 80%;
    margin: auto;
}

.statement-circle-wrapper i {
    font-size: 2rem;
}

.statements .ui-tabs-nav .ui-tabs-anchor,
.statement-circle {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    color: var(--secondary);
    align-items: center;
    padding: .5rem;
}

.statements .ui-tabs-nav .ui-tabs-anchor i {
    font-size: 2.5rem;
}

.click-text {
    display: block;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
}

.click-text svg {
    width: 100%;
}

.statements .ui-tabs-nav .ui-tabs-tab.ui-state-active,
.statements .ui-tabs-nav .ui-tabs-tab:hover,
.statements .ui-tabs-nav .ui-tabs-tab:focus {
    background-color: var(--secondary);
}

.statements .ui-tabs-nav .ui-tabs-tab.ui-state-active .ui-tabs-anchor,
.statements .ui-tabs-nav .ui-tabs-tab:hover .ui-tabs-anchor,
.statements .ui-tabs-nav .ui-tabs-tab:focus .ui-tabs-anchor {
    color: white;
    filter: none;
}

.statement-top {
    position: relative;
}

.statement-button-next {
    right: 0;
    color: var(--secondary);
}

.statement-button-prev {
    left: 0;
    color: var(--secondary);
}

.statements.desktop {
    display: none;
}

@media (min-width: 48em) {
    .nav-btn {
        width: var(--nav-btn-width);
    }
    .banner-img, .banner-slide img {
        aspect-ratio: 16/9;
    }
    .home-quote .wave-container {
        display: block;
    }

    .home-quote {
        padding-top: 2rem;
        padding-bottom: 2rem;
        overflow: unset;
    }

    .quote-icon {
        left: 2rem;
        top: -1.5rem;
    }

    .home-quote svg.cross {
        right: 0;
        top: -4%;
    }

    .cta1 {
        color: white;
        margin-bottom: 2rem
    }

    .cta1-content, .cta2-content, .home-programs-intro {
        text-align: left;
    }

    .cta1-content p {
        color: var(--light-grey);
    }

    .cta1-content .btn {
        margin: 0;
    }

    .cta1 {
        position: relative;
    }

    .cta1-img, .cta1-img img {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .cta1-content {
        padding: 0;
        width: 70%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 6rem;
    }

    .cta2-btns {
        flex-direction: row;
        justify-content: flex-start;
    }

    .home-section-heading {
        justify-content: space-between;
    }

    .statements.mobile {
        display: none;
    }

    .statements.desktop {
        display: block;
    }

    .statements .ui-tabs-nav {
        flex-wrap: wrap;
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        border-bottom: none;
    }

    .statements .ui-tabs-nav li {
         width: calc((100% - 3rem) / 3);
        height: calc((100% - 3rem) / 3);
    }
}


@media (min-width: 75em) {
    .header-row {
        height: var(--nav-btn-width);
        padding-right: 2rem;
    }

    .menu-trigger.active {
        height: var(--nav-btn-width);
    }

    .collapsible-menu .search-wrapper {
        margin-top: 3rem;
    }

    .banner-content {
        width: 60%;
        padding: 5% 8%;
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .banner-content p {
        margin-bottom: 2rem;
    }

    .banner-button-prev,
    .banner-button-next {
        bottom: .5rem;
    }

    .banner-img, .banner-img img {
        aspect-ratio: 1760/607;
    }

    .nav-btn {
        border-radius: 10px;
        padding: .5rem;
        width: var(--nav-btn-width);
    }

    .nav-apps {
        width: var(--nav-btn-width);
        padding: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .nav-app {
        border-bottom: 1px solid rgba(37, 48, 84, 0.2);
        padding-bottom: 1.25rem;
    }

    .nav-apps i {
        font-size: 1.75rem;
    }

    .collapsible-menu .nav-apps i {
        font-size: 1.5rem;
    }

    .collapsible-menu .nav-app {
        padding-right: 1rem;
    }

    .nav-app .fa-ellipsis {
        opacity: .5;
    }

    .home-quote h4 {
        width: 60%;
    }

    .cta1-img, .cta1-img img {
        aspect-ratio: 3.5/1;
    }

    .cta1-content {
        left: calc(5vw + 3rem);
        width: 50%;
    }

    .cta2-box {
        padding: 3rem 2rem;
    }

    .home-programs-intro {
        padding: 3rem 3rem 15%;
        padding-bottom: 15%;
    }

    .home-programs {
        margin-bottom: 4rem;
        margin-top: -15%;
    }

    .home-gallery {
        margin-bottom: 3rem;
    }

    .image-grid > * {
        aspect-ratio: 3/2;
    }

    .statements .ui-tabs-nav li {
        width: calc((100% - 6rem) / 5);
        height: calc((100% - 6rem) / 5);
    }
}

/* Custom Subpage: Our Vision, Mission, and Strategic Plan */
.colour-block-wrapper .colour-block {
    background-color: var(--accent-1);
    color: white;
    padding: 1.5rem;
    height: 100%;
}

.colour-block-wrapper:nth-of-type(2) .colour-block {
    background-color: #D1AB2F;
}

.colour-block-wrapper:nth-of-type(3) .colour-block {
    background-color: #54A3AC;
}

.colour-block-wrapper:nth-of-type(3) {
    flex-basis: 100%;
    max-width: 100%;
}

.plan-img img {
    width: 100%;
    display: block;
}

.plan-col .bg-light-grey {
    padding: 1.5rem;
    height: 100%;
}

.plan-col .btn {
    margin-top: 1rem;
}


/* Staff Directory */
.staff-group {
    margin-bottom: 2rem;
}
.staff-heading {
    border-bottom: 1px solid var(--secondary);
    padding-bottom: .5rem;
}

.staff-list {
    margin-top: 1.5rem;
}

.staff-list .col-xs-12 {
    margin-bottom: 1rem;
}

.staff-list img {
    width: 80%;
    border-radius: 10px;
    aspect-ratio: 3/4;
}

.staff-line {
    margin-bottom: 1rem;
    display: block;
}

.staff-list .btn {
    letter-spacing: 2px;
    padding: .5rem 1.25rem;
    font-size: .9rem;
}

/* @media (min-width: 75em) {
    .staff-list {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .staff-list > .row {
        width: calc(50% - 1rem);
    }
} */

/* School Directory */
.school-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0 3rem;
}

.page-content .school-type-heading {
    border-bottom: 1px solid var(--secondary);
    padding-bottom: .5rem;       
}

.page-content .area-heading {
    margin-top: 1rem;
}

.school-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.page-content .school-info * {
    margin: 0;
}

.page-content .school-info .btn {
    margin-top: 1rem;
}

.school-info-text {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 48em) {
    .school-list-wrapper {
       flex-direction: row;
       flex-wrap: wrap;
       row-gap: 3rem;
       margin: 2rem 0;
    }

    .school-card {
        width: calc((100% - 2rem) / 2);
    }

    .school-info-text {
        width: 90%;
    }
}

@media (min-width: 62em) {
    .school-card {
        width: calc((100% - 4rem) / 3);
    }
}

@media (min-width: 1818px) {
    .school-card {
        width: calc((100% - 4rem) / 4);
    }

    .school-card.secondary-school {
        width: calc((100% - 4rem) / 3);
    }
}
/* Icon Link Page */
.link-list img {
    max-width: 90px;
    margin: 0 auto .5rem;
}

.link-list {
    row-gap: 2rem;
}

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

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

@keyframes scroll_2 {
  0%   { transform: translateY(0); opacity: 1; }
  25%  { opacity: 1; }
  75%  { transform: translateY(.75em); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

/* Content Boxes */
.content-boxes {
  margin-top: 1.3125rem;
}

.content-boxes .row {
    row-gap: 0;
}

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

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

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

.content-box-link {
  /* display: block; */
  height: 100%;
  color: inherit!important;
  text-decoration: none !important;
}

.box-img {
  width: 100%;
  border-radius: 5px;
    aspect-ratio: 6 / 4;
}

.content-box h3 {
  padding: 0 2rem;
  margin-bottom: 1.3125rem;
  margin-top: 1.5rem;
  /* font-size: 22px; */
}

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

.content-box .format-card-longer {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: .5rem;
}

.content-box .box-btn {
    margin: 1.5rem 2rem;
}