/* Mission Vision */
.gpa-journey-section {
	background-color: #fff;
	padding: 88px 0 92px;
}

.gpa-journey-container {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 15px;
	width: 100%;
}

.gpa-journey-kicker {
	color: #0e4b8e;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 8px;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.gpa-journey-copy h2 {
	color: #242528;
	font-family: 'Philosopher', serif;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 44px;
	max-width: 720px;
}

.gpa-journey-list {
	display: grid;
	gap: 38px;
}

.gpa-journey-item {
	align-items: flex-start;
	display: grid;
	gap: 24px;
	grid-template-columns: 72px minmax(0, 1fr);
}

.gpa-journey-icon {
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 12px 26px rgba(14, 47, 87, 0.12);
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.gpa-icon-blue {
	background-color: #313091;
}

.gpa-icon-gold {
	background-color: #ffc33d;
	color: #0e2f57;
}

.gpa-icon-green {
	background-color: #28775d;
}

.gpa-journey-item h3 {
	color: #252629;
	font-family: 'Philosopher', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 14px;
}

.gpa-journey-item p {
	color: #45474d;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.gpa-journey-board {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, 300px);
}

.gpa-journey-tile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px 64px;
}

.gpa-journey-tile h3 {
	font-family: 'Philosopher', serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 28px;
}

.gpa-journey-tile p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
}

.gpa-journey-mission {
	background-color: #313091;
	color: #fff;
}

.gpa-journey-vision {
	background-color: #ffc33d;
	color: #22252b;
}

.gpa-journey-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1199px) {
	.gpa-journey-container {
		gap: 44px;
		grid-template-columns: 1fr;
	}

	.gpa-journey-copy h2 {
		max-width: 900px;
	}
}

@media (max-width: 767px) {
	.gpa-journey-section {
		padding: 58px 0 64px;
	}

	.gpa-journey-kicker {
		font-size: 12px;
		letter-spacing: 5px;
		margin-bottom: 22px;
	}

	.gpa-journey-copy h2 {
		font-size: 38px;
		margin-bottom: 34px;
	}

	.gpa-journey-item {
		gap: 18px;
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.gpa-journey-icon {
		font-size: 21px;
		height: 50px;
		width: 50px;
	}

	.gpa-journey-item h3 {
		font-size: 24px;
	}

	.gpa-journey-item p {
		font-size: 15px;
	}

	.gpa-journey-board {
		grid-template-columns: 1fr;
		grid-template-rows: auto 240px 240px auto;
	}

	.gpa-journey-tile {
		padding: 38px 30px;
	}

	.gpa-journey-tile h3 {
		font-size: 28px;
		margin-bottom: 18px;
	}

	.gpa-journey-tile p {
		font-size: 15px;
	}
}

/* Google Reviews */
.gpa-reviews-section {
	background-color: #f7f9fc;
	padding: 64px 0 74px;
}

.gpa-reviews-container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 15px;
	width: 100%;
}

.gpa-reviews-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.gpa-reviews-heading span {
	color: #d1bd9c;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.6px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
}

.gpa-reviews-heading h2 {
	color: #171c26;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.gpa-reviews-heading strong {
	color: #0d4b8f;
	font-weight: 800;
}

.gpa-rating-card {
	align-items: center;
	background-color: #fff;
	border: 1px solid #e3e4e8;
	border-radius: 9px;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	min-width: 178px;
	padding: 12px 16px;
}

.gpa-rating-icon {
	align-items: center;
	background-color: #ea5a36;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	border-radius: 7px;
	width: 42px;
}

.gpa-rating-copy strong {
	color: #171c26;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 3px;
}

.gpa-rating-stars,
.gpa-review-stars {
	color: #f6a21a;
	display: block;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 1;
}

.gpa-rating-copy small {
	color: #8b8b8b;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 4px;
}

.gpa-reviews-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpa-review-card {
	background-color: #fff;
	border: 1px solid #dfe1e6;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.gpa-review-head {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.gpa-review-avatar {
	align-items: center;
	background-color: #e9542d;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 34px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.gpa-review-card:nth-child(2) .gpa-review-avatar {
	background-color: #2daa55;
}

.gpa-review-card:nth-child(3) .gpa-review-avatar {
	background-color: #3f7ee8;
}

.gpa-review-card:nth-child(4) .gpa-review-avatar {
	background-color: #f6b70a;
}

.gpa-review-meta h3 {
	color: #171c26;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 4px;
}

.gpa-review-quote {
	color: #f1765f;
	font-size: 18px;
	margin-left: auto;
}

.gpa-review-card p {
	color: #232833;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
	margin: 0;
}

.gpa-review-card em {
	color: #7c8492;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	margin-top: auto;
	padding-top: 34px;
}

.gpa-reviews-action {
	margin-top: 34px;
	text-align: center;
}

.gpa-reviews-action a {
	background-color: #0e4b8e;
    border: 1px solid #0e4b8e;
    color: #fff;
	border-radius: 4px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gpa-reviews-action a:hover,
.gpa-reviews-action a:focus {
	background-color: #d0bd9b;
	color: #000000;
	border:1px solid #d0bd9b;
	text-decoration: none;
}

.gpa-reviews-action i {
	margin-left: 8px;
}

@media (max-width: 991px) {
	.gpa-reviews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gpa-reviews-section {
		padding: 54px 0 62px;
	}

	.gpa-reviews-header {
		align-items: flex-start;
		display: block;
		margin-bottom: 34px;
		padding: 18px;
	}

	.gpa-reviews-heading h2 {
		font-size: 24px;
	}

	.gpa-rating-card {
		display: inline-flex;
		margin-top: 16px;
	}

	.gpa-reviews-grid {
		grid-template-columns: 1fr;
	}

	.gpa-review-card {
		min-height: 0;
	}

	.gpa-review-card em {
		padding-top: 28px;
	}
}

/* Header sizing */
.top-header {
	padding-bottom: 3px;
	padding-top: 3px;
}

.top-header p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 24px;
}

.top-header .col-md-6:last-child > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 6px 10px 6px 14px;
}

.top-header ul li {
	margin: 0 8px;
}

.top-header ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.ow-navigation {
	min-height: 90px;
}

.ow-navigation .container > .row,
.ow-navigation .navbar-header {
	min-height: 90px;
}

.ow-navigation .nav-logo img {
	height: 64px;
	margin-right: 13px;
}

.ow-navigation .nav-logo span {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.ow-navigation .nav-logo small {
	font-size: 12px;
	letter-spacing: 1.4px;
	margin-top: 3px;
}

.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
	margin-left: 24px;
}

.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
	padding: 35px 0;
}

.ow-navigation .nav.navbar-nav li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin-left: 14px;
	}

	.ow-navigation .nav.navbar-nav li a {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.ow-navigation .container > .row,
	.ow-navigation .navbar-header {
		min-height: 74px;
	}

	.ow-navigation .nav-logo {
		padding: 8px 0;
	}

	.ow-navigation .nav-logo img {
		height: 52px;
	}

	.ow-navigation .navbar-toggle {
		margin-bottom: 18px;
		margin-top: 18px;
	}

	#loginpanel {
		top: 21px;
	}
}

/* News and events page */
.news-events-banner h3,
.news-events-banner p {
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.news-events-page {
	background-color: #f7f8fb;
}

.news-events-feature-section,
.news-grid-section,
.notice-strip-section {
	padding: 72px 0;
}

.news-events-intro {
	max-width: 720px;
	margin-bottom: 34px;
}

.news-events-intro h2,
.school-section-heading h2,
.notice-strip h2 {
	color: #0e4b8e;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 6px 0 0;
}

.news-events-intro p {
	color: #596676;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	margin: 14px 0 0;
}

.news-feature-story,
.upcoming-events-panel,
.news-list-card,
.notice-strip {
	background-color: #fff;
	border: 1px solid rgba(14, 75, 142, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(28, 41, 56, 0.08);
	overflow: hidden;
}

.news-feature-media,
.news-list-media {
	display: block;
	position: relative;
}

.news-feature-media img,
.news-list-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-feature-media {
	height: 360px;
}

.news-pill,
.news-category {
	background-color: #d1bd9c;
	color: #061b33;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-pill {
	border-radius: 4px;
	bottom: 22px;
	left: 22px;
	padding: 9px 12px;
	position: absolute;
}

.news-feature-copy {
	padding: 30px;
}

.news-meta {
	color: #687587;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	gap: 14px;
	letter-spacing: 0.2px;
	margin-bottom: 12px;
}

.news-meta i {
	color: #0e4b8e;
	margin-right: 6px;
}

.news-feature-copy h3,
.news-list-copy h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0;
}

.news-feature-copy h3 {
	font-size: 26px;
}

.news-feature-copy h3 a,
.news-list-copy h3 a {
	color: #0d243d;
	text-decoration: none;
}

.news-feature-copy h3 a:hover,
.news-list-copy h3 a:hover {
	color: #0e4b8e;
}

.news-feature-copy p,
.news-list-copy p,
.event-list-item p {
	color: #5f6c7c;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	margin: 14px 0 0;
}

.news-read-link,
.news-card-footer a,
.panel-heading-row a {
	color: #0e4b8e;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-read-link {
	display: inline-block;
	margin-top: 22px;
}

.upcoming-events-panel {
	padding: 28px;
}

.panel-heading-row,
.notice-strip {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.panel-heading-row {
	border-bottom: 1px solid #e6ebf1;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.panel-heading-row h3 {
	color: #0d243d;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 4px 0 0;
}

.event-list-item {
	align-items: flex-start;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 16px;
	padding: 18px 0;
}

.event-list-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.event-date-box {
	background-color: #0e4b8e;
	border-radius: 6px;
	color: #fff;
	flex: 0 0 64px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 8px;
	text-align: center;
	text-transform: uppercase;
}

.event-date-box span {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

.event-list-item h4 {
	color: #0d243d;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
}

.news-grid-section {
	background-color: #fff;
}

.news-card-grid {
	margin-top: 28px;
}

.news-list-card {
	margin-bottom: 30px;
}

.news-list-media {
	height: 220px;
}

.news-list-copy {
	padding: 24px;
}

.news-category {
	border-radius: 3px;
	margin-bottom: 14px;
	padding: 7px 10px;
}

.news-list-copy h3 {
	font-size: 20px;
	min-height: 78px;
}

.news-card-footer {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
	padding-top: 16px;
}

.news-card-footer span {
	color: #6c7887;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.notice-strip {
	padding: 30px 34px;
}

.notice-strip h2 {
	font-size: 24px;
	margin-top: 5px;
}

@media (max-width: 991px) {
	.news-events-feature-section,
	.news-grid-section,
	.notice-strip-section {
		padding: 54px 0;
	}

	.news-feature-story {
		margin-bottom: 30px;
	}

	.news-feature-media {
		height: 300px;
	}

	.news-list-copy h3 {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.news-events-intro h2,
	.school-section-heading h2 {
		font-size: 26px;
	}

	.news-feature-media,
	.news-list-media {
		height: 230px;
	}

	.news-feature-copy,
	.upcoming-events-panel,
	.news-list-copy,
	.notice-strip {
		padding: 22px;
	}

	.news-feature-copy h3 {
		font-size: 22px;
	}

	.panel-heading-row,
	.notice-strip {
		align-items: flex-start;
		display: block;
	}

	.panel-heading-row a,
	.notice-strip .school-btn {
		display: inline-block;
		margin-top: 16px;
	}
}

/* Home news and events */
.home-section.news-events-section {
	background-color: #f7f8fb;
	padding: 76px 0 82px;
}

.home-section.news-events-section .school-section-heading {
	margin-bottom: 34px;
}

.home-section.news-events-section .school-section-heading h2 {
	color: #0e4b8e;
	font-size: 34px;
}

.home-section.news-events-section .school-link {
	background-color: #fff;
	border: 1px solid rgba(14, 75, 142, 0.16);
	border-radius: 4px;
	padding: 12px 16px;
}

.home-section.news-events-section .school-link:hover,
.home-section.news-events-section .school-link:focus {
	background-color: #0e4b8e;
	color: #fff;
}

.home-section.news-events-section .news-event-grid {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.home-section.news-events-section .news-event-grid > [class*="col-"] {
	display: flex;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33333333%;
}

.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child {
	grid-row: auto;
}

.home-section.news-events-section .news-event-card,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-card {
	background-color: #fff;
	border: 1px solid rgba(14, 75, 142, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(28, 41, 56, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0;
	min-height: 0;
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-card {
	display: flex;
	flex-direction: column;
	grid-template-columns: none;
	min-height: 0;
}

.home-section.news-events-section .news-event-card:hover {
	box-shadow: 0 20px 46px rgba(28, 41, 56, 0.14);
	transform: translateY(-4px);
}

.home-section.news-events-section .news-event-image,
.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-image {
	display: block;
	flex: 0 0 auto;
	height: 220px;
	overflow: hidden;
	width: 100%;
}

.home-section.news-events-section .news-event-card img,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-card img,
.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
	width: 100%;
}

.home-section.news-events-section .news-event-card:hover img {
	transform: scale(1.04);
}

.home-section.news-events-section .news-event-content,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-content {
	background: #fff;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
	position: relative;
}

.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-content {
	background: #fff;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
	position: relative;
}

.home-section.news-events-section .event-date {
	align-items: center;
	background-color: #0e4b8e;
	border-radius: 6px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 58px;
	justify-content: center;
	letter-spacing: 0.8px;
	line-height: 1;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: -29px;
	width: 58px;
}

.home-section.news-events-section .event-date span {
	display: block;
	font-size: 22px;
	margin-bottom: 4px;
}

.home-section.news-events-section .event-type {
	color: #d1bd9c;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.home-section.news-events-section .news-event-content h3,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-content h3 {
	color: #0d243d;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.32;
	margin: 0 0 12px;
	min-height: 80px;
}

.home-section.news-events-section .news-event-content p,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-content p {
	color: #5f6c7c;
	flex: 1 1 auto;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 20px;
	max-width: none;
}

.home-section.news-events-section .news-event-content a,
.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-content a {
	border-top: 1px solid #edf1f5;
	color: #0e4b8e;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: auto;
	padding-top: 16px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.home-section.news-events-section .news-event-grid > [class*="col-"] {
		margin-bottom: 30px;
		width: 50%;
	}

	.home-section.news-events-section .news-event-grid > [class*="col-"]:last-child {
		margin-bottom: 0;
	}

	.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-card {
		display: flex;
	}

	.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-card img {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.home-section.news-events-section {
		padding: 56px 0 62px;
	}

	.home-section.news-events-section .split-heading {
		align-items: flex-start;
		display: block;
	}

	.home-section.news-events-section .school-link {
		display: inline-block;
		margin-top: 18px;
	}

	.home-section.news-events-section .news-event-grid > [class*="col-"] {
		width: 100%;
	}

	.home-section.news-events-section .news-event-image,
	.home-section.news-events-section .news-event-grid > [class*="col-"]:not(:first-child) .news-event-image {
		height: 210px;
	}

	.home-section.news-events-section .news-event-content h3,
	.home-section.news-events-section .news-event-grid > [class*="col-"]:first-child .news-event-content h3 {
		min-height: 0;
	}
}

/* Footer background */
.footer-main {
	background-color: #061b33;
	border-top: 4px solid #d1bd9c;
}

.contact-details {
	border-top-color: rgba(255, 255, 255, 0.12);
}

.contact-details .detail-box,
.contact-details .detail-box.mail-box {
	background-color: #0e4b8e;
}

.contact-details .detail-box.phone-box {
	background-color: #123f73;
}

.contact-details .detail-box,
.contact-details .detail-box a,
.contact-details .detail-box p,
.footer-main .widget,
.footer-main .widget-about > p,
.footer-main .widget-newsletter p,
.footer-main .widget-newsletter .social h6,
.footer-main .widget-about .time-schedule p {
	color: rgba(255, 255, 255, 0.74);
}

.contact-details .detail-box h4,
.footer-main .widget-title {
	color: #d1bd9c;
}

.widget-links ul li a {
	color: rgba(255, 255, 255, 0.74);
}

.widget-links ul li a:hover,
.footer-main .widget-about .time-schedule p:hover {
	color: #fff;
}

.footer-main .widget-about .time-schedule p {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.footer-main .widget-newsletter .input-group input {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.footer-main .widget-newsletter .input-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.footer-main .widget-newsletter .input-group input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.footer-main .widget-newsletter .input-group input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.footer-main .widget-newsletter .input-group span button {
	background-color: #d1bd9c;
	color: #061b33;
}

.footer-main .widget-newsletter .input-group span:hover button {
	background-color: #fff;
	color: #0e4b8e;
}

.footer-main .widget-newsletter .social li a {
	border-color: rgba(255, 255, 255, 0.35);
	color: rgba(255, 255, 255, 0.78);
}

.footer-main .widget-newsletter .social li a:hover {
	background-color: #d1bd9c;
	border-color: #d1bd9c;
	color: #061b33;
}

.bottom-footer {
	background-color: #031224;
	border-top-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.bottom-footer p {
	color: rgba(255, 255, 255, 0.64);
}

/* Home page consistency */
.banner-section,
.home-section,
.student-life-hero,
.academy-stats-band,
.gpa-journey-section,
.gpa-reviews-section,
.news-events-section {
	color: #5f6c7c;
	font-family: 'Lato', sans-serif;
}

.home-section,
.student-life-hero,
.gpa-journey-section,
.gpa-reviews-section,
.home-section.news-events-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.section-kicker,
.gpa-journey-kicker,
.gpa-reviews-heading span,
.event-type,
.banner-eyebrow {
	color: #d1bd9c;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.banner-content h3,
.school-section-heading h2,
.student-life-copy h2,
.gpa-journey-copy h2,
.gpa-journey-item h3,
.gpa-journey-tile h3,
.gpa-reviews-heading h2,
.gpa-review-meta h3,
.home-section.news-events-section .school-section-heading h2,
.home-section.news-events-section .news-event-content h3 {
	color: #0d243d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.banner-content h3 {
	color: #fff;
}

.banner-content h3 span,
.gpa-reviews-heading strong {
	color: #d1bd9c;
}

.student-life-copy p,
.gpa-journey-item p,
.gpa-journey-tile p,
.gpa-review-card p,
.gpa-review-card em,
.home-section.news-events-section .news-event-content p {
	color: #5f6c7c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.banner-content p {
	color: rgba(255, 255, 255, 0.86);
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
}

.school-btn,
.school-link,
.gpa-reviews-action a,
.home-section.news-events-section .news-event-content a,
.banner-content .hero-badge {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.student-life-hero,
.news-grid-section {
	background-color: #fff;
}

.gpa-reviews-section,
.home-section.news-events-section {
	background-color: #f7f8fb;
}

.academy-stats-band {
	background-color: #061b33;
	padding-bottom: 58px;
	padding-top: 58px;
}

.academy-stat strong {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.academy-stat span {
	color: #d1bd9c;
	font-family: 'Montserrat', sans-serif;
}

.gpa-journey-section {
	background-color: #fff;
}

.gpa-journey-copy h2 {
	font-size: 48px;
	line-height: 1.16;
}

.gpa-journey-item h3,
.gpa-journey-tile h3 {
	font-size: 24px;
	line-height: 1.24;
}

.gpa-journey-mission,
.gpa-icon-blue,
.gpa-icon-green {
	background-color: #0e4b8e;
}

.gpa-journey-vision,
.gpa-icon-gold {
	background-color: #d1bd9c;
	color: #061b33;
}

.gpa-rating-icon,
.gpa-review-avatar,
.gpa-review-card:nth-child(2) .gpa-review-avatar,
.gpa-review-card:nth-child(3) .gpa-review-avatar,
.gpa-review-card:nth-child(4) .gpa-review-avatar {
	background-color: #0e4b8e;
	color: #fff;
}

.gpa-rating-stars,
.gpa-review-stars {
	color: #d1bd9c;
}

.gpa-review-quote {
	color: rgba(14, 75, 142, 0.18);
}

.gpa-rating-copy strong,
.gpa-review-meta h3 {
	color: #0d243d;
}

.home-section.news-events-section .news-event-card,
.gpa-review-card,
.gpa-rating-card {
	border-color: rgba(14, 75, 142, 0.1);
	border-radius: 8px;
}

@media (max-width: 991px) {
	.home-section,
	.student-life-hero,
	.gpa-journey-section,
	.gpa-reviews-section,
	.home-section.news-events-section {
		padding-bottom: 62px;
		padding-top: 62px;
	}

	.gpa-journey-copy h2 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.section-kicker,
	.gpa-journey-kicker,
	.gpa-reviews-heading span,
	.event-type,
	.banner-eyebrow {
		font-size: 11px;
		letter-spacing: 1.4px;
	}

	.school-section-heading h2,
	.student-life-copy h2,
	.gpa-reviews-heading h2,
	.home-section.news-events-section .school-section-heading h2 {
		font-size: 28px;
	}

	.gpa-journey-copy h2 {
		font-size: 34px;
	}
}

/* Mission and vision tile alignment */
.gpa-journey-container {
	gap: 48px;
	max-width: 1200px;
}

.gpa-journey-tile {
	align-items: flex-start;
	padding: 48px 52px;
	text-align: left;
}

.gpa-journey-tile h3 {
	margin-bottom: 20px;
	width: 100%;
}

.gpa-journey-tile p {
	max-width: 100%;
	width: 100%;
}

.gpa-journey-mission h3,
.gpa-journey-mission p {
	color: #fff;
}

.gpa-journey-vision h3 {
	color: #061b33;
}

.gpa-journey-vision p {
	color: #415065;
}

@media (max-width: 767px) {
	.gpa-journey-tile {
		padding: 34px 28px;
	}
}

/* Home compact Garamond typography */
.banner-content h3,
.student-life-copy h2,
.gpa-journey-copy h2,
.gpa-journey-item h3,
.gpa-journey-tile h3,
.gpa-reviews-heading h2,
.school-section-heading h2,
.home-section.news-events-section .school-section-heading h2,
.home-section.news-events-section .news-event-content h3 {
	font-family: 'eb_garamond08_regular';
	font-weight: 400;
	letter-spacing: 0;
}

.banner-content h3 {
	font-size: 46px;
	line-height: 1.05;
}

.student-life-copy h2,
.school-section-heading h2,
.gpa-reviews-heading h2,
.home-section.news-events-section .school-section-heading h2 {
	font-size: 32px;
	line-height: 1.16;
}

.gpa-journey-copy h2 {
	font-size: 42px;
	line-height: 1.12;
	margin-bottom: 34px;
}

.gpa-journey-item h3,
.gpa-journey-tile h3 {
	font-size: 24px;
	line-height: 1.18;
}

.home-section.news-events-section .news-event-content h3 {
	font-size: 21px;
	line-height: 1.22;
	min-height: 74px;
}

.student-life-copy p,
.gpa-journey-item p,
.gpa-journey-tile p,
.gpa-review-card p,
.home-section.news-events-section .news-event-content p {
	font-size: 15px;
	line-height: 1.58;
}

.banner-content p {
	font-size: 15px;
	line-height: 1.55;
}

.section-kicker,
.gpa-journey-kicker,
.gpa-reviews-heading span,
.event-type,
.banner-eyebrow {
	font-size: 11px;
	letter-spacing: 1.6px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.banner-content h3 {
		font-size: 36px;
	}

	.gpa-journey-copy h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.banner-content h3 {
		font-size: 30px;
	}

	.student-life-copy h2,
	.school-section-heading h2,
	.gpa-reviews-heading h2,
	.home-section.news-events-section .school-section-heading h2 {
		font-size: 26px;
	}

	.gpa-journey-copy h2 {
		font-size: 30px;
	}

	.home-section.news-events-section .news-event-content h3 {
		min-height: 0;
	}
}
