/* Grid style for displaying Cost of Living articles on CoL landing page*/ 
.display-posts-listing.grid {
	display: grid;
	grid-gap: 24px;
}

.display-posts-listing.grid .title {
	display: block;
	font-family: Montserrat, sans-serif;
	color: #3c403d;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 700;
    text-decoration: none;
	padding-top: 24px;
}

.display-posts-listing.grid .title:hover {
	color: #E56205;
}

.display-posts-listing.grid .date {
	padding-top: 8px;
}

.display-posts-listing.grid .author {
	color: #737373;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
	
}

.display-posts-listing.grid img { 
	display: block; 
	min-width: 100%; 
	height: 240px; 
	object-fit: cover;
	padding-top: 60px;
}

.nav-links {
	padding-top: 60px;
	font-size: 1.5em;
	text-align: center;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
/*Padding for sidebar in articles*/
.sidebar-article {
	padding: 24px !important;
}

/*Remove margin for photo caption on diptych*/
.diptych-caption {
	margin-bottom: 0px !important;
}

/*add padding top/bottom to orange separators in articles*/
.article-separator-padding {
	margin-top: 32px;
	margin-bottom: 32px;
}

/*Hide unused template blocks on 2024 Election Projects and Programs page*/
.postid-9768 .standard-split{
	display: none !important;
}

.postid-9768 .center-section-small{
	display: none !important;
}

.postid-9768 .center-section-small{
	display: none !important;
}

.postid-9926 .standard-split{
	display: none !important;
}

.postid-9926 .center-section-small{
	display: none !important;
}

.postid-9926 .center-section-small{
	display: none !important;
}

.postid-9933  .standard-split{
	display: none !important;
}

.postid-9933 .center-section-small{
	display: none !important;
}

.postid-9933 .center-section-small{
	display: none !important;
}

/*Style page intro copy*/
.page-intro {
	font-weight: 400;
	max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
/*
.postid-9768 .page-content.explore {
 padding-top: 3rem !important;
}*/

.postid-9926 .page-content.explore {
 padding-top: 3rem !important;
}

.postid-9933 .page-content.explore {
 padding-top: 3rem !important;
}

/*Hide secondary cta button on Projects and programs pages when unused*/
.postid-9768 .secondary-cta {
	visibility: hidden;
}

/*Increase gap between columns on custom project and program pages*/
.project-program-two-col {
	column-gap: 4em !important;
}

/*Control size of headline text in excerpt field*/

.excerpt-xl {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6;
}

/*Content column width for 2024 voter guide article*/
.postid-11113 .page-text-wrapper {
    width: 80% !important;
}
/*Format important dates content for 2024 voter guide article*/
.date-column {
	gap: 0em !important;
}

.date-column-header {
	padding: 8px 16px 8px 16px !important;
}

.date-column-body {
	padding: 0px 16px 0px 16px !important;
}
/*Remove empty column from tabs for 2024 voter guide article mobile view*/
@media screen and (max-width: 700px) {
.postid-11113 .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
    width: 0%;
  }
.postid-11113 .wp-block-ub-tabbed-content-tabs-content.vertical-content-width {
		width: 100%;
	}
}

/*Adjust gap between containers in grid on Canopy Listens Voting 2024 article*/
.grid-quotes {
	gap: 2em !important;
}

/*Add radiused corners to grid on Canopy Listens Voting 2024 article*/
.rcorners {
	border-radius: 20px !important;
}

/*Style Subscribe button in footer*/
.primary-cta-sub-footer {
	padding: 0.5rem 2rem;
  border-style: solid;
  border-width: 2px;
  border-color: #e56205;
  border-radius: 5rem;
  background-color: #e56205;
  color: #fff;
  font-size: 0.825rem;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
	width: 135px;
}

.primary-cta-sub-footer:hover {
	color: white !important;
	border-color: #e58845;
  background-color: #e58845;
}

.btn-space-btm {
	margin-bottom: 32px;
}

.btn-space-top {
	margin-top: 24px;
}

/*Add margin below Newsletter main banner to add space between it and headline below*/
.image-hero-wrapper {
	margin-bottom: 40px;
}

/*Remove margin from Mailchimp form on Newsletter page*/
#mc_embed_signup form {
	margin: 0px !important;
}

/*Customize Mailchimp form button*/
#mc_embed_signup .button {
	height: 100% !important;
	padding: 0.5rem 2rem !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #e56205 !important;
  border-radius: 5rem !important;
  background-color: #e56205 !important;
  color: #fff !important;
  font-size: 0.825rem !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#mc_embed_signup .button:hover {
	color: white !important;
	border-color: #e58845 !important;
  background-color: #e58845 !important;
}

/*Customize Mailchimp form field*/
#mc_embed_signup .mc-field-group input {
height: 100% !important;
  margin-bottom: 0px !important;
  padding: 1rem 2rem !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #eee !important;
  border-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  background-color: #f9f8f8 !important;
  color: #3c403d !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
	max-width: 100% !important;
}

/*Add red border to email field when displaying error on Newsletter page*/
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid red !important;
}

/*Add space between Mailchimp email field and checkbox list*/
#mc_embed_signup .mc-field-group.input-group {
	font-size: 1.25rem !important;
	padding-top: 24px !important;
}

/*customize Mailchimp checkbox labels*/
#mc_embed_signup .mc-field-group.input-group label {
	font-weight: 500 !important;
}

/*Make form container responsive*/
#mc_embed_shell {
	max-width: 100% !important;
}

/*Make newsletter timeline width of screen on tablet and mobile*/
.newsletter-timeline {
	width: 100% !important;
}

#mce-responses.clear {
	margin: 0px !important;
}

/*Creeate blur background on Newsletter page*/
.standard-split.top.blur {
	padding: 40px 0px !important;
background-color: hsla(0, 0%, 100%, 0.7) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(8px) !important;
	flex-direction: column;
}
/*Make banner text responsive on Newsletter page*/
.image-hero-text {
max-width: 100% !important;
	align-items: normal !important;
}

/*Format email field label on Newsletter page*/
#mc_embed_signup .mc-field-group label {
	padding-top: 8px;
	font-size: 1.25rem !important;
}

/*Fix layout issue with checkboxes on Newsletter page*/
#mc_embed_signup .mc-field-group.input-group input {
	width: 16px !important;
	vertical-align: middle; 
	vertical-align: middle; 
	position: relative; 
	bottom: 1px;
}

/*Remove white background from error message on Newsletter page*/
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	background-color: rgba(255,255,255,0) !important;
}

/*Center headline in main banner on Newsletter page*/
.banner-header {
	text-align: center;
	margin: auto;
}

/*Change color of body copy on Newsletter page*/
.body-l.dark {
	color: #3c403d;
}

.custom-photo-caption {
	color: #555;
	font-size: 13px;
	text-align: center;
	margin: -40px 0px 40px 0px !important;
}

.inline-btn-column {
	gap: .5em !important;
}

/*customization for Tri-Cities food diary article*/
.header-with-subheader {
	margin-bottom: -5px !important;
}

.subheader-with-header {
	margin-top: -5px !important;
}

.data-column {
	margin-bottom: 0px !important;
}
.data-text-xl {
	margin-bottom: 0px !important;
}

.section-header-scale {
	font-size: calc(clamp(2.5rem, 2.237vw + 1.065rem, 3.75rem)) ;
	line-height: calc(clamp(3rem, 3.579vw + 0.705rem, 5rem));
}

/*Format 2024 EOY Donate popup*/

.left-align-separator {
	height: 4px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.pum-content.popmake-content{
	top: 0px !important;
}

/*Hide unused sections and button on 2025 Innovation Lab Program and Projects page*/
.postid-14330 .secondary-cta {
    display: none;
}

/*Hide unused sections and button on 2025 Innovation Lab Program and Projects page*/
.postid-14330 .center-section-small {
    display: none;
}

/*Hide unused sections and button on 2025 Innovation Lab Program and Projects page*/
.postid-14330 .standard-split.center {
    display: none;
}