/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 14:04:02 */
:root {
	--dark-green: #1D642A;
	--lime-green: #D1F843;
	
	--white: #ffffff;
	--black: #000000;
	
	--grey: #C2C3C5;
}

/* ************************
 * Utility Classes
 * ************************ */
.mw-450 {
	max-width: 450px !important;
}

.mw-500 {
	max-width: 500px !important;
}

.mw-550 {
	max-width: 550px !important;
}

.mw-800 {
	max-width: 800px !important;
}

.mw-1000 {
	max-width: 1000px !important;
}

.no-margin {
	margin: 0 !important;
}

.wp-block .mw-450,
.wp-block .mw-500,
.wp-block .mw-550,
.wp-block .mw-800,
.wp-block .mw-1000 { margin-left: 0; }

.round-edges,
.rounded-edges,
.round-edge,
.round-edges img,
.rounded-edges img,
.round-edge img {
	border-radius: 10px;
}

.no-round-edges,
.no-rounded-edges,
.no-round-edge,
.no-round-edges img,
.no-rounded-edges img,
.no-round-edge img {
	border-radius: 0 !important;
}

.less-margin,
.reduced-margin,
.reduced-margin p,
.reduced-margin li, 
.reduced-margin h1,
.reduced-margin h2, 
.reduced-margin h3,
.reduced-margin h4, 
.reduced-margin h5,
.reduced-margin h6, 
.less-margin p,
.less-margin li, 
.less-margin h1,
.less-margin h2, 
.less-margin h3,
.less-margin h4, 
.less-margin h5,
.less-margin h6 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

@media only screen and (max-width:781px) { 
	.hide-mobile {
		display: none !important;
	}
}

/* ************************
 * Overrides
 * ************************ */
.wp-block[data-align="full"] { /* Remove margins on full width items in block editor */
	margin: 0;
}

@media only screen and (min-width:782px) {
	.page-template-default.page.hide-page-title .entry-content { /* Add top padding to default PAGE template */
		padding-top: 18px;
	}

	.page-template-default.page.hide-page-title #secondary {
		padding-top: 38px;
	}
}

@media only screen and (min-width:782px) { /* Makes the align wide on one-col content match width of header (1200px) */
	.page-template-single-feature .entry .entry-content>.alignwide, 
	.page-template-single-feature .newspack-content-gate__inline-gate>.alignwide, 
	.page-template-single-feature [id=pico]>.alignwide, 
	.post-template-single-feature .entry .entry-content>.alignwide, 
	.post-template-single-feature .newspack-content-gate__inline-gate>.alignwide, 
	.post-template-single-feature [id=pico]>.alignwide,
	.post-template-single-feature .entry .entry-content>.alignwide .wp-element-caption {

		width: 100vw;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (min-width:782px) {
	.h-sb .featured-image-beside {
		background: var(--black);
	}
}


/* ************************
 * Typography
 * ************************ */
/* Paragraphs */
p, 
li:not(.wp-social-link),
.wp-block-post-content p,
.wp-block-post-content li {
	font-size: 16px;
	line-height: 150%;
}

.wp-block-paragraph.has-small-font-size  {
	margin: 10px 0;
	font-size: 14px !important;
}

.wp-block-paragraph.has-normal-font-size,
.wp-block-list.has-normal-font-size li,
.has-normal-font-size {
	font-size: 18px !important;
}

.wp-block-list.has-normal-font-size {
	padding-left: 26px;
}

/* Headings and Content Loop Typescale */
.entry-title,
.page-title {
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	line-height: 109%;
	letter-spacing: -0.03em;
}

.author-job-title {
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
}

.wp-block-heading {
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	letter-spacing: -3%;
	line-height: 109%;
}

.wp-block-heading.has-large-font-size {
	font-size: 34px !important;
}

h1.wp-block-heading,
.wpnbha.ts-5 article .entry-title,
.wpnbha.ts-6 article .entry-title,
.wpnbha.ts-7 article .entry-title,
.wpnbha.ts-8 article .entry-title,
.wpnbha.ts-9 article .entry-title,
.wpnbha.ts-10 article .entry-title {
	font-size: 40px;
	line-height: 109%;
	letter-spacing: -4%;
}

h2.wp-block-heading,
.wpnbha.ts-4 article .entry-title {
	font-size: 28px;
	line-height: 109%;
	letter-spacing: -0.03em;
}

h2.wp-block-heading.has-large-font-size { /* h2 Large override */
	font-size: 34px !important;
	line-height: 100% !important;
	letter-spacing: 0 !important;
}

h3.wp-block-heading,
.wpnbha.ts-3 article .entry-title {
	font-size: 24px;
	line-height: 112%;
	letter-spacing: -0.03em;
}

h4.wp-block-heading,
.wpnbha.ts-2 article .entry-title,
.wpnbha.ts-1 article .entry-title {
	font-size: 18px;
	line-height: 112%;
	letter-spacing: -0.02em;
}

h5.wp-block-heading {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.03em;
}

h6 {
	font-size: 14px;
}

@media only screen and (min-width:782px) {
	h1.wp-block-heading  { font-size: 48px; }
	.wpnbha.ts-5 article .entry-title,
	.wpnbha.ts-6 article .entry-title { font-size: 48px !important; }
	
	h2.wp-block-heading.has-large-font-size { /* h2 large override */
		font-size: 40px !important;
		line-height: 100%;
		letter-spacing: 0;
	}
	
	h2.wp-block-heading { font-size: 32px; }
	.wpnbha.ts-4 article .entry-title { font-size: 32px !important; }
	
	h3.wp-block-heading { font-size: 28px; }
	.wpnbha.ts-3 article .entry-title { font-size: 28px !important; }
	
	h4.wp-block-heading { font-size: 20px; }
	.wpnbha.ts-2 article .entry-title { font-size: 20px !important; }
}


/* Substack Icon */
.social-substack a {
	width: 24px;
	height: 24px;
	background-image: url('https://fpinews.newspackstaging.com/wp-content/uploads/2026/06/icon-sub-stack.svg') !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.social-substack.white a {
	background-image: url('https://fpinews.newspackstaging.com/wp-content/uploads/2026/06/icon-sub-stack-white.svg') !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

:not(#wpbody-content) .social-substack svg {
	display: none;
}

.wp-block-social-links.has-large-icon-size .social-substack a {
	width: 36px;
	height: 36px;
}

/* Margins on mobile */
@media only screen and (max-width:781px) {
	.wp-block-group .wp-block-group__inner-container>* {
		margin-top: 16px;
		margin-bottom: 16px;
	}	
}



/* Typography Classes */
.highlighted-headline.sm .article-section-title,
.highlighted-headline.small .article-section-title,
.underlined.small .article-section-title,
.underlined.sm .article-section-title,
.wp-block-heading.highlighted-headline.sm,
.wp-block-heading.underlined.sm,
.wp-block-heading.underlined.small {
	text-decoration: underline;
	text-decoration-thickness: 6px;
	text-decoration-color: var(--lime-green);
	text-underline-offset: 8px;
}

.highlighted-headline .article-section-title,
.underlined .article-section-title,
.wp-block-heading.highlighted-headline,
.wp-block-heading.underlined {
	text-decoration: underline;
	text-decoration-thickness: 11px;
	text-decoration-color: var(--lime-green);
	text-underline-offset: 10px;
}

@media only screen and (max-width:781px) {
	.highlighted-headline .article-section-title,
	.underlined .article-section-title,
	.wp-block-heading.highlighted-headline,
	.wp-block-heading.underlined {
		text-decoration: underline;
		text-decoration-thickness: 6px;
		text-decoration-color: var(--lime-green);
		text-underline-offset: 8px;
	}
}

/* Btn */
.wp-block-button__link {
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	letter-spacing: -3%;
}

/* ************************
 * Blocks
 * ************************ */
/************** Newseltter Block */
.newspack-newsletters-subscribe button[type=submit] {
	border-radius: 100px;
	
	font-size: 18px;

	line-height: 100%; /* 16px */
	letter-spacing: -0.48px;
	
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	padding: 10px 32px 12px 32px;
}

.newspack-newsletters-subscribe input[type=email] {
	border-radius: 100px;
	padding: 2px 15px 4px 15px;
	font-size: 16px !important;
}

.newspack-newsletters-subscribe label {
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	font-size: 14px !important;
	
	line-height: 26px;
}

.transparent-newsletter .newspack-newsletters-lists {
	background: transparent !important;
	padding: 0 !important;
}

.transparent-newsletter .newspack-newsletters-lists li {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	margin-left: 0 !important;
}


/************** Content Loop */
/* Content Loop Heading/Body */
.wp-block-newspack-blocks-homepage-articles p {
	margin-bottom: 14px !important;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: 0%;
}

/* Content Loop Section Header */
.wpnbha .article-section-title {
	font-size: 24px !important;
	
	text-transform: none !important;
	line-height: 120%;
	color: var(--black);
	border-bottom: none;
	
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
}

/* Content Loop Section Header */
.highlighted-headline .article-section-title,
.underlined .article-section-title { /* Large font size declared in CMS */
		font-size: 34px !important;
}

.highlighted-headline.sm .article-section-title,
.highlighted-headline.small .article-section-title,
.underlined.sm .article-section-title,
.underlined.small .article-section-title { /* Large font size declared in CMS */
		font-size: 24px !important;
}

@media only screen and (min-width:782px) {
	.highlighted-headline .article-section-title,
	.underlined .article-section-title { /* Large font size declared in CMS */
		font-size: 40px !important;
	}
	
	.highlighted-headline.sm .article-section-title,
	.highlighted-headline.small .article-section-title,
	.underlined.sm .article-section-title,
	.underlined.small .article-section-title { /* Large font size declared in CMS */
			font-size: 28px !important;
	}
}

.wpnbha article .cat-links { /* cateogry links in content loop */
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	font-size: 14px;
	text-transform: uppercase;
}

/* Content Loop Image */
.wp-block-newspack-blocks-homepage-articles.is-landscape:not(.image-alignleft) .post-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	
	padding-top: 64%;
	
	border-radius: 10px;
	margin-bottom: 13px;
}

.wp-block-newspack-blocks-homepage-articles.is-landscape:not(.image-alignleft) .post-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	
	width: 100%;
	height: 100%;
}

.wp-block-newspack-blocks-homepage-articles.is-landscape:not(.image-alignleft) .post-thumbnail a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:599px) { /* mobile speicif image changes */
	.wp-block-newspack-blocks-homepage-articles.fpi-featured-story.is-landscape:not(.image-alignleft) .post-thumbnail {
		padding-top: 150%;
	}
	
	.wp-block-newspack-blocks-homepage-articles.show-image.image-alignleft.mobile-stack .post-thumbnail {
		position: relative;
		width: 100%;
		height: 0;
		overflow: hidden;

		padding-top: 64%;
	}
}

/* Content Loop Left Aligned Imagery */
.wp-block-newspack-blocks-homepage-articles.show-image.image-alignleft .post-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	
	padding-top: 32%;
}

.wp-block-newspack-blocks-homepage-articles.show-image.image-alignleft .post-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	
	width: 100%;
	height: 100%;
}

.post-thumbnail img {
	border-radius: 10px;
	overflow: hidden;
}

.wp-block-newspack-blocks-homepage-articles.show-image.image-alignleft .post-thumbnail a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Entry Meta (Author Link) */
.entry-meta .byline {
	font-size: 14px;
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800 !important;
}

.entry-meta .byline span {
	text-transform: capitalize;
}

.entry-meta .byline a,
.entry-meta .byline a:hover,
.entry-meta .byline a:visited {
	color: var(--black);
	transition: all 250ms ease;
}

.entry-meta .byline a:hover {
	color: var(--dark-green); 
}

.entry-meta .posted-on {
	font-size: 14px;
	line-height: 16px;
}

.author-prefix {
	text-transform: capitalize;
}

/* Content Loop Load More */
.wpnbha.has-more-button button {
	padding: 8px 40px 10px 40px;
	color: var(--white) !important;
	background-color: var(--black) !important;
	border-radius: 100px;
}

.wpnbha.has-more-button button:hover {
	color: var(--white) !important;
	background-color: var(--dark-green) !important;
}

/************** WP Buttons */
.black-btn .wp-block-button__link {
	padding: 8px 40px 10px 40px;
	color: var(--white) !important;
	background-color: var(--black) !important;
	border-radius: 100px;
}


.black-btn .wp-block-button__link:hover {
	color: var(--white) !important;
	background-color: var(--dark-green) !important;
}

/************** Image Block */
.wp-block-image:not['.is-style-rounded'] img {
	border-radius: 15px;
}

/************** Media + Text */
.wp-block-media-text__media img {
	border-radius: 15px;
}


@media only screen and (max-width:599px) {
	.wp-block-media-text__content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 600px) {
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding-left: 0 !important;		
	}
	
	.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
		padding-right: 0 !important;		
	}
}

/************** Cover */
.wp-block-cover.alignfull {
	margin: 0;
}

/************** Audio */
audio {
  border-radius: 4px;
  background-color: var(--dark-green);
  outline: 2px solid var(--dark-green);
  display: block;
}

.plyr--audio .plyr__controls {
	border-radius: 4px;
	background: #ffffff !important;
}

.skin_default .plyr__control svg {
	fill: var(--dark-green) !important;
}

.skin_default .plyr--audio .plyr__control:hover svg {
	fill: var(--white) !important;
}

.skin_default .plyr--audio .plyr__control:hover {
	background: var(--dark-green);
}

.plyr__controls__item.plyr__volume input,
.plyr__progress input {
  color: var(--dark-green) !important;
}

.wp-block-h5ap-audioplayer {
	z-index: 10 !important;
}

/* Fix position of buttson on Chrome */
.plyr__controls button.plyr__control {
	right: 0 !important;
}

/************** Blockquote */
.wp-block-quote p {
	font-size: 22px;
	line-height: 122%;
	font-style: italic;
}

.wp-block-quote {
	border-left: 1px solid var(--black) !important;
}

/************** Pullquote */
.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote blockquote p {
	margin-top: 0;
	font-weight: 700;
}

/************** Grid */
.about-grid {
	row-gap: 40px;
}

.team-grid {
	row-gap: 40px;
}

.partners-grid {
	row-gap: 20px;
}

.partners-grid img {
	border-radius: 0;
}

.giving-grid {
	row-gap: 40px;
}

@media only screen and (min-width:1000px) {
	.giving-grid .wp-block-group {
		padding-right: 20px;
	}
}

@media only screen and (min-width:782px) {
	.about-grid .wp-block-group {
		padding-right: 20px;
	}
}

/************** GForm */
.gform_fields {
	row-gap: 20px !important;
}

.gfield_label {
	margin-bottom: 2px !important;
	font-size: 16px !important;
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

.gform-field-label {
	margin-top: 2px !important;
}

.gform_button.button {
	background: var(--black) !important;
	font-size: 16px !important;
	color: var(--white) !important;
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800 !important;
	border-radius: 100px !important;
	min-width: 100px  !important;
}

.gform_button.button:hover {
	background: var(--dark-green) !important;
}

/* ***** Accordions */
.wp-block-accordion .wp-block-accordion-item {
	padding-left: 0;
	border-color: var(--black);
}

.wp-block-accordion-heading {
	margin: 0;
}

.wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
	font-family: var(--newspack-theme-font-heading);
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
	font-size: 28px;
	letter-spacing: -0.03em;
}

.wp-block-accordion-heading button:hover {
	background: transparent;
	color: var(--black);
}

/* ************************
 * Page Sepcfic 
 * ************************ */
/************** Locations Page */
.region-link .label {
	transform: scale(1);
	transform-origin: center 30%;
	transition: transform 250ms ease;
	will-change: transform;
}

.region-link:hover .label {
	transform: scale(1.02);
}

/************** Donations Page */
.donation-form-col dbox-widget {
	margin-top: 0 !important;
}


/* ************************
 * Author Archive Page 
 * ************************ */
.author.author .page-title span {
	font-size: 32px !important;
}
.archive.author .page-header .taxonomy-description p {
	max-width: 720px;
}

.author-meta .author-email {
	margin-top: 10px !important;
	color: var(--black);
	font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
}

.author-meta .author-email:hover {
	color: var(--dark-green);
}

.author-meta .author-email svg {
	transform: translateY(2px);
}

.author-social-links {
	margin-top: 10px !important;
	
}

.author-social-links a {
	color: var(--black);
}

.author-social-links a:hover {
	color: var(--dark-green);
}


@media only screen and (max-width:599px) {
	.archive.author .page-header {
		flex-direction: column;
	}
	
	.archive.author .page-header img {
		width: 130px !important;
		height: 130px !important;
		margin-bottom: 8px;
	}
}

.archive.archive-grid .site-main {
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr;
}

.archive.archive-grid.archive-one-column-wide .site-main article {
	width: 100%;
}




@media only screen and (min-width:600px) {
	.archive.archive-grid .site-main {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width:960px) {
	.archive.archive-grid .site-main {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (min-width:1168px) {
	.archive.archive-grid .site-main {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.pagination .nav-links {
	justify-content: flex-start !important;
}

.pagination .nav-links>.current {
	background: var(--black);
}

.pagination .nav-links>a {
	transition: all 250ms ease;
}

.pagination .nav-links>a:not(.next):hover {
	color: var(--white);
	background: var(--dark-green);
}

.pagination .nav-links>a.next {
	padding-left: 5px;
}

.pagination .nav-links>a.next:hover {
	color: var(--dark-green);
}


/* ************************
 * Articles 
 * ************************ */
/* Related Posts */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

#jp-relatedposts.jp-relatedposts :is(.jp-relatedposts-items-minimal.jp-relatedposts-items,
.jp-relatedposts-items-visual.jp-relatedposts-items) .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-family: acumin-variable, sans-serif !important;
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800 !important;
	font-weight: 800 !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post a {
	text-decoration: none !important;
}


#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post h4 a:hover {
	text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img {
	border-radius: 10px;
}

