/*
Theme Name: Milton Republicans
Theme URI: https://www.miltonvtrepublicans.org/
Author: Jason H
Company: DigiUB
Description: A custom WordPress theme for Milton VT Republicans with a warm, patriotic, modern civic design. Built with custom plugins for approachable community engagement, news, events, issues, volunteer outreach, and local political communication.
Version: 1.4.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: milton-republicans
*/

:root {
	--navy: #0b3159;
	--navy-soft: #113f6b;
	--red: #bf1f2f;
	--red-dark: #971723;
	--cream: #fffaf1;
	--paper: #fffdf8;
	--tan: #f0e5d3;
	--tan-deep: #d8c7aa;
	--ink: #15243b;
	--soft-blue: #6bbaff0d;
	--muted: #5f6d7c;
	--line: #dfcfb5;
	--shadow: 0 22px 55px rgba(20, 40, 61, .16);
	--soft: 0 10px 24px rgba(20, 40, 61, .08);
	--serif: Georgia, "Times New Roman", serif;
	--sans: Arial, Helvetica, sans-serif;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	background: #e7dfd2;
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.43
}

a {
	text-decoration: none;
	color: inherit
}

img {
	display: block;
	max-width: 100%
}

.site-stage {
	width: min(1456px, calc(100% - 36px));
	margin: 22px auto 36px;
	border-radius: 12px;
	box-shadow: var(--shadow);
	background: var(--paper);
	overflow: hidden
}

.shell-inner {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto
}

.top-ribbon {
	height: 25px;
	background: var(--navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .18em
}

.site-header {
	background: rgba(255, 253, 248, .98);
	border-bottom: 1px solid var(--line);
	position: relative;
	z-index: 10
}

.header-row {
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px
}

.brand {
	display: block;
	min-width: 250px;
	background: url('assets/img/mvr.png') no-repeat;
	height: calc(100% - 10px);
	background-size: contain;
}

.brand-mark {
	width: 43px;
	height: 51px;
	background: var(--navy);
	clip-path: polygon(0 0, 80% 0, 80% 20%, 100% 20%, 100% 100%, 0 100%);
	position: relative;
	display: block
}

.brand-mark:before {
	content: "★";
	position: absolute;
	color: #fff;
	font-size: 16px;
	left: 9px;
	top: 8px
}

.brand-mark:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 20px;
	right: 5px;
	bottom: 7px;
	background: repeating-linear-gradient(180deg, var(--red) 0 5px, #fff 5px 10px);
	transform: skewY(-8deg)
}

.brand-copy {
	line-height: .96;
	text-transform: uppercase
}

.brand-copy b {
	display: block;
	font-family: var(--serif);
	font-size: 23px;
	color: var(--navy);
	letter-spacing: .02em
}

.brand-copy strong {
	display: block;
	font-family: var(--serif);
	font-size: 19px;
	color: var(--red);
	letter-spacing: .03em
}

.brand-copy small {
	display: block;
	margin-top: 5px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	color: #697382
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 23px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--navy)
}

.main-nav a {
	position: relative;
	padding: 10px 0
}

.main-nav .menu-item.current_page_item {
	color: var(--red-dark);
}

.main-nav a.active:after,
.main-nav a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 5px;
	background: var(--red)
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	padding: 13px 19px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 13px;
	line-height: 1;
	cursor: pointer
}

.btn-red {
	background: var(--red);
	color: #fff
}

.btn-red:hover {
	background: var(--red-dark)
}

.btn-navy {
	background: var(--navy);
	color: #fff
}

.btn-outline {
	border: 2px solid currentColor;
	background: transparent
}

.menu-toggle {
	display: none;
	background: none;
	border: 0;
	font-size: 29px;
	color: var(--navy);
	cursor: pointer
}

.mobile-nav {
	display: none;
	padding: 0 0 18px
}

.mobile-nav a {
	display: block;
	border-top: 1px solid #eadcc7;
	padding: 12px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--navy);
	font-weight: 900
}

.mobile-nav .btn {
	margin-top: 12px;
	color: #fff
}

.hero {
	position: relative;
	height: 397px;
	background: #baa17a
}

.hero>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 250, 241, .94) 0%, rgba(255, 250, 241, .77) 32%, rgba(255, 250, 241, .20) 66%, rgba(255, 250, 241, .05) 100%)
}

.hero-content {
	position: relative;
	z-index: 2;
	padding-top: 52px
}

.hero h1 {
	font-family: var(--serif);
	font-size: 70px;
	line-height: .93;
	letter-spacing: -.04em;
	color: var(--navy);
	margin: 0 0 11px
}

.hero p {
	font-size: 18px;
	font-weight: 800;
	color: #223856;
	margin: 0
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 18px;
	flex-wrap: wrap
}

.pinned-outer {
	position: relative;
	z-index: 4;
	margin-top: -64px
}

.pinned-slider {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	background: #fff8ea;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--soft);
	min-height: 180px;
	overflow: hidden
}

.pin-control {
	border: 0;
	background: transparent;
	color: var(--navy);
	font-size: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.pin-control:hover {
	background: rgba(11, 49, 89, .05)
}

.pin-stage {
	position: relative
}

.pin-slide {
	display: none;
	grid-template-columns: minmax(0, 1fr) 51%;
	align-items: center;
	gap: 22px;
	padding: 14px 18px 8px
}

.pin-slide.active {
	display: grid;
	min-height: 100%;
	cursor: pointer
}

.pin-copy {
	cursor: pointer;
}

.pin-copy .eyebrow {
	display: block;
	color: var(--red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 2px
}

.pin-copy h2 {
	font-family: var(--serif);
	font-size: 27px;
	line-height: 1.05;
	color: var(--navy);
	margin: 0 0 6px
}

.pin-copy p {
	margin: 0 0 8px;
	color: #445466;
	font-size: 14px
}

.pin-slide img {
	height: 140px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	border: 1px solid #d8ccb9
}

.dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px
}

.dots button {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: #cbbba5
}

.dots button.active {
	background: var(--red)
}

.text-link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--red);
	letter-spacing: .02em
}

.section {
	padding-top: 18px
}

.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px
}

.section-head h2 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0;
	color: var(--navy);
	font-weight: 900
}

.star {
	color: var(--red)
}

.more-link {
	font-size: 11px;
	text-transform: uppercase;
	color: var(--red);
	font-weight: 900
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.news-card {
	background: #fff;
	border: 1px solid #e1d3bd;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 5px 14px rgba(20, 40, 61, .05)
}

.news-card:hover .news-body {
	background-color: var(--soft-blue);
}

.news-card img {
	width: 100%;
	height: 139px;
	object-fit: cover
}

.news-body {
	padding: 10px 12px 12px;
	position: relative;
}

.news-body time {
	font-size: 10px;
	text-transform: uppercase;
	color: #697686;
	font-weight: 900;
	letter-spacing: .06em
}

.news-body h3 {
	font-family: var(--serif);
	font-size: 16px;
	line-height: 1.12;
	color: var(--navy);
	margin: 7px 0 11px;
}

.news-dek {
	margin: 0 0 10px;
	color: #445466;
	font-size: 13px;
	line-height: 1.3;
}

.quick-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 14px;
	border: 1px solid var(--line);
	border-radius: 7px;
	overflow: hidden;
	background: #fff4e2
}

.quick-card {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 14px;
	padding: 15px 18px;
	border-right: 1px solid var(--line);
	align-items: center
}

.quick-card:hover {
	background-color: var(--cream);
}

.quick-card:last-child {
	border-right: 0
}

.round-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--navy);
	color: #fff;
	font-size: 24px
}

.round-icon.red {
	background: var(--red)
}

.quick-card h3 {
	margin: 0;
	color: var(--navy);
	font-size: 15px;
	line-height: 1.03;
	text-transform: uppercase
}

.quick-card p {
	margin: 4px 0 7px;
	color: #455469;
	font-size: 13px
}

.module-row {
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	gap: 14px;
	margin-top: 14px
}

.panel {
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 7px;
	padding: 14px
}

.home-bottom-grid .panel {
	background: var(--wp--preset--color--white);
}

.priority-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	padding-top: 8px
}

.priority-mini {
	text-align: center;
	border-right: 1px solid #eadcc7;
	padding: 0 10px
}

.priority-mini:last-child {
	border-right: 0
}

.priority-mini i {
	display: block;
	font-style: normal;
	color: var(--navy);
	font-size: 33px;
	line-height: 1
}

.priority-mini h4 {
	margin: 6px 0 4px;
	color: var(--navy);
	font-size: 14px;
	line-height: 1.08
}

.priority-mini p {
	margin: 0;
	color: #5b6878;
	font-size: 12px;
	line-height: 1.28
}

.event-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 5px
}

.event-row {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 11px;
	align-items: start
}

.date-box {
	border: 1px solid var(--line);
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	background: #fff
}

.date-box span {
	display: block;
	background: var(--red);
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 3px 0
}

.date-box b {
	display: block;
	font-size: 24px;
	line-height: 1.05;
	color: var(--navy);
	padding: 5px 0
}

.event-row h4 {
	margin: 0;
	color: var(--navy);
	font-size: 14px
}

.event-row p {
	margin: 3px 0 1px;
	color: #5c6979;
	font-size: 12px;
	line-height: 1.28
}

.mini-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 14px
}

.clean-list {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	columns: 2
}

.clean-list li {
	break-inside: avoid;
	margin: 0 0 8px;
	color: #39495c;
	font-size: 13px
}

.clean-list a:before {
	content: "›";
	color: var(--red);
	font-weight: 900;
	margin-right: 7px
}

.clean-list span {
	display: block;
	margin-left: 17px;
	color: #737f8e;
	font-size: 11px
}

.site-footer {
	margin-top: 19px;
	background: var(--navy);
	color: #fff
}

.footer-grid {
	display: grid;
	grid-template-columns: 190px 1.05fr .95fr 1.15fr;
	gap: 20px;
	align-items: center;
	padding: 17px 0
}

.footer-seal img {
	width: 175px
}

.footer-brand-copy h3 {
	margin: 0 0 6px;
	font-family: var(--serif);
	font-size: 30px;
	line-height: .94;
	text-transform: uppercase
}

.site-footer h4 {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em
}

.site-footer p {
	margin: 0 0 5px;
	color: #dfe8f2;
	font-size: 13px
}

.footer-form {
	display: flex;
	gap: 8px;
	margin: 9px 0
}

.footer-form input {
	flex: 1;
	min-width: 0;
	border: 0;
	border-radius: 3px;
	padding: 12px;
	background: #fff
}

.footer-form button {
	border: 0;
	background: var(--red);
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px
}

.socials {
	display: flex;
	gap: 8px
}

.socials a {
	width: 29px;
	height: 29px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 900
}

.legal {
	border-top: 1px solid rgba(255, 255, 255, .16);
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	padding: 8px 0 9px;
	color: #d7e0ea;
	font-size: 11px
}

.subhero {
	position: relative;
	min-height: 280px;
	background: #bda17b
}

.subhero>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.subhero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 250, 241, .95), rgba(255, 250, 241, .78) 38%, rgba(255, 250, 241, .14) 72%)
}

.subhero.dark:after {
	background: linear-gradient(90deg, rgba(9, 39, 70, .84), rgba(9, 39, 70, .46) 50%, rgba(9, 39, 70, .1))
}

.subhero-content {
	position: relative;
	z-index: 1;
	padding: 33px 0;
}

.breadcrumb {
	font-size: 12px;
	font-weight: 900;
	color: #6a7788
}

.tag {
	display: inline-block;
	margin-top: 12px;
	background: var(--red);
	color: #fff;
	border-radius: 3px;
	padding: 6px 8px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900
}

.subhero h1 {
	margin: 11px 0 8px;
	font-family: var(--serif);
	font-size: 56px;
	line-height: .99;
	color: var(--navy);
	letter-spacing: -.03em
}

.subhero p {
	margin: 0;
	color: #243b58;
	font-size: 18px;
	font-weight: 800;
	max-width: 600px
}

.subhero.dark h1,
.subhero.dark p,
.subhero.dark .breadcrumb {
	color: #fff
}

.meta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: #5f6c7b;
	font-size: 12px;
	font-weight: 900;
	margin-top: 10px
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	padding: 18px 24px
}

.article-copy {
	font-size: 17px;
	color: #243753
}

.article-copy h2,
.article-copy h3 {
	font-family: var(--serif);
	color: var(--navy);
	line-height: 1.05
}

.article-img {
	float: left;
	width: 292px;
	margin: 0 18px 13px 0;
	border-radius: 8px;
	border: 1px solid var(--line)
}

.quote {
	background: #fff4e4;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 16px 18px;
	font-family: var(--serif);
	font-size: 24px;
	color: var(--navy);
	line-height: 1.25;
	margin: 16px 0
}

.quote b {
	display: block;
	margin-top: 8px;
	color: var(--red);
	font-size: 13px;
	font-family: var(--sans)
}

.sidebar {
	display: flex;
	flex-direction: column;
	gap: 14px
}

.side-news {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 10px;
	border-bottom: 1px solid #eadcc7;
	padding: 8px 0
}

.side-news img {
	height: 56px;
	width: 78px;
	object-fit: cover;
	border-radius: 4px
}

.side-news h4 {
	margin: 0;
	color: var(--navy);
	font-size: 13px;
	line-height: 1.14
}

.page-section {
	padding: 18px 24px
}

.issue-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.issue-card {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 12px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 15px
}

.issue-card h3 {
	margin: 0 0 6px;
	font-family: var(--serif);
	font-size: 24px;
	color: var(--navy)
}

.issue-card p {
	margin: 0;
	color: #5d6978
}

.wide-grid {
	display: grid;
	grid-template-columns: 1fr 1fr .72fr;
	gap: 14px;
	margin-top: 14px
}

.callout {
	background: #fff8ed;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 18px
}

.callout h3 {
	font-family: var(--serif);
	font-size: 29px;
	line-height: 1.08;
	color: var(--navy);
	margin: 0 0 8px
}

.cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: linear-gradient(90deg, #0b3159, #164977);
	color: #fff;
	border-radius: 8px;
	padding: 18px 22px;
	margin-top: 14px
}

.cta-band h3 {
	font-family: var(--serif);
	font-size: 30px;
	margin: 0 0 3px
}

.links-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.related-grid,
.volunteer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.way-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px
}

.way-card {
	text-align: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 13px
}

.way-card div {
	font-size: 31px
}

.way-card h3 {
	font-size: 14px;
	color: var(--navy);
	margin: 7px 0 4px
}

.way-card p {
	font-size: 12px;
	color: #5d6978;
	margin: 0
}

.testimonial {
	display: grid;
	grid-template-columns: 1fr 160px;
	gap: 20px;
	align-items: center;
	background: #fff4e4;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 17px;
	margin-top: 14px
}

.testimonial blockquote {
	margin: 0;
	font-family: var(--serif);
	font-size: 25px;
	color: var(--navy);
	line-height: 1.24
}

.testimonial img {
	height: 115px;
	width: 160px;
	object-fit: cover;
	border-radius: 8px
}

.form-layout,
.contact-layout {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 18px;
	padding: 18px 24px
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px
}

.field.full {
	grid-column: 1/-1
}

.field label {
	display: block;
	margin-bottom: 6px;
	color: var(--navy);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px
}

.field input,
.field textarea,
.field select,
.form-control {
	width: 100%;
	padding: 12px;
	border: 1px solid #cbb894;
	border-radius: 4px;
	background: #fff
}

.interest-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px
}

.interest-grid label {
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	color: var(--navy)
}

.interest-grid input {
	display: block;
	margin: 8px auto 0
}

.placeholder {
	min-height: 310px;
	border: 2px dashed #ccb998;
	border-radius: 8px;
	background: #fff;
	display: grid;
	place-items: center;
	text-align: center;
	color: var(--navy);
	padding: 20px
}

.contact-card {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	padding: 14px;
	margin-bottom: 12px
}

.archive-row {
	display: grid;
	grid-template-columns: 155px 1fr 120px;
	gap: 14px;
	align-items: center;
	border-bottom: 1px solid #eadcc7;
	padding: 14px 0
}

.archive-row img {
	height: 92px;
	width: 155px;
	object-fit: cover;
	border-radius: 6px
}

.archive-row h3 {
	font-family: var(--serif);
	color: var(--navy);
	margin: 3px 0 6px;
	font-size: 22px
}

.archive-row p {
	margin: 0;
	color: #5d6978
}

.link-panel {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 18px
}

.link-panel h3 {
	margin: 0 0 8px;
	font-family: var(--serif);
	font-size: 26px;
	color: var(--navy)
}

@media (max-width:1200px) {
	.main-nav {
		gap: 14px
	}

	.news-grid,
	.related-grid,
	.volunteer-grid,
	.links-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.module-row,
	.mini-row,
	.content-layout,
	.form-layout,
	.contact-layout,
	.wide-grid {
		grid-template-columns: 1fr
	}

	.issue-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.way-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.footer-grid {
		grid-template-columns: 170px 1fr 1fr
	}

	.footer-brand-copy {
		grid-column: 2 / 4
	}
}

@media (max-width:940px) {
	.site-stage {
		width: calc(100% - 18px);
		margin: 10px auto 24px
	}

	.shell-inner {
		width: calc(100% - 28px)
	}

	.main-nav,
	.header-actions .btn {
		display: none
	}

	.menu-toggle {
		display: block
	}

	.mobile-nav.open {
		display: block
	}

	.header-row {
		height: 72px
	}

	.hero {
		height: 455px
	}

	.hero:after {
		background: linear-gradient(180deg, rgba(8, 39, 70, .74), rgba(8, 39, 70, .25) 56%, rgba(255, 250, 241, .1))
	}

	.hero-content {
		padding-top: 32px
	}

	.hero h1,
	.hero p {
		color: #fff
	}

	.pinned-outer {
		margin-top: -88px
	}

	.pin-slide {
		grid-template-columns: 1fr
	}

	.pin-slide img {
		height: 140px
	}

	.quick-row {
		grid-template-columns: 1fr
	}

	.quick-card {
		border-right: 0;
		border-bottom: 1px solid var(--line)
	}

	.quick-card:last-child {
		border-bottom: 0
	}

	.priority-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.priority-mini {
		border-right: 0;
		border-bottom: 1px solid #eadcc7;
		text-align: left
	}

	.footer-grid {
		grid-template-columns: 1fr
	}

	.footer-seal img {
		width: 145px
	}

	.footer-brand-copy {
		grid-column: auto
	}

	.article-img {
		float: none;
		width: 100%;
		margin: 0 0 12px
	}

	.subhero h1 {
		font-size: 46px
	}

	.interest-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.archive-row {
		grid-template-columns: 1fr
	}

	.archive-row img {
		height: 180px;
		width: 100%
	}
}

@media (max-width:620px) {
	body {
		font-size: 15px
	}

	.brand {
		min-width: 0
	}

	.brand-copy b {
		font-size: 18px
	}

	.brand-copy strong {
		font-size: 15px
	}

	.brand-copy small {
		font-size: 8px
	}

	.brand-mark {
		width: 34px;
		height: 43px
	}

	.hero {
		height: 420px
	}

	.hero h1 {
		font-size: 44px
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr
	}

	.btn {
		font-size: 12px;
		padding: 12px
	}

	.pinned-slider {
		grid-template-columns: 32px 1fr 32px
	}

	.pin-control {
		font-size: 30px
	}

	.pin-copy h2 {
		font-size: 21px
	}

	.news-grid,
	.related-grid,
	.volunteer-grid,
	.links-grid,
	.issue-grid,
	.way-grid,
	.form-grid,
	.interest-grid {
		grid-template-columns: 1fr
	}

	.news-card {
		display: grid;
		grid-template-columns: 112px 1fr
	}

	.news-card img {
		height: 100%;
		min-height: 116px
	}

	.clean-list {
		columns: 1
	}

	.subhero h1 {
		font-size: 38px
	}

	.footer-form {
		display: grid
	}

	.testimonial {
		grid-template-columns: 1fr
	}

	.testimonial img {
		width: 100%;
		height: 150px
	}

	.cta-band {
		display: block
	}

	.archive-row img {
		height: 160px
	}

	.content-layout,
	.page-section,
	.form-layout,
	.contact-layout {
		padding-left: 14px;
		padding-right: 14px
	}
}

/* Homepage lower module refinement: compact left stack + right event panel */
.home-bottom-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(360px, .96fr);
	gap: 14px;
	margin-top: 14px;
	align-items: stretch;
}

.home-bottom-left {
	min-width: 0;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 14px;
}

.priority-panel {
	min-height: 142px;
	padding: 14px 14px 13px;
}

.priority-panel .priority-row {
	padding-top: 6px;
	align-items: start;
}

.priority-panel .priority-mini {
	padding: 4px 8px;
}

.priority-mini:hover {
	background-color: var(--cream);
	cursor: pointer;
}

.priority-panel .priority-mini i {
	font-size: 29px;
	margin-bottom: 2px;
}

.priority-panel .priority-mini h4 {
	font-size: 13px;
	margin: 4px 0 3px;
}

.priority-panel .priority-mini p {
	font-size: 11px;
	line-height: 1.22;
}

.event-panel {
	height: 100%;
	min-height: 300px;
}

.event-panel .event-list {
	gap: 15px;
	padding-top: 8px;
}

.event-panel .event-row {
	padding-bottom: 3px;
}

.stacked-mini-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	margin-top: 0;
}

.archive-panel,
.links-panel {
	min-height: 150px;
	padding: 13px 14px;
}

.archive-panel .section-head,
.links-panel .section-head {
	margin-bottom: 6px;
}

.archive-panel .clean-list {
	columns: 1;
}

.links-panel .clean-list {
	columns: 2;
	column-gap: 16px;
}

.archive-panel .clean-list li,
.links-panel .clean-list li {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.18;
}

.archive-panel .clean-list span,
.links-panel .clean-list span {
	font-size: 10px;
	line-height: 1.2;
}

.archive-panel .text-link,
.links-panel .text-link {
	display: inline-block;
	margin-top: 2px;
}

@media (max-width:1200px) {
	.home-bottom-grid {
		grid-template-columns: 1fr;
	}

	.event-panel {
		min-height: 0;
	}
}

@media (max-width:940px) {
	.stacked-mini-row {
		grid-template-columns: 1fr;
	}

	.links-panel .clean-list {
		columns: 1;
	}
}

@media (max-width:620px) {
	.priority-panel {
		min-height: 0;
	}

	.archive-panel,
	.links-panel {
		min-height: 0;
	}
}


.brand {
	width: 300px;
	height: calc(100% - 10px);
	min-width: 300px;
	background-position: left center;
}

.quick-card .image-icon {
	background: none;
	width: 52px;
	height: 52px;
	padding: 0;
}

.quick-card .image-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.priority-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.site-footer {
	position: relative;
	overflow: visible;
	background: var(--navy);
}

.site-footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 33px;
	width: min(560px, 42%);
	background: url('assets/img/footer-flag.png') left center / cover no-repeat;
	opacity: .95;
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
	pointer-events: none;
}

.footer-grid {
	position: relative;
	grid-template-columns: 240px 1.02fr .94fr 1.08fr;
	gap: 24px;
	align-items: center;
	padding: 14px 0 12px;
}

.footer-visual {
	position: relative;
	min-height: 84px;
}

.footer-seal {
	position: relative;
	height: 100%;
}

.footer-seal img {
	position: absolute;
	left: 0;
	top: -60px;
	width: 212px;
	max-width: none;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .18));
}

.footer-brand-copy {
	align-self: center;
}

.footer-brand-copy h3 {
	margin: 0 0 7px;
	font-family: var(--serif);
	text-transform: uppercase;
	line-height: .9;
}

.footer-title-top,
.footer-title-bottom {
	display: block;
}

.footer-title-top {
	font-size: 29px;
	letter-spacing: .12em;
}

.footer-title-bottom {
	font-size: 45px;
	letter-spacing: .045em;
}

.footer-brand-copy p {
	max-width: 290px;
	line-height: 1.4;
}

.footer-contact,
.footer-connect {
	position: relative;
	z-index: 1;
}

.footer-form {
	margin: 10px 0 11px;
}

.socials {
	gap: 14px;
	align-items: center;
}

.socials a {
	width: 19px;
	height: 19px;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #fff;
	background: transparent;
}

.socials a svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.footer-grid {
		grid-template-columns: 220px 1fr 1fr;
	}
	.footer-brand-copy {
		grid-column: 2 / 4;
	}
	.footer-connect {
		grid-column: 2 / 4;
	}
}

@media (max-width: 940px) {
	.brand {
		width: 250px;
		min-width: 220px;
		height: 48px;
	}
	.site-footer:before {
		width: 100%;
		bottom: 0;
		opacity: .22;
	}
	.footer-grid {
		grid-template-columns: 1fr;
		padding-top: 76px;
	}
	.footer-visual {
		min-height: 20px;
	}
	.footer-seal img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -74px;
		width: 165px;
	}
	.footer-brand-copy,
	.footer-contact,
	.footer-connect {
		text-align: center;
	}
	.footer-brand-copy p {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-form {
		justify-content: center;
	}
	.socials {
		justify-content: center;
	}
}

@media (max-width: 620px) {
	.brand {
		width: 190px;
		min-width: 160px;
		height: 40px;
	}
	.quick-card .image-icon {
		width: 48px;
		height: 48px;
	}
	.priority-icon {
		margin-left: 0;
	}
	.footer-title-top {
		font-size: 22px;
		letter-spacing: .08em;
	}
	.footer-title-bottom {
		font-size: 34px;
		letter-spacing: .03em;
	}
}


@media (max-width: 512px) {
  .footer-grid {
    display: block;
  }

  .footer-visual {
    box-sizing: border-box;
    min-height: 20px;
    height: 124px;
    padding-top: 36px;
  }

  .footer-connect {
    margin-top: 20px;
  }

  .footer-connect h4 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-form input {
    height: 40px;
    text-align: center;
  }

  .footer-form button {
    height: 40px;
  }

  .footer-brand-copy p {
    max-width: 100%;
  }

  .footer-contact h4 {
    margin-top: 20px;
  }

  .site-footer p {
    margin: 0;
  }
}


/* Events page featured media module */
.events-page-section {
	padding: 18px 24px 8px;
}

.events-feature-layout {
	display: grid;
	grid-template-columns: .84fr 1.16fr;
	gap: 24px;
	align-items: start;
}

.events-left-column,
.events-feature-column {
	min-width: 0;
}

.events-list-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.event-row {
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 14px;
	box-shadow: 0 4px 12px rgba(20, 40, 61, .035);
}

.event-row:hover {
	background-color: var(--cream);
}

.events-list-card .event-row:last-child {
	margin-bottom: 0;
}

.featured-event-card {
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(20, 40, 61, .035);
}

.featured-media-image,
.featured-media-play {
	position: relative;
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	background: #0b3159;
	cursor: pointer;
}

.featured-media-image img,
.featured-media-play img {
	width: 100%;
	height: 228px;
	object-fit: cover;
}

.featured-media-image.is-video-preview:after,
.featured-media-play:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.14));
	pointer-events: none;
}

.play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border: 3px solid rgba(255,255,255,.92);
	border-radius: 50%;
	background: rgba(0,0,0,.38);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 26px;
	line-height: 1;
	padding-left: 4px;
	z-index: 1;
}

.featured-video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #071f3a;
}

.featured-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.featured-event-body {
	padding: 14px 18px 18px;
}

.featured-event-body h3 {
	font-family: var(--serif);
	font-size: 26px;
	line-height: 1.05;
	color: var(--navy);
	margin: 0 0 6px;
}

.featured-event-body p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #42536a;
}

.featured-event-meta {
	font-size: 12px !important;
	color: #536477 !important;
	line-height: 1.45;
}

.more-events-head {
	margin-top: 16px;
}

.featured-event-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 11px;
}

.featured-thumb {
	appearance: none;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fffdf8;
	padding: 0;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 3px 9px rgba(20, 40, 61, .04);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.featured-thumb:hover,
.featured-thumb.active {
	border-color: var(--red);
	box-shadow: 0 7px 15px rgba(20, 40, 61, .08);
	transform: translateY(-1px);
}

.featured-thumb img {
	width: 100%;
	height: 78px;
	object-fit: cover;
}

.featured-thumb span {
	display: block;
	padding: 8px;
}

.featured-thumb b {
	display: block;
	color: var(--navy);
	font-size: 12px;
	line-height: 1.15;
}

.featured-thumb small {
	display: block;
	margin-top: 3px;
	color: #6d7a8a;
	font-size: 10px;
}

.events-signup-strip {
	margin-top: 24px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff4e2;
	padding: 18px 22px;
	display: grid;
	grid-template-columns: 58px 1fr auto;
	gap: 16px;
	align-items: center;
}

.events-signup-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--navy);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 25px;
}

.events-signup-strip h3 {
	font-family: var(--serif);
	font-size: 23px;
	line-height: 1;
	color: var(--navy);
	margin: 0 0 4px;
}

.events-signup-strip p {
	margin: 0;
	color: #42536a;
	font-size: 13px;
}

@media (max-width: 1050px) {
	.events-feature-layout {
		grid-template-columns: 1fr;
	}
	.featured-event-thumbs {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.events-page-section {
		padding: 16px 14px 8px;
	}
	.featured-media-image img,
	.featured-media-play img {
		height: 190px;
	}
	.featured-event-thumbs {
		grid-template-columns: 1fr;
	}
	.featured-thumb {
		display: grid;
		grid-template-columns: 100px 1fr;
	}
	.featured-thumb img {
		height: 100%;
		min-height: 76px;
	}
	.events-signup-strip {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.events-signup-icon {
		margin: 0 auto;
	}
}

/* WordPress conversion refinements */
.admin-note-card {
	background: #fff4e2;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 18px;
	color: var(--ink);
}

.wp-content :where(p, ul, ol) {
	font-size: 16px;
	color: #243753;
}

.wp-content :where(h2, h3, h4) {
	font-family: var(--serif);
	color: var(--navy);
	line-height: 1.08;
}

.page-template-template-issues .issue-card img {
	filter: invert(100%) grayscale(100%) brightness(130%);
}

.news-category {
	display: block;
	margin: -4px 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .06em;
	color: var(--paper);
	position: absolute;
	top: -10px;
	right: 4px;
	text-shadow: 1px 0px 1px var(--navy-soft), -1px 0px 1px var(--navy-soft), 0px 1px 1px var(--navy-soft), 0px -1px 1px var(--navy-soft);
}

.news-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	align-items: start;
}

.news-feature-card {
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 14px rgba(20, 40, 61, .05);
}

.news-feature-card img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}

.news-feature-body {
	padding: 18px;
}

.news-feature-body h2 {
	font-family: var(--serif);
	font-size: 38px;
	line-height: 1;
	color: var(--navy);
	margin: 6px 0 8px;
}

.news-feature-body p {
	margin: 0 0 13px;
	color: #42536a;
}

.news-side-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-side-card {
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(20, 40, 61, .035);
}

.news-side-card img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.news-side-card .news-body h3 {
	min-height: 0;
	font-size: 15px;
}

.news-older-row {
	margin-top: 18px;
}

.news-all-list .archive-row:first-child {
	padding-top: 0;
}

.contact-map-panel img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid var(--line);
}

.contact-map-empty {
	padding: 18px;
	border: 1px dashed var(--line);
	border-radius: 6px;
	color: var(--muted);
	background: #fff;
}

.footer-logo-img,
.header-logo-img {
	max-width: 100%;
	height: auto;
}

.brand.has-custom-logo {
	background: none;
	display: flex;
	align-items: center;
}

.brand.has-custom-logo img {
	max-height: 64px;
	width: auto;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 4px;
}

.search-form input[type="submit"] {
	border: 0;
	border-radius: 4px;
	padding: 12px 16px;
	background: var(--red);
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.news-page-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.news-feature-card img {
		height: 190px;
	}
	.news-feature-body h2 {
		font-size: 28px;
	}
}
.site-footer:before { background-image: var(--milton-footer-flag, url('assets/img/footer-flag.png')); }

/* Milton Republicans v1.0.2 refinements */
.priority-row {
	align-items: stretch;
}
.priority-mini-wrap {
	border-right: 1px solid #eadcc7;
}
.priority-mini-wrap:last-child {
	border-right: 0;
}
.priority-mini {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	text-align: center;
	color: inherit;
}
.priority-mini:hover h4,
.priority-mini:focus h4 {
	text-decoration: underline;
}
.priority-icon {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	margin: 0 auto 5px;
}
.priority-modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(11, 49, 89, .62);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}
.priority-modal-backdrop.open {
	display: flex;
}
.priority-modal-dialog {
	width: min(720px, 100%);
	max-height: min(720px, calc(100vh - 44px));
	background: #fffdf8;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow);
	padding: 24px;
	position: relative;
	overflow: auto;
}
.priority-modal-dialog h2 {
	font-family: var(--serif);
	font-size: 34px;
	line-height: 1.05;
	margin: 0 44px 12px 0;
	color: var(--navy);
}
.priority-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: var(--navy);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}
.priority-modal-body :where(p, ul, ol) {
	font-size: 17px;
	color: #243753;
}
body.milton-modal-open {
	overflow: hidden;
}

.volunteer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	align-items: start;
}
.volunteer-main {
	min-width: 0;
}
.volunteer-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	align-items: stretch;
}
.volunteer-card-grid .issue-card {
	min-height: 150px;
}
.volunteer-intro-copy {
	margin-top: 18px;
	padding: 0 24px;
}
.volunteer-intro-copy p {
	font-size: 21px;
	line-height: 1.35;
	color: var(--navy);
}
.volunteer-intro-copy blockquote {
	max-width: 820px;
	margin: 24px auto 0;
	font-size: 22px;
	line-height: 1.35;
	color: var(--navy);
}
.volunteer-intro-copy blockquote b {
	font-size: 14px;
	color: var(--red);
}
.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.volunteer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.subhero-content {
	max-width: none;
}

.footer-form input[type="email"] {
	font: inherit;
}

@media (max-width: 1100px) {
	.volunteer-layout {
		grid-template-columns: 1fr;
	}
	.volunteer-card-grid {
		grid-template-columns: 1fr;
	}
}
.page-template-template-issues .milton-issue-side-image img {
	filter: none;
}

/* v1.0.4 news/article fidelity and crop-position hardening */
.news-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	padding: 18px 24px;
	align-items: start;
}

.news-article-layout .article-copy {
	min-width: 0;
}

.news-article-layout .related-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-article-layout .sidebar {
	min-width: 0;
}

.milton-news-image,
.news-card img,
.news-side-card img,
.pin-slide img,
.archive-row img {
	object-fit: cover;
}

img.milton-image-focus-top,
.milton-image-focus-top {
	object-position: center top !important;
}

img.milton-image-focus-middle,
.milton-image-focus-middle {
	object-position: center center !important;
}

img.milton-image-focus-bottom,
.milton-image-focus-bottom {
	object-position: center bottom !important;
}

img.milton-image-fit-contain,
.milton-image-fit-contain {
	object-fit: contain !important;
	background-color: var(--navy);
}

img.milton-image-fit-cover,
.milton-image-fit-cover {
	object-fit: cover !important;
}

.volunteer-card-grid > .issue-card {
	display: grid !important;
	grid-template-columns: 52px minmax(0, 1fr) !important;
	gap: 14px;
	align-items: start;
	min-height: 0;
	height: auto;
	padding: 18px;
}

.volunteer-card-grid > .issue-card > .round-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
}

.volunteer-card-grid > .issue-card > div {
	grid-column: 2;
	min-width: 0;
}

.volunteer-card-grid > .issue-card h3 {
	font-size: 27px;
	line-height: 1.05;
	margin: 0 0 9px;
}

.volunteer-card-grid > .issue-card p {
	font-size: 16px;
	line-height: 1.35;
	margin: 0;
}

.page-template-template-volunteer .volunteer-main {
	min-width: 0;
}

@media (max-width: 900px) {
	.news-article-layout {
		grid-template-columns: 1fr;
		padding-left: 14px;
		padding-right: 14px;
	}

	.news-article-layout .related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.news-article-layout .related-grid,
	.volunteer-card-grid {
		grid-template-columns: 1fr;
	}
}


.news-article-layout .news-main-copy {
	min-height: 200px;
}

.news-main-copy .article-image-frame {
	display: none;
}

.news-article-layout .news-more-block {
	clear: both;
	margin-top: 100px;
}

.news-article-layout .news-more-block .section-head {
	margin-bottom: 12px;
}

.article-image-frame {
	float: left;
	width: 292px;
	margin: 0 18px 13px 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff4e4;
}

.article-image-frame .article-img {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.article-image-frame figcaption {
	padding: 8px 12px;
	color: var(--red);
	font-size: 12px;
	font-weight: 900;
}

.news-card img.milton-image-focus-top,
.news-side-card img.milton-image-focus-top,
.archive-row img.milton-image-focus-top,
.article-img.milton-image-focus-top,
.pin-slide img.milton-image-focus-top {
	object-position: center top !important;
}

.news-card img.milton-image-focus-middle,
.news-side-card img.milton-image-focus-middle,
.archive-row img.milton-image-focus-middle,
.article-img.milton-image-focus-middle,
.pin-slide img.milton-image-focus-middle {
	object-position: center center !important;
}

.news-card img.milton-image-focus-bottom,
.news-side-card img.milton-image-focus-bottom,
.archive-row img.milton-image-focus-bottom,
.article-img.milton-image-focus-bottom,
.pin-slide img.milton-image-focus-bottom {
	object-position: center bottom !important;
}

@media (max-width: 640px) {
	.article-image-frame {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.pin-slide {
		padding-bottom: 20px;
	}
	.pin-slide img {
		min-height: 200px;
	}
}

/* Priority Read More links and clickable Issues priority cards */
.priority-issue-card-wrap {
	position: relative;
	height: 100%;
}
button.issue-card {
	appearance: none;
	width: 100%;
	height: 100%;
	font: inherit;
	text-align: left;
	cursor: pointer;
}
.priority-issue-card-wrap.has-read-more .issue-card {
	padding-bottom: 42px;
}
.issue-card-read-more,
.priority-modal-read-more {
	font-weight: 900;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--red);
}
.issue-card-read-more {
	position: absolute;
	right: 15px;
	bottom: 14px;
}
.priority-modal-read-more {
	display: inline-block;
	margin-top: 12px;
}

/* v1.0.8 homepage priority count: 5 wide, 6 when wrapped */
.priority-panel .priority-row .priority-mini-wrap:nth-child(n+6) {
	display: none;
}
.priority-panel .priority-row .priority-mini-wrap:nth-child(5) {
	border-right: 0;
}
@media (max-width: 940px) {
	.priority-panel .priority-row .priority-mini-wrap:nth-child(6) {
		display: block;
	}
	.priority-panel .priority-row .priority-mini-wrap:nth-child(5) {
		border-right: 1px solid #eadcc7;
	}
	.priority-panel .priority-row .priority-mini-wrap:nth-child(2n) {
		border-right: 0;
	}
}
/* v1.1.0 Candidates page */
.page-template-template-candidates .page-section {
	padding: 30px 42px 42px;
}

.candidate-content.wp-content {
	max-width: 1040px;
	margin: 0 auto;
}

.candidate-intro-copy {
	max-width: 900px;
	margin: 0 auto 28px;
	color: var(--navy);
	font-size: 17px;
	line-height: 1.65;
}

.candidates-connect-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1080px;
	margin: 36px auto 0;
	padding: 22px 26px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: linear-gradient(135deg, #fff5df, #fffaf1);
}

.candidates-connect-cta .round-icon {
	flex: 0 0 auto;
}

.candidates-connect-copy {
	flex: 1 1 auto;
}

.candidates-connect-copy h2 {
	margin: 0 0 4px;
	font-family: var(--serif);
	color: var(--navy);
	font-size: 28px;
}

.candidates-connect-copy p {
	margin: 0;
	color: #294663;
}

@media (max-width: 760px) {
	.page-template-template-candidates .page-section {
		padding: 24px 18px 34px;
	}

	.candidate-intro-copy {
		font-size: 16px;
	}

	.candidates-connect-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}
}


.brand {
	width: 220px;
	height: calc(100% - 10px);
	min-width: 220px;
	background-position: left center;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	filter: drop-shadow(2px 1px 2px #403f3fc4);
}

@media (max-width: 1020px) {
	.main-nav {
		font-size: 10px;
	}
}

.priority-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.priority-modal.active {
	display: flex;
}

.priority-modal .priority-modal-backdrop {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(11, 49, 89, .62);
}

.priority-modal .priority-modal-dialog {
	position: relative;
	z-index: 1;
}

body.modal-open {
	overflow: hidden;
}

.shoutout-card-button,
.shoutout-side-button,
.shoutout-archive-button,
.shoutout-center-button {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	width: 100%;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
	overflow: visible;
}

.shoutout-icon-badge,
.shoutout-side-icon,
.shoutout-center-icon,
.shoutout-modal-icon {
	position: absolute;
	left: -18px;
	top: -18px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	pointer-events: none;
}

.shoutout-icon-badge img,
.shoutout-side-icon img,
.shoutout-center-icon img,
.shoutout-modal-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 12px 20px rgba(20, 36, 59, .26));
}

.shoutout-news-card {
	position: relative;
	overflow: visible;
	min-height: 332px;
	padding: 0;
	background: transparent;
}

.shoutout-card-button {
	position: relative;
	display: block;
	min-height: 332px;
}

.shoutout-card-media {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 0;
	overflow: visible;
	background: transparent;
}

.shoutout-card-media img,
.shoutout-archive-media img,
.shoutout-center-visual img,
.milton-shoutout-modal-image {
	display: block;
	border: 2px solid var(--ink, #15243b);
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(20, 36, 59, .24);
	background: #fffdf8;
}

.shoutout-card-media img,
.shoutout-archive-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shoutout-card-media.no-image::before,
.shoutout-archive-media.no-image::before {
	content: '';
	position: absolute;
	inset: 0;
	border: 2px solid var(--ink, #15243b);
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(20, 36, 59, .24);
	background: linear-gradient(135deg, #dbe7f5 0%, #fffaf1 44%, #f4d9c5 100%);
}

.shoutout-card-fade {
	position: absolute;
	inset: 2px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.10) 32%, rgba(16,35,58,.88) 100%);
	pointer-events: none;
}

.shoutout-card-copy {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	min-height: 0;
	padding: 90px 18px 18px;
	pointer-events: none;
}

.shoutout-card-text,
.shoutout-archive-copy p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.32;
	text-shadow: -1px -1px 0 rgba(8,24,40,.72), 1px -1px 0 rgba(8,24,40,.72), -1px 1px 0 rgba(8,24,40,.72), 1px 1px 0 rgba(8,24,40,.72), 0 6px 16px rgba(8,24,40,.48);
	letter-spacing: .01em;
	-webkit-line-clamp: 10;
	max-height: calc(1.32em * 10);
}

.news-side-card.shoutout-side-card {
	padding: 0;
	overflow: visible;
	background: linear-gradient(180deg, #fffdf7 0%, #f7edd9 100%);
}

.shoutout-side-button {
	position: relative;
	display: block;
	padding: 22px 18px 16px 18px;
}

.shoutout-side-icon {
	position: relative;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	margin-bottom: 8px;
}

.shoutout-side-card h3 {
	font-size: 22px;
	line-height: 1.18;
	margin: 6px 0 8px;
}

.center-shoutout-section {
	margin: 24px 0 26px;
}

.shoutout-center-slider {
	position: relative;
	min-height: 342px;
}

.shoutout-center-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .55s ease;
}

.shoutout-center-slide.active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
}

.shoutout-center-button {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(280px, 460px);
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 4vw, 38px);
	min-height: 342px;
	padding: 18px 12px;
}

.shoutout-center-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: min(100%, 320px);
	height: min(230px, 28vw);
	max-width: 320px;
	max-height: 230px;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.shoutout-center-visual img,
.milton-shoutout-modal-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.shoutout-center-copy {
	align-self: center;
	padding: 8px 10px;
	max-width: 460px;
}

.shoutout-center-copy .eyebrow,
.shoutout-tag {
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--red, #bf1f2f);
	margin-bottom: 12px;
}

.shoutout-center-copy blockquote {
	margin: 0;
	color: var(--navy, #0b3159);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 700;
	line-height: 1.18;
	text-wrap: balance;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.18em * 5);
}

.shoutout-center-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	font-weight: 700;
	color: var(--muted, #5f6d7c);
}

.shoutout-center-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
}

.shoutout-center-dots button {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 0;
	background: rgba(11,49,89,.24);
	padding: 0;
	cursor: pointer;
}

.shoutout-center-dots button.active {
	background: var(--red, #bf1f2f);
}

.news-all-list .shoutout-archive-row {
	padding: 0;
	overflow: visible;
}

.shoutout-archive-button {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
	align-items: stretch;
	gap: 0;
}

.shoutout-archive-media {
	position: relative;
	min-height: 248px;
	overflow: visible;
	border-radius: 0;
}

.shoutout-archive-media .shoutout-card-fade {
	border-radius: 12px 0 0 12px;
}

.shoutout-archive-media img,
.shoutout-archive-media.no-image::before {
	border-radius: 12px 0 0 12px;
}

.shoutout-archive-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 24px 26px 22px;
	background: linear-gradient(180deg, #fffef9 0%, #f4ecda 100%);
	border-radius: 0 8px 8px 0;
}

.shoutout-archive-copy time {
	color: var(--muted, #5f6d7c);
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: 12px;
}

.shoutout-archive-copy h3 {
	margin: 0;
	font-size: 32px;
	line-height: 1;
	color: var(--navy, #0b3159);
}

.shoutout-archive-copy p {
	margin: 0;
	color: var(--navy, #0b3159);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	text-shadow: none;
	-webkit-line-clamp: 4;
	max-height: calc(1.4em * 4);
}

.priority-modal.is-shoutout-modal .priority-modal-dialog {
	width: min(980px, calc(100vw - 34px));
	height: min(720px, calc(100vh - 34px));
	max-height: none;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.priority-modal.is-shoutout-modal .priority-modal-content {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.milton-shoutout-modal {
	position: relative;
	height: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

.milton-shoutout-modal-head {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin-bottom: 22px;
	flex: 0 0 auto;
}

.milton-shoutout-modal-image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	max-height: 220px;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.shoutout-modal-icon {
	width: 76px;
	height: 76px;
}

.milton-shoutout-modal-summary h2 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.02;
}

.milton-shoutout-modal-summary p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: var(--muted, #5f6d7c);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.milton-shoutout-modal-body {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow: auto;
	padding-right: 10px;
}

.milton-shoutout-modal-meta {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding-top: 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--muted, #5f6d7c);
}

.shoutout-center-visual.no-image,
.milton-shoutout-modal-image-wrap.no-image {
	border: 2px solid var(--ink, #15243b);
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(20, 36, 59, .24);
	background: linear-gradient(135deg, #dbe7f5 0%, #fffaf1 44%, #f4d9c5 100%);
}

@media (max-width: 1100px) {
	.shoutout-center-button {
		grid-template-columns: minmax(210px, 300px) minmax(280px, 430px);
	}
}

@media (max-width: 900px) {
	.shoutout-center-slider {
		min-height: 0;
	}

	.shoutout-center-button,
	.milton-shoutout-modal-head,
	.shoutout-archive-button {
		display: block;
	}

	.shoutout-center-button {
		min-height: 0;
		text-align: center;
	}

	.shoutout-center-visual,
	.milton-shoutout-modal-image-wrap {
		height: 210px;
		max-height: 210px;
		margin: 0 auto 18px;
	}

	.shoutout-center-copy {
		margin: 0 auto;
	}

	.shoutout-archive-media {
		min-height: 230px;
	}

	.shoutout-archive-media .shoutout-card-fade,
	.shoutout-archive-media img,
	.shoutout-archive-media.no-image::before {
		border-radius: 12px 12px 0 0;
	}

	.shoutout-archive-copy {
		border-radius: 0 0 8px 8px;
	}

	.priority-modal.is-shoutout-modal .priority-modal-dialog {
		height: min(760px, calc(100vh - 34px));
	}
}

@media (min-width: 620px) {
	.pin-slide {
		display: none;
		grid-template-columns: minmax(0, 1fr) minmax(200px, 20%);
		align-items: center;
		gap: 22px;
		padding: 14px 18px 8px;
	}
}
@media (max-width: 640px) {
	.shoutout-news-card,
	.shoutout-card-button {
		min-height: 300px;
	}

	.shoutout-card-copy {
		padding: 82px 16px 16px;
	}

	.shoutout-card-text {
		font-size: 15px;
		-webkit-line-clamp: 8;
		max-height: calc(1.32em * 8);
	}

	.shoutout-center-copy blockquote {
		font-size: clamp(19px, 5vw, 24px);
		-webkit-line-clamp: 5;
	}

	.shoutout-icon-badge,
	.shoutout-center-icon,
	.shoutout-modal-icon {
		width: 74px;
		height: 74px;
		left: -14px;
		top: -14px;
	}

	.milton-shoutout-modal-meta {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

/* v1.2.2 targeted shout-out/news layout refinements */
.home-news-grid {
	align-items: start;
}

.home-news-grid > .news-card {
	align-self: start;
}

.home-news-grid > .news-card:nth-child(n+5) {
	display: none;
}

@media (min-width: 1240px) {
	.home-news-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.home-news-grid > .news-card:nth-child(n+5) {
		display: flex;
	}

	.home-news-grid .news-body h3 {
		font-size: 15px;
	}
}

.shoutout-icon-badge,
.shoutout-side-icon,
.shoutout-center-icon,
.shoutout-modal-icon {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	left: -28px;
	top: -28px;
}

.shoutout-icon-badge img,
.shoutout-side-icon img,
.shoutout-center-icon img,
.shoutout-modal-icon img {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	filter: drop-shadow(3px 4px 5px rgba(20, 36, 59, .38));
}

.shoutout-card-media img,
.shoutout-archive-media img,
.milton-shoutout-modal-image,
.shoutout-card-media.no-image::before,
.shoutout-archive-media.no-image::before,
.milton-shoutout-modal-image-wrap.no-image {
	box-shadow: none;
}

.shoutout-center-visual img,
.shoutout-center-visual.no-image {
	box-shadow: 3px 3px 6px rgba(20, 36, 59, 0.36);
}

.shoutout-news-card {
	box-shadow: none;
}

.shoutout-card-copy {
	padding: 70px 18px 18px;
}

.shoutout-card-text {
	-webkit-line-clamp: 10;
	max-height: calc(1.32em * 10);
}

.shoutout-card-media,
.shoutout-center-visual {
	overflow: visible;
}

@media (max-width: 640px) {
	.shoutout-icon-badge,
	.shoutout-center-icon,
	.shoutout-modal-icon {
		left: -22px;
		top: -22px;
	}

	.shoutout-card-copy {
		padding-top: 66px;
	}
}


/* v1.2.3 tight shout-out card alignment fixes */
.home-news-grid {
	align-items: stretch;
}

.home-news-grid > .news-card {
	height: 304px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.home-news-grid > .news-card:not(.shoutout-news-card) {
	overflow: hidden;
}

.home-news-grid > .news-card:not(.shoutout-news-card) > a {
	flex: 0 0 auto;
}

.home-news-grid > .news-card:not(.shoutout-news-card) .news-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.home-news-grid > .news-card:not(.shoutout-news-card) .news-body h3,
.home-news-grid > .news-card:not(.shoutout-news-card) .news-dek {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-news-grid > .news-card:not(.shoutout-news-card) .news-body h3 {
	-webkit-line-clamp: 2;
}

.home-news-grid > .news-card:not(.shoutout-news-card) .news-dek {
	-webkit-line-clamp: 2;
}

.home-news-grid > .news-card:not(.shoutout-news-card) .news-body .text-link {
	margin-top: auto;
}

.home-news-grid > .shoutout-news-card {
	position: relative;
	height: 304px;
	min-height: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e1d3bd;
	border-radius: 6px;
	overflow: visible;
	box-shadow: 0 5px 14px rgba(20, 40, 61, .05);
}

.home-news-grid > .shoutout-news-card .shoutout-card-button {
	position: relative;
	display: block;
	height: 100%;
	min-height: 0;
	border-radius: 6px;
	overflow: visible;
}

.home-news-grid > .shoutout-news-card .shoutout-card-media {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(135deg, #dbe7f5 0%, #fffaf1 44%, #f4d9c5 100%);
}

.home-news-grid > .shoutout-news-card .shoutout-card-media img,
.home-news-grid > .shoutout-news-card .shoutout-card-media.no-image::before {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	object-fit: cover;
	background: transparent;
}

.home-news-grid > .shoutout-news-card .shoutout-card-fade {
	position: absolute;
	inset: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 33%, rgba(16,35,58,.76) 100%);
	pointer-events: none;
}

.home-news-grid > .shoutout-news-card .shoutout-card-copy {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 14px 16px;
	text-align: center;
	pointer-events: none;
}

.home-news-grid > .shoutout-news-card .shoutout-card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	max-height: calc(1.16em * 9);
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: clamp(15px, 1.25vw, 20px);
	font-weight: 900;
	line-height: 1.16;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(8,24,40,.78), 1px -1px 0 rgba(8,24,40,.78), -1px 1px 0 rgba(8,24,40,.78), 1px 1px 0 rgba(8,24,40,.78), 0 5px 14px rgba(8,24,40,.42);
}

.home-news-grid > .shoutout-news-card .shoutout-icon-badge {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	left: -32px;
	top: -59px;
	width: 127px;
	height: 127px;
}

.shoutout-icon-badge,
.shoutout-side-icon,
.shoutout-modal-icon {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.shoutout-icon-badge img,
.shoutout-side-icon img,
.shoutout-modal-icon img {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	filter: drop-shadow(3px 4px 5px rgba(20, 36, 59, .38));
}

.shoutout-center-visual .shoutout-center-icon {
	display: none !important;
}

.shoutout-center-copy .eyebrow {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.priority-modal {
	z-index: 1000000;
}

.priority-modal .priority-modal-backdrop {
	z-index: 0;
}

.priority-modal .priority-modal-dialog {
	z-index: 2;
}

.priority-modal-close {
	z-index: 10;
	pointer-events: auto;
}

.priority-modal.is-shoutout-modal .priority-modal-content {
	position: relative;
	z-index: 1;
}

.priority-modal.is-shoutout-modal .milton-shoutout-modal-summary h2 {
	margin-right: 44px;
}

@media (max-width: 640px) {
	.home-news-grid > .news-card,
	.home-news-grid > .shoutout-news-card {
		height: 304px;
	}

	.home-news-grid > .shoutout-news-card .shoutout-icon-badge {
		left: -25px;
		top: -48px;
		width: 112px;
		height: 112px;
	}
}


/* v1.2.4 shout-out modal refinements */
.priority-modal.is-shoutout-modal .priority-modal-dialog {
	width: min(980px, calc(100vw - 34px));
	height: auto;
	max-height: min(720px, calc(100vh - 34px));
	overflow: hidden;
	display: block;
}

.priority-modal.is-shoutout-modal .priority-modal-content {
	height: auto;
	max-height: calc(min(720px, calc(100vh - 34px)) - 2px);
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 49, 89, .32) transparent;
}

.priority-modal.is-shoutout-modal .priority-modal-content::-webkit-scrollbar {
	width: 8px;
}

.priority-modal.is-shoutout-modal .priority-modal-content::-webkit-scrollbar-track {
	background: transparent;
}

.priority-modal.is-shoutout-modal .priority-modal-content::-webkit-scrollbar-thumb {
	background: rgba(11, 49, 89, .28);
	border-radius: 999px;
}

.milton-shoutout-modal {
	display: block;
	height: auto;
	min-height: 0;
	padding: 0 0 4px;
}

.milton-shoutout-modal-titlebar {
	padding: 0 48px 16px 0;
}

.milton-shoutout-modal-titlebar h2 {
	margin: 0;
	color: var(--navy, #0b3159);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.02;
	text-align: center;
}

.milton-shoutout-modal-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-top: 12px;
}

.milton-shoutout-modal-tags span {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(11, 49, 89, .18);
	border-radius: 999px;
	background: var(--cream, #f7eddb);
	color: var(--navy, #0b3159);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	padding: 7px 10px;
	text-transform: uppercase;
}

.milton-shoutout-modal-body {
	display: block;
	min-height: 0;
	max-height: none;
	overflow: visible;
	padding: 0;
	font-size: 18px;
	line-height: 1.55;
}

.milton-shoutout-modal-image-wrap {
	float: left;
	position: relative;
	display: block;
	width: min(32vw, 250px);
	height: 220px;
	max-height: none;
	margin: 0 28px 18px 0;
	border-radius: 10px;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.milton-shoutout-modal-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: 1px solid var(--ink, #15243b);
	border-radius: 10px;
	box-shadow: 5px 10px 12px rgba(20, 36, 59, .24);
	background: #fffdf8;
}

.shoutout-modal-icon {
	left: -42px;
	top: -54px;
	width: 120px;
	height: 120px;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.milton-shoutout-modal-body::after {
	content: "";
	display: table;
	clear: both;
}

.milton-shoutout-modal-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 5px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-align: right;
	text-transform: uppercase;
	color: var(--muted, #5f6d7c);
}

.milton-shoutout-modal-categories {
	font-size: 10px;
	letter-spacing: .12em;
	color: var(--red, #bf1f2f);
}

.milton-shoutout-modal-dateby {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

@media (max-width: 720px) {
	.milton-shoutout-modal-titlebar {
		padding-right: 42px;
	}

	.milton-shoutout-modal-titlebar h2 {
		font-size: clamp(28px, 8vw, 38px);
	}

	.milton-shoutout-modal-image-wrap {
		float: none;
		width: min(100%, 280px);
		height: 220px;
		margin: 0 auto 20px;
	}

	.shoutout-modal-icon {
		left: -36px;
		top: -48px;
		width: 104px;
		height: 104px;
	}

	.milton-shoutout-modal-meta,
	.milton-shoutout-modal-dateby {
		align-items: flex-end;
		flex-wrap: wrap;
	}
}

/* v1.2.5 shout-out modal layout: title fixed, content scrolls only below title */
.priority-modal.is-shoutout-modal .priority-modal-dialog {
	width: min(980px, calc(100vw - 34px));
	height: auto;
	max-height: min(720px, calc(100vh - 34px));
	overflow: hidden;
}

.priority-modal.is-shoutout-modal .priority-modal-content {
	height: auto;
	max-height: none;
	overflow: visible;
	padding: 28px 30px 26px;
}

.priority-modal-close {
	z-index: 10;
}

.milton-shoutout-modal {
	display: flex;
	flex-direction: column;
	height: auto;
	max-height: calc(min(720px, calc(100vh - 34px)) - 56px);
	min-height: 0;
	padding: 0;
}

.milton-shoutout-modal-titlebar {
	position: relative;
	flex: 0 0 auto;
	min-height: 106px;
	padding: 0 56px 16px 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.milton-shoutout-modal-titlebar h2 {
	margin: 0;
	color: var(--navy, #0b3159);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.02;
	text-align: center;
	text-wrap: balance;
}

.milton-shoutout-modal-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-top: 12px;
}

.milton-shoutout-modal-tags span {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(11, 49, 89, .18);
	border-radius: 999px;
	background: var(--cream, #f7eddb);
	color: var(--navy, #0b3159);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	padding: 7px 10px;
	text-transform: uppercase;
}

.milton-shoutout-modal-scroll {
	flex: 1 1 auto;
	min-height: 0;
	max-height: calc(min(720px, calc(100vh - 34px)) - 178px);
	overflow: auto;
	padding: 0 6px 0 0;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 49, 89, .32) transparent;
}

.milton-shoutout-modal-scroll::-webkit-scrollbar {
	width: 8px;
}

.milton-shoutout-modal-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.milton-shoutout-modal-scroll::-webkit-scrollbar-thumb {
	background: rgba(11, 49, 89, .28);
	border-radius: 999px;
}

.milton-shoutout-modal-body {
	display: block;
	min-height: 0;
	max-height: none;
	overflow: visible;
	padding: 0;
	font-size: 18px;
	line-height: 1.55;
}

.milton-shoutout-modal-image-wrap {
	float: left;
	position: relative;
	display: block;
	width: min(32vw, 250px);
	height: 220px;
	margin: 0 28px 18px 0;
	border-radius: 10px;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.milton-shoutout-modal-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: 1px solid var(--ink, #15243b);
	border-radius: 10px;
	box-shadow: 5px 10px 12px rgba(20, 36, 59, .24);
	background: #fffdf8;
}

.shoutout-modal-icon {
	position: absolute;
	left: 14px;
	top: -12px;
	width: 120px;
	height: 120px;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	z-index: 3;
}

.shoutout-modal-icon img {
	filter: drop-shadow(5px 8px 8px rgba(20, 36, 59, .26));
}

.milton-shoutout-modal-body::after {
	content: "";
	display: table;
	clear: both;
}

.milton-shoutout-modal-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 5px;
	padding-top: 16px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-align: right;
	text-transform: uppercase;
	color: var(--muted, #5f6d7c);
}

.milton-shoutout-modal-categories {
	font-size: 10px;
	letter-spacing: .12em;
	color: var(--red, #bf1f2f);
}

.milton-shoutout-modal-dateby {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

@media (max-width: 720px) {
	.priority-modal.is-shoutout-modal .priority-modal-content {
		padding: 24px 22px 22px;
	}

	.milton-shoutout-modal {
		max-height: calc(min(720px, calc(100vh - 34px)) - 46px);
	}

	.milton-shoutout-modal-titlebar {
		min-height: 92px;
		padding: 6px 44px 16px 88px;
	}

	.milton-shoutout-modal-titlebar h2 {
		font-size: clamp(28px, 8vw, 38px);
	}

	.shoutout-modal-icon {
		left: -2px;
		top: -8px;
		width: 92px;
		height: 92px;
	}

	.milton-shoutout-modal-scroll {
		max-height: calc(min(720px, calc(100vh - 34px)) - 150px);
	}

	.milton-shoutout-modal-image-wrap {
		float: none;
		width: min(100%, 280px);
		height: 220px;
		margin: 0 auto 20px;
	}

	.milton-shoutout-modal-meta,
	.milton-shoutout-modal-dateby {
		align-items: flex-end;
		flex-wrap: wrap;
	}
}


/* v1.2.6: keep shout-out cards consistent in news sidebars and related rows */
.news-side-list .shoutout-news-card,
.news-article-layout .related-grid .shoutout-news-card {
	position: relative;
	height: 304px;
	min-height: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e1d3bd;
	border-radius: 6px;
	overflow: visible;
	box-shadow: 0 5px 14px rgba(20, 40, 61, .05);
}

.news-side-list .shoutout-news-card .shoutout-card-button,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-button {
	position: relative;
	display: block;
	height: 100%;
	min-height: 0;
	border-radius: 6px;
	overflow: visible;
}

.news-side-list .shoutout-news-card .shoutout-card-media,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-media {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(135deg, #dbe7f5 0%, #fffaf1 44%, #f4d9c5 100%);
}

.news-side-list .shoutout-news-card .shoutout-card-media img,
.news-side-list .shoutout-news-card .shoutout-card-media.no-image::before,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-media img,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-media.no-image::before {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	object-fit: cover;
	background: transparent;
}

.news-side-list .shoutout-news-card .shoutout-card-fade,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-fade {
	position: absolute;
	inset: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 33%, rgba(16,35,58,.76) 100%);
	pointer-events: none;
}

.news-side-list .shoutout-news-card .shoutout-card-copy,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-copy {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 14px 16px;
	text-align: center;
	pointer-events: none;
}

.news-side-list .shoutout-news-card .shoutout-card-text,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	max-height: calc(1.16em * 9);
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: clamp(15px, 1.25vw, 20px);
	font-weight: 900;
	line-height: 1.16;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(8,24,40,.78), 1px -1px 0 rgba(8,24,40,.78), -1px 1px 0 rgba(8,24,40,.78), 1px 1px 0 rgba(8,24,40,.78), 0 5px 14px rgba(8,24,40,.42);
}

.news-side-list .shoutout-news-card .shoutout-icon-badge,
.news-article-layout .related-grid .shoutout-news-card .shoutout-icon-badge {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	left: -32px;
	top: -59px;
	width: 127px;
	height: 127px;
}

.news-side-list .shoutout-news-card .shoutout-icon-badge img,
.news-article-layout .related-grid .shoutout-news-card .shoutout-icon-badge img {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	filter: drop-shadow(3px 4px 5px rgba(20, 36, 59, .38));
}

.news-article-layout .related-grid .shoutout-news-card .shoutout-icon-badge {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	left: -32px;
	top: -59px;
	width: 127px;
	height: 127px;
}

.news-side-list .shoutout-news-card .shoutout-icon-badge {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	left: -25px;
	top: -25px;
	width: 96px;
	height: 96px;
}


/* v1.3.0 targeted event/news refinements */
.news-side-list .shoutout-news-card {
	height: 242px;
}

.news-side-list .shoutout-news-card .shoutout-card-text {
	-webkit-line-clamp: 7;
	max-height: calc(1.16em * 7);
	font-size: clamp(14px, 1.05vw, 17px);
}

.news-article-layout > .news-more-block {
	grid-column: 1;
}

@media (max-width: 900px) {
	.news-article-layout .sidebar .news-side-list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 260px));
		justify-content: start;
		align-items: start;
		gap: 12px;
	}

	.news-article-layout .sidebar .news-side-card {
		width: 100%;
		max-width: 260px;
	}

	.news-article-layout .sidebar .shoutout-news-card {
		height: 242px;
	}
}

@media (max-width: 560px) {
	.news-article-layout .sidebar .news-side-list {
		grid-template-columns: minmax(0, min(260px, 100%));
	}
}


/* v1.3.1 news sidebar polish */
.news-side-card {
	background: #fff;
}

.news-side-card .news-category {
	display: block;
	margin: 0 0 11px;
}

@media (max-width: 900px) {
	.news-article-layout .sidebar .news-side-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.news-article-layout .sidebar .news-side-card {
		max-width: none;
		width: 100%;
	}

	.news-article-layout .sidebar .news-side-card img {
		height: 139px;
	}

	.news-article-layout .sidebar .news-side-card .news-body h3 {
		min-height: 55px;
		font-size: 16px;
		line-height: 1.12;
	}

	.news-article-layout .sidebar .shoutout-news-card {
		height: 304px;
	}
}

@media (max-width: 560px) {
	.news-article-layout .sidebar .news-side-list {
		grid-template-columns: 1fr;
	}
}


/* v1.3.2 shout-out text autofit + sidebar image scale */
.news-article-layout .sidebar .news-side-card .shoutout-card-media img {
	height: 100%;
}

.home-news-grid > .shoutout-news-card .shoutout-card-text,
.news-side-list .shoutout-news-card .shoutout-card-text,
.news-article-layout .related-grid .shoutout-news-card .shoutout-card-text {
	font-size: var(--milton-shoutout-fit-size, 17px) !important;
	line-height: 1.16;
}


@media (max-width: 940px) {
	.mobile-nav,
	.mobile-nav li {
		list-style: none;
		text-align: center;
	}

	.mobile-nav li::marker {
		content: "";
	}

	.mobile-nav a {
		text-align: center;
	}

	.mobile-nav .btn {
		display: flex;
		width: min(78%, 320px);
		margin: 14px auto 0;
		justify-content: center;
	}
}

/* v1.4.1: match article "More News" cards to the homepage Recent News flex layout */
.news-article-layout .related-grid {
	align-items: stretch;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) {
	height: 304px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	overflow: hidden;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) > a {
	flex: 0 0 auto;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) img {
	width: 100%;
	height: 139px;
	min-height: 0;
	object-fit: cover;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-body h3,
.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-dek {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-body h3 {
	-webkit-line-clamp: 2;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-dek {
	-webkit-line-clamp: 3;
}

.news-article-layout .related-grid > .news-card:not(.shoutout-news-card) .news-body .text-link {
	margin-top: auto;
}

