/* 2026 brand refresh: source palette from zsb.ncpu.edu.cn */
:root {
	--brand: #0e419c;
	--brand-dark: #0c3793;
	--gold: #f39a18;
	--ink: #24324a;
	--muted: #64748b;
	--line: #dbe5f2;
	--paper: #f3f7fc;
	--shadow: 0 16px 48px rgba(14, 65, 156, .12);
}

body.home {
	background: #eef9ff url("../images/home-main-bg.jpg") no-repeat top center;
}

body:not(.home) {
	background-color: #eef9ff;
	background-image: var(--inner-page-background-image, url("../images/home-main-bg.jpg"));
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.home .site-main,
.home .site-footer {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.home .site-header {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.home .branding {
	padding-right: 20px;
	padding-left: 20px;
}

.site-header .primary-nav {
	position: relative;
	z-index: 120;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border-bottom: 0;
}

.site-header .primary-nav > .shell {
	overflow: visible;
	width: min(1200px, calc(100% - 40px));
	max-width: 1200px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background: linear-gradient(180deg, #63a7f4 0%, #5f8fe8 100%);
	border-bottom: 2px solid #86baff;
}

.site-header .primary-nav a {
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 48px;
}

.site-header {
	border-top: 3px solid var(--gold);
}

.topbar {
	display: block;
	width: 100%;
	min-height: 27px;
	background: rgb(215 149 91);
	color: #666666;
	font-size: 86%;
	line-height: 27px;
}

.topbar > .shell {
	width: min(1200px, calc(100% - 40px));
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.topbar a:hover {
	color: var(--brand);
}

.branding {
	min-height: 126px;
}

.branding__logo {
	flex: 1;
	min-width: 0;
}

.brand-lockup {
	display: flex;
	align-items: center;
	gap: 20px;
	width: fit-content;
}

.brand-lockup__school {
	width: 485px;
	max-width: 45vw;
	height: auto;
	flex: none;
}

.brand-lockup__divider {
	width: 1px;
	height: 58px;
	background: #c8d5e8;
	flex: none;
}

.brand-lockup__admissions-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 174px;
	min-height: 68px;
	padding: 5px 12px 6px;
	overflow: hidden;
	color: #fff;
}

.brand-lockup__admissions {
	width: 150px;
	height: auto;
	margin: -18px 0 -15px;
}

.brand-lockup__sub {
	font-size: 9px;
	letter-spacing: .14em;
	line-height: 1.2;
	white-space: nowrap;
}

.header-search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	margin-left: auto;
}

.header-search__code {
	margin: 0;
	color: #1a4f8e;
	font-family: STKaiti, KaiTi, "Microsoft YaHei", serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.header-search__code strong {
	font-size: 20px;
}

.site-search {
	width: 210px;
	height: 30px;
	border: 1px solid #1a67ab;
	border-radius: 0;
	overflow: visible;
}

.site-search input {
	min-width: 0;
	padding: 4px 8px;
	color: #4b5563;
	font-size: 12px;
	line-height: 20px;
}

.site-search input:focus {
	box-shadow: inset 0 0 0 1px rgba(14, 65, 156, .22);
}

.site-search button {
	display: grid;
	width: 31px;
	min-width: 31px;
	height: 30px;
	padding: 0;
	place-items: center;
	background: #0668b6;
}

.site-search button .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.site-search button:hover,
.site-search button:focus-visible {
	background: #075596;
}

.primary-nav {
	background: linear-gradient(180deg, #63a7f4 0%, #5f8fe8 100%);
	border-bottom: 2px solid #86baff;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav .current-menu-parent > a {
	background: rgba(30, 88, 186, .18);
	box-shadow: none;
}

/* Two-level navigation, modelled after the supplied admissions-site reference. */
.site-header .primary-nav .menu-item-has-children > a {
	position: relative;
}

.site-header .primary-nav .sub-menu {
	top: 48px;
	left: 0;
	z-index: 130;
	display: block;
	min-width: 138px;
	max-width: 240px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(74, 135, 225, .94);
	box-shadow: 0 8px 18px rgba(14, 65, 156, .18);
	color: #fff;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
	pointer-events: none;
}

.site-header .primary-nav .menu-item-has-children:hover > .sub-menu,
.site-header .primary-nav .menu-item-has-children:focus-within > .sub-menu,
.site-header .primary-nav .menu-item-has-children.is-submenu-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0s;
	pointer-events: auto;
}

.site-header .primary-nav .sub-menu li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.site-header .primary-nav .sub-menu li:last-child {
	border-bottom: 0;
}

.site-header .primary-nav .sub-menu a {
	width: 100%;
	height: auto;
	min-height: 35px;
	padding: 7px 18px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-align: left;
	white-space: nowrap;
}

.site-header .primary-nav .sub-menu a:hover,
.site-header .primary-nav .sub-menu a:focus-visible,
.site-header .primary-nav .sub-menu .current-menu-item > a {
	background: rgba(23, 72, 167, .34);
	color: #fff;
}

.submenu-toggle {
	display: none;
}

.primary-nav__menu > li:not(:last-child)::after,
.primary-nav > .shell > .menu > li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -2px;
	width: 1px;
	height: 17px;
	background: rgba(255, 255, 255, .72);
	transform: translateY(-50%);
	content: "";
}

.hero {
	padding: 20px 0;
}

.hero-slider {
	height: auto;
	min-height: 0;
	aspect-ratio: 1200 / 340;
	overflow: hidden;
	/* background: #0b2f6f; */
}

.hero-slide {
	height: 100%;
	min-height: 0;
	/* background-color: #0b2f6f; */
	background-image: var(--hero-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.hero-slide--placeholder {
	background: var(--brand-dark);
}

.home-news-hub {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	max-width: 1200px;
	/* margin-top: 38px; */
	margin-bottom: 0;
	padding: 0;
	background: rgba(255, 255, 255, .94);
	border: 1px solid #dce5ea;
}

.home-news-hub__column {
	min-width: 0;
	min-height: 274px;
	border-right: 1px solid #dce5ea;
}

.home-news-hub__column:last-child {
	border-right: 0;
}

.home-news-hub__header {
	display: flex;
	align-items: stretch;
	height: 44px;
	background: rgba(247, 250, 252, .96);
	border-bottom: 1px solid #e2e8ec;
}

.home-news-hub__header h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 95px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/home-section-heading-bg.png") no-repeat center bottom 1px;
	background-size: 95px 18px;
	color: #202020;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
}

.home-news-hub__tabs,
.home-news-hub__guide-links {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex: 1;
	gap: 22px;
	min-width: 0;
	padding: 0 14px;
}

.home-news-hub__tabs [role="tab"],
.home-news-hub__guide-links a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0 2px;
	border: 0;
	border-bottom: 0;
	background: transparent;
	color: #434343;
	font: inherit;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
}

.home-news-hub__tabs [role="tab"]::before,
.home-news-hub__guide-links a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #f0c400;
	opacity: 0;
	content: "";
}

.home-news-hub__tabs [role="tab"]::after,
.home-news-hub__guide-links a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 6px solid #f0c400;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	opacity: 0;
	transform: translateX(-50%);
	content: "";
}

.home-news-hub__tabs [role="tab"][aria-selected="true"],
.home-news-hub__guide-links a.is-active,
.home-news-hub__guide-links a:hover,
.home-news-hub__guide-links a:focus-visible {
	color: #222;
}

.home-news-hub__tabs [role="tab"][aria-selected="true"]::before,
.home-news-hub__tabs [role="tab"][aria-selected="true"]::after,
.home-news-hub__guide-links a.is-active::before,
.home-news-hub__guide-links a.is-active::after,
.home-news-hub__guide-links a:hover::before,
.home-news-hub__guide-links a:hover::after,
.home-news-hub__guide-links a:focus-visible::before,
.home-news-hub__guide-links a:focus-visible::after {
	opacity: 1;
}

.home-news-hub__tabs [role="tab"]:focus-visible,
.home-news-hub__guide-links a:focus-visible {
	outline: 2px solid #5f8fe8;
	outline-offset: -2px;
}

.home-news-hub__panel[hidden] {
	display: none;
}

.home-news-hub__panel {
	min-height: 229px;
	padding: 7px 15px 12px;
}

.article-stream {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-stream li {
	margin: 0;
	padding: 0;
}

.article-stream a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding: 4px 0;
	color: #494949;
	font-size: 14px;
	line-height: 22px;
}

.article-stream a:hover {
	color: #ef241d;
}

.article-stream span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-stream time {
	color: #555;
	font-size: 11px;
	white-space: nowrap;
}

.home-news-hub__column:first-child .article-stream li:nth-child(n + 4) a,
.home-news-hub__column:nth-child(2) .article-stream li:nth-child(-n + 2) a {
	color: #ef241d;
}

.home-news-hub__empty {
	margin: 0;
	padding: 28px 0;
	color: var(--muted);
	text-align: center;
}

.home-news-hub__guide-media {
	display: block;
	padding: 10px 44px 14px;
}

.home-news-hub__guide-media img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: center;
}

.home-news-hub + .home-section {
	padding-top: 38px;
}

.quick-link__icon {
	background: #e4f0fb;
	color: var(--brand);
}

.quick-link:hover {
	background: #eef5fc;
}

.home-section--tint {
	background: var(--paper);
}

.news-panel,
.program-card {
	border-color: var(--line);
}

.site-footer {
	background: transparent;
	color: #0b4e86;
}

.site-footer__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	align-items: center;
	gap: 24px;
	min-height: 135px;
	padding: 14px 32px 12px 24px;
	background: #86a8c7;
}

.site-footer__content {
	min-width: 0;
}

.site-footer .footer-widget,
.site-footer .widget,
.site-footer .textwidget {
	margin: 0;
	padding: 0;
}

.site-footer .footer-widget__title {
	display: none;
}

.site-footer__content p {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 26px;
	margin: 0 0 3px;
	color: #0b4e86;
	font-size: 14px;
	line-height: 21px;
}

.site-footer__content p:last-child {
	margin-bottom: 0;
}

.site-footer__content span,
.site-footer__content strong {
	white-space: nowrap;
}

.site-footer__content strong {
	color: #f01818;
	font-weight: 700;
}

.site-footer__qr {
	width: 93px;
	margin: 0;
	padding: 7px 7px 4px;
	background: #fff;
	color: #194f80;
	text-align: center;
}

.site-footer__qr img {
	width: 79px;
	height: 79px;
	margin: 0 auto 2px;
}

.site-footer__qr figcaption {
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
}

.site-footer__bottom {
	min-height: 25px;
	padding: 3px 12px;
	background: #769dbc;
	color: #0b4e86;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	border-top: 0;
}

.site-footer a:hover {
	color: #0b3f70;
}

.floating-contact {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 90;
	display: grid;
	gap: 4px;
	width: 62px;
	transform: translateY(-50%);
}

.floating-contact__item {
	position: relative;
}

.floating-contact__trigger {
	display: grid;
	width: 62px;
	height: 62px;
	padding: 14px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
}

.floating-contact__item--phone .floating-contact__trigger {
	background: #72f436;
}

.floating-contact__item--wechat .floating-contact__trigger {
	background: #ca7089;
}

.floating-contact__trigger img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.floating-contact__trigger:hover,
.floating-contact__trigger:focus-visible {
	filter: brightness(.96);
	outline: 3px solid rgba(14, 65, 156, .28);
	outline-offset: 2px;
}

.floating-contact__popover {
	position: absolute;
	right: 70px;
	top: 50%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
	transform: translate(10px, -50%);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
	pointer-events: none;
}

.floating-contact__popover::after {
	position: absolute;
	top: 50%;
	right: -9px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	transform: translateY(-50%) rotate(45deg);
	content: "";
}

.floating-contact__item:hover .floating-contact__popover,
.floating-contact__item:focus-within .floating-contact__popover {
	visibility: visible;
	opacity: 1;
	transform: translate(0, -50%);
}

.floating-contact__popover--phone {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 272px;
	min-height: 100px;
	padding: 17px 20px;
	border-top: 4px solid #ff5a00;
}

.floating-contact__popover-icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	padding: 9px;
	place-items: center;
	background: #72f436;
}

.floating-contact__popover-icon img {
	width: 24px;
	height: 24px;
}

.floating-contact__phone-copy {
	display: block;
	text-align: center;
}

.floating-contact__phone-copy strong,
.floating-contact__phone-copy small {
	display: block;
}

.floating-contact__phone-copy strong {
	color: #ff5a00;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	white-space: nowrap;
}

.floating-contact__phone-copy small {
	margin-top: 4px;
	color: #b5b5b5;
	font-size: 14px;
	line-height: 1.3;
}

.floating-contact__popover--wechat {
	display: grid;
	width: 198px;
	padding: 18px 20px 14px;
	place-items: center;
}

.floating-contact__popover--wechat > img {
	width: 156px;
	height: 156px;
	object-fit: contain;
}

.floating-contact__popover--wechat strong {
	margin-top: 6px;
	color: #ff5a00;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

/* Inner pages: shared campus banner and first-level layouts. */
.inner-page-banner {
	width: min(1200px, calc(100% - 40px));
	max-width: 1200px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d9eff8;
	background-image: var(--inner-page-banner-image);
	background-repeat: no-repeat;
	background-position: center 54%;
	background-size: cover;
}

.page-detail__content figure,
.article-detail__content figure,
.page-detail__content .wp-block-image,
.article-detail__content .wp-block-image {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.page-detail__content img,
.article-detail__content img,
.page-detail__content .aligncenter,
.article-detail__content .aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.site-main.inner-section-layout,
.site-main.article-page-layout,
.site-main.first-level-full-width {
	padding-top: 28px;
	padding-bottom: 56px;
}

.first-level-full-width {
	display: block;
}

.inner-section-content--full-width {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.page-detail__content--full-width {
	min-height: 280px;
	padding: 26px 18px 38px;
	border: 1px solid #d4d8dc;
	border-top: 0;
}

.inner-section-layout {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	align-items: start;
	gap: 34px;
}

.inner-section-layout--full-width {
	display: block;
}

.inner-section-layout--full-width > .inner-section-content {
	width: 100%;
}

.section-sidebar,
.inner-section-content,
.article-page-main,
.school-honors {
	background: rgba(255, 255, 255, .96);
}

.section-sidebar {
	min-height: 390px;
	padding: 26px 22px 32px;
	border: 1px solid #e2e5e8;
}

.section-sidebar__menu,
.school-honors__menu {
	margin: 0 0 2px;
	color: #e6e6e6;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1;
}

.section-sidebar h1,
.school-honors h2 {
	margin: 16px 0 14px;
	color: #0e419c;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}

.section-sidebar__rule,
.school-honors__rule {
	width: 210px;
	max-width: 100%;
	height: 6px;
	margin-bottom: 20px;
	background: #17429d;
	border-right: 80px solid #86a7f3;
	box-shadow: inset -80px 0 0 #547ee3;
}

.section-sidebar__nav {
	border-top: 1px solid #d6d8db;
}

.section-sidebar__nav a {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	min-height: 42px;
	padding: 7px 10px 7px 2px;
	border-bottom: 1px solid #d6d8db;
	border-left: 4px solid #858d96;
	background: #f2f2f2;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.4;
}

.section-sidebar__nav a:hover,
.section-sidebar__nav a.is-active {
	border-left-color: #17429d;
	background: #e9effb;
	color: #0e419c;
	font-weight: 700;
}

.section-sidebar__nav .dashicons {
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 18px;
}

.inner-section-content {
	min-width: 0;
	padding: 8px 0 28px;
}

.breadcrumbs--inner {
	gap: 5px;
	margin: 0 0 22px;
	padding: 0 8px 10px;
	border-bottom: 1px dotted #c8cdd2;
	color: #4b5563;
	font-size: 14px;
}

.breadcrumbs--inner a:hover {
	color: #0e419c;
}

.profession-groups {
	display: grid;
	gap: 22px;
}

.profession-group {
	border: 1px solid #d4d8dc;
	background: #fff;
}

.profession-group__header,
.inner-list-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	margin: 0;
	padding: 4px 14px;
	background: #2e7ec5;
	color: #fff;
}

.profession-group__header h2,
.inner-list-title h1 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.profession-group__header a {
	font-size: 13px;
	font-weight: 700;
}

.profession-group__list {
	margin: 0;
	padding: 8px 14px 12px 30px;
}

.profession-group__list li {
	margin: 0;
	padding: 5px 0;
	color: #424b57;
}

.profession-group__list a,
.profession-group__list strong,
.profession-group__list span {
	display: block;
}

.profession-group__list a:hover strong {
	color: #0e419c;
}

.profession-group__list strong {
	font-size: 15px;
	font-weight: 600;
}

.profession-group__list span {
	margin-top: 2px;
	color: #687384;
	font-size: 13px;
}

.article-list--inner {
	gap: 0;
	border: 1px solid #d8dde3;
	border-top: 0;
}

.article-list--inner .article-card {
	padding: 14px;
	border: 0;
	border-bottom: 1px dotted #c8cdd2;
	border-radius: 0;
}

.article-list--inner .article-card:last-child {
	border-bottom: 0;
}

.article-list--inner .article-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 4px 0 0;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.page-detail__content {
	min-height: 280px;
	padding: 24px 18px;
	border: 1px solid #d8dde3;
	border-top: 0;
}

/* Article details and the persistent school honors rail. */
.article-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	align-items: start;
	gap: 30px;
}

.article-page-main {
	min-width: 0;
	padding: 8px 0 30px;
}

.article-page-main .article-detail__header {
	margin: 0 0 26px;
	padding: 0 26px 16px;
}

.article-page-main .article-detail__header h1 {
	margin: 0 0 5px;
	font-size: clamp(22px, 2.3vw, 30px);
	line-height: 1.45;
}

.article-page-main .article-meta {
	flex-wrap: wrap;
	gap: 4px 16px;
	font-size: 12px;
}

.article-page-main .article-detail__cover,
.article-page-main .article-detail__content,
.article-page-main .post-navigation {
	margin-right: 26px;
	margin-left: 26px;
}

.article-page-main .article-detail__content {
	color: #252b33;
	font-size: 18px;
	line-height: 2;
}

.article-page-main .article-detail__content p {
	margin: 0 0 16px;
}

.school-honors {
	padding: 10px 14px 22px;
	border: 1px solid #d9dde2;
}

.school-honors h2 {
	margin-top: 3px;
}

.school-honors__rule {
	margin-bottom: 46px;
}

.school-honors__intro {
	margin: 0 10px 22px;
	color: #414b57;
	font-size: 14px;
	line-height: 1.9;
	text-align: justify;
}

.school-honors__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.school-honors__item {
	padding: 4px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.school-honors__item--red {
	background: #f05f61;
}

.school-honors__item--blue {
	background: #45bad4;
}

.school-honors__item--green {
	background: #62c966;
}

.school-honors__item--orange {
	background: #f3aa38;
}

@media (max-width: 1050px) {
	.inner-section-layout {
		grid-template-columns: 260px minmax(0, 1fr);
		gap: 24px;
	}

	.article-page-layout {
		grid-template-columns: minmax(0, 1fr) 310px;
		gap: 22px;
	}

	.home-news-hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-news-hub__guide {
		grid-column: 1 / -1;
		border-top: 1px solid #dce5ea;
	}

	.home-news-hub__guide-media {
		max-width: 480px;
		margin: 0 auto;
	}

	.brand-lockup {
		gap: 14px;
	}

	.brand-lockup__school {
		max-width: 43vw;
	}

	.brand-lockup__admissions-wrap {
		width: 156px;
	}

	.brand-lockup__admissions {
		width: 138px;
	}

	.brand-lockup__sub {
		font-size: 8px;
	}

	.site-search {
		width: 190px;
	}

	.header-search {
		gap: 10px;
	}

	.header-search__code {
		font-size: 14px;
	}

	.header-search__code strong {
		font-size: 17px;
	}
}

@media (max-width: 900px) {
	.inner-page-banner {
		height: 170px;
	}

	.inner-section-layout,
	.article-page-layout {
		grid-template-columns: 1fr;
	}

	.section-sidebar {
		min-height: 0;
	}

	.school-honors {
		margin-top: 6px;
	}

	.branding {
		min-height: 100px;
	}

	.header-search {
		display: none;
	}

	.brand-lockup__school {
		width: 460px;
		max-width: 54vw;
	}

	.brand-lockup__divider {
		height: 50px;
	}

	.brand-lockup__admissions-wrap {
		width: 150px;
		min-height: 62px;
	}

	.brand-lockup__admissions {
		width: 132px;
		margin-top: -16px;
		margin-bottom: -14px;
	}

	.primary-nav__menu > li::after,
	.primary-nav > .shell > .menu > li::after {
		display: none;
	}

	.site-header .primary-nav.is-open,
	.site-header .primary-nav.is-open a {
		height: auto;
		line-height: 1.75;
	}

	.site-header .primary-nav.is-open > .shell {
		height: auto;
	}

	.site-header .primary-nav.is-open a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.site-header .primary-nav .menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
	}

	.site-header .primary-nav .menu-item-has-children > a {
		grid-column: 1;
	}

	.submenu-toggle {
		position: relative;
		grid-column: 2;
		display: grid;
		width: 46px;
		height: 45px;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(255, 255, 255, .25);
		background: transparent;
		place-items: center;
		color: #fff;
		cursor: pointer;
	}

	.submenu-toggle .dashicons {
		width: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 20px;
		transition: transform .16s ease;
	}

	.menu-item-has-children.is-submenu-open > .submenu-toggle .dashicons {
		transform: rotate(180deg);
	}

	.site-header .primary-nav .sub-menu {
		position: static;
		grid-column: 1 / -1;
		display: none;
		min-width: 0;
		max-width: none;
		margin: 0;
		padding: 0 0 5px 18px;
		background: rgba(23, 72, 167, .22);
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
		pointer-events: auto;
	}

	.site-header .primary-nav .menu-item-has-children:hover > .sub-menu,
	.site-header .primary-nav .menu-item-has-children:focus-within > .sub-menu {
		display: none;
	}

	.site-header .primary-nav .menu-item-has-children.is-submenu-open > .sub-menu {
		display: block;
	}

	.site-header .primary-nav .sub-menu a {
		min-height: 40px;
		padding: 9px 14px;
		font-weight: 600;
		line-height: 22px;
	}
}

@media (max-width: 640px) {
	.inner-page-banner {
		width: calc(100% - 28px);
		height: 125px;
	}

	.site-main.inner-section-layout,
	.site-main.article-page-layout {
		padding-top: 18px;
		padding-bottom: 36px;
	}

	.section-sidebar {
		padding: 20px 16px;
	}

	.section-sidebar__menu,
	.school-honors__menu {
		font-size: 40px;
	}

	.section-sidebar h1,
	.school-honors h2 {
		font-size: 24px;
	}

	.article-page-main .article-detail__header,
	.article-page-main .article-detail__cover,
	.article-page-main .article-detail__content,
	.article-page-main .post-navigation {
		margin-right: 14px;
		margin-left: 14px;
	}

	.article-page-main .article-detail__header {
		padding-right: 0;
		padding-left: 0;
	}

	.article-page-main .article-detail__content {
		font-size: 16px;
		line-height: 1.9;
	}

	.floating-contact {
		top: auto;
		right: 10px;
		bottom: 16px;
		display: flex;
		width: auto;
		transform: none;
	}

	.floating-contact__trigger {
		width: 52px;
		height: 52px;
		padding: 12px;
	}

	.floating-contact__trigger img {
		width: 28px;
		height: 28px;
	}

	.floating-contact__popover {
		top: auto;
		right: 0;
		bottom: 62px;
		transform: translateY(10px);
	}

	.floating-contact__item:hover .floating-contact__popover,
	.floating-contact__item:focus-within .floating-contact__popover {
		transform: translateY(0);
	}

	.floating-contact__popover::after {
		top: auto;
		right: 18px;
		bottom: -9px;
		transform: rotate(135deg);
	}

	.floating-contact__popover--phone {
		width: min(272px, calc(100vw - 20px));
	}

	.site-footer__panel {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
	}

	.site-footer__content p {
		display: block;
		margin-bottom: 8px;
	}

	.site-footer__content span,
	.site-footer__content strong {
		display: block;
		white-space: normal;
	}

	.site-footer__qr {
		justify-self: start;
	}

	.home-news-hub {
		grid-template-columns: 1fr;
		width: calc(100% - 28px);
		margin-top: 20px;
	}

	.home-news-hub__column,
	.home-news-hub__guide {
		grid-column: auto;
		border-right: 0;
		border-bottom: 1px solid #dce5ea;
	}

	.home-news-hub__column:last-child {
		border-bottom: 0;
	}

	.home-news-hub__header h2 {
		padding: 0 12px;
	}

	.home-news-hub__tabs,
	.home-news-hub__guide-links {
		gap: 12px;
		padding: 0 10px;
	}

	.home-news-hub__guide-media {
		padding-right: 20px;
		padding-left: 20px;
	}

	.branding {
		min-height: 82px;
	}

	.brand-lockup__school {
		width: min(72vw, 400px);
		max-width: none;
	}

	.brand-lockup__divider,
	.brand-lockup__admissions-wrap {
		display: none;
	}

	.primary-nav {
		border-bottom-width: 2px;
	}
}
