#state-map-canvas-container {
	width: 100%;
	max-width: 920px;
	height: min(620px, 72vh);
	min-height: 360px;
	border: 1px solid #ddd;
	background: #eee;
	}

#map-canvas {
	width: 100%;
	height: 100%;
	}

#individual-institution-map-canvas-container {
	width: 100%;
	height: 420px;
	border: 1px solid #ddd;
	background: #eee;
	margin-bottom: 12px;
	}

#local-committee-map-canvas-container {
	width: 100%;
	height: 420px;
	border: 1px solid #ddd;
	background: #eee;
	margin-bottom: 12px;
	}

#map-canvas-sm {
	height: 100%;
	}

#map-loading-message {
	width: 500px;
	margin: 300px auto;
	font-size: 24px;
	letter-spacing: .08em;
	font-family: helvetica, arial, sans-serif;
	color: #999;
	text-align: center;
	}

#map-loading-message img {
	vertical-align: middle;
	}

/* fixes squished controls */
.gmnoprint img {
    max-width: none; 
}

/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
	max-width: none;
}

#map-canvas div {
	margin: 0 !important;
	}


.labels {
	 color: #333;
	 background-color: #fff;
	 font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	 font-size: 12px;
	 padding: 4px;
	 font-weight: 400;
	 text-align: center;
	 width: 220px;     
	 border: 1px solid #333;
	 box-shadow: 1px 2px 4px #666;
	 white-space: nowrap;
	 z-index: 100000;
   }

.map_legend h3 {
	margin: 0 0 8px 0;
	}

.map_legend {
	background: rgba(255,255,255,.9);
	border: 2px solid #333;
	padding: 12px;
	margin: 8px 14px 0 0;
	box-shadow: 2px 2px 8px rgba(0,0,0,.2);
	}

.map_legend img, .map_legend_local_committee img {
	vertical-align: middle;
	width: 32px;
	height: 37px;
	}

.map_legend_local_committee {
	margin: 0 0 24px 0;
	border: 1px solid #dbe4ea;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border-radius: 18px;
	padding: 18px 20px;
	box-shadow: 0 18px 40px rgba(14, 38, 58, .08);
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	}

.map_legend_local_committee h3 {
	width: 100%;
	margin: 0 0 4px 0;
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: #12354a;
	}

.legend_content_wrapper {
	display: inline-flex;
	align-items: center;
	float: none;
	}

.legend_content_name {
	padding-right: 0;
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: .92rem;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	}

.legend_content_visibility_checkbox {
	display: inline-flex;
	align-items: center;
	margin-right: 8px;
	}

.map_instructions {
	width: 280px;
	background: rgba(255,222,0,.8);
	border: 2px solid rgba(255,222,0,.9);
	padding: 12px;
	margin: 0px 0 32px 32px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.2);
	line-height: 1.2em;
	}

@media (max-width: 640px) {
	#state-map-canvas-container {
		height: 420px;
		min-height: 420px;
	}

	.map_legend,
	.map_instructions {
		width: 100%;
		max-width: none;
		margin: 12px 0 0 0;
		padding: 10px;
		box-sizing: border-box;
	}

	.map_instructions {
		display: none;
	}

	.legend_content_name {
		padding-right: 0;
		font-size: .72rem;
		line-height: 1.3;
	}
}

.population_percentage {
	}

.percentage_population_under_100 {
	color: #060;
	}

.percentage_population_over_100 {
	color: #f00;
	font-weight: bold;
	}

.institution_metadata_container {
	margin-top: 32px !important;
	padding-top: 0;
	border-top: 0;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
	}

.institution_metadata_container div {
	margin-bottom: 0;
	}

.institution_meta_card {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	border: 1px solid #dbe4ea;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 18px 40px rgba(14, 38, 58, .08);
	}

.institution_metadata_container h3 {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #12354a;
	margin-bottom: 14px;
	}

.institution_quick_stats {
	grid-column: span 4;
	}

.institution_contact {
	grid-column: span 4;
	}

.institution_address {
	grid-column: span 4;
	}

.institution_population_chart,
.institution_map {
	grid-column: 1 / -1;
	}

.institution_metadata_container #toc_container {
	display: none;
	}

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

.institution_stats_list li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid rgba(18, 53, 74, .08);
	font-size: 1.02rem;
	line-height: 1.6;
	}

.institution_stats_list li:first-child {
	padding-top: 0;
	border-top: 0;
	}

.institution_stats_list li:last-child {
	padding-bottom: 0;
	}

.institution_meta_rows {
	display: grid;
	gap: 12px;
	}

.institution_meta_row {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding-top: 12px;
	border-top: 1px solid rgba(18, 53, 74, .08);
	}

.institution_meta_row:first-child {
	padding-top: 0;
	border-top: 0;
	}

.institution_meta_row--stacked {
	align-items: stretch;
	}

.institution_meta_label {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #6b7f8c;
	}

.institution_meta_value {
	color: #1c2730;
	line-height: 1.6;
	min-width: 0;
	font-size: 1.02rem;
	}

.institution_meta_value a {
	word-break: break-word;
	}

.institution_meta_value--stacked p:first-child {
	margin-top: 0;
	}

.institution_meta_value--stacked p:last-child {
	margin-bottom: 0;
	}

body.parent-pageid-18 .post-content > p:first-of-type {
	margin: 0 0 28px 0;
	}

body.parent-pageid-18 .post-content > p:first-of-type img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(14, 38, 58, .14);
	}

.localcommittee_metadata_container {
	margin-top: 32px !important;
	padding-top: 0;
	border-top: 0;
	}

.localcommittee_metadata_container div {
	margin: 0;
	}

.localcommittee_metadata_container h3,
.localcommittee_metadata_container h4 {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 700;
	color: #12354a;
	margin: 0 0 14px 0;
	}

.localcommittee_overall_stats {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	border: 1px solid #dbe4ea;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border-radius: 18px;
	padding: 24px;
	margin: 24px 0;
	box-shadow: 0 18px 40px rgba(14, 38, 58, .08);
	}

.localcommittee_overall_stats h3 {
	color: #12354a;
	margin-bottom: 12px;
	}

.county_spending_and_stats {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	border: 1px solid #ddd;
	background: #c0e0f4;
	padding: 18px;
	margin-bottom: 18px;
	}

.county_spending_and_stats h3, .county_spending_and_stats h3 {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #12537d;
	margin-bottom: 8px;
	}

.population_chart_caption {
	font-style: italic;
	text-align: center;
	}

.population_chart_container {
	}

.localcommittee_information {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
	float: none;
	width: 100%;
}

.localcommittee_local_area_churches,
.localcommittee_counties_served {
	grid-column: span 6;
}

.localcommittee_institutions_served,
.localcommittee_community_resources {
	grid-column: 1 / -1;
}

.localcommittee_local_area_churches,
.localcommittee_counties_served,
.localcommittee_institutions_served,
.localcommittee_community_resources,
.localcommittee_upcoming_events {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	border: 1px solid #dbe4ea;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 18px 40px rgba(14, 38, 58, .08);
}

.localcommittee_local_area_churches ul,
.localcommittee_counties_served ul,
.localcommittee_institutions_served ul,
.localcommittee_community_resources ul {
	margin: 0;
	padding-left: 1.2rem;
}

.localcommittee_local_area_churches li,
.localcommittee_counties_served li,
.localcommittee_institutions_served li,
.localcommittee_community_resources li {
	margin: 0 0 .45rem 0;
	line-height: 1.55;
}

.localcommittee_local_area_churches li:last-child,
.localcommittee_counties_served li:last-child,
.localcommittee_institutions_served li:last-child,
.localcommittee_community_resources li:last-child {
	margin-bottom: 0;
}

.localcommittee_upcoming_events {
	float: right;
    width: 38%;
	margin: 0 0 18px 18px;
	padding: 6px;
	background: #dceff7;
	border: 1px solid #97defc;
	}

.powered-by-cscalendar {
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin-bottom: -10px;
	}

.chaplain-report-content-post {
    margin-top: 18px;
    }

.chaplain-report-content-other-expenses {
    display: none;
    }

body.page-id-31 .post-content > p:first-of-type {
	max-width: 70ch;
	margin: 0 auto 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dbe4ea;
	font-size: 1.08rem;
	line-height: 1.7;
	color: #234254;
}

body.page-id-31 .post-content > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px 18px;
}

body.page-id-31 .post-content > ul li {
	margin: 0;
}

body.page-id-31 .post-content > ul li a {
	display: block;
	height: 100%;
	padding: 18px 20px;
	border: 1px solid #dbe4ea;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	box-shadow: 0 18px 40px rgba(14, 38, 58, .08);
	color: #153c66;
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.02rem;
	line-height: 1.35;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.page-id-31 .post-content > ul li a:hover,
body.page-id-31 .post-content > ul li a:focus {
	transform: translateY(-2px);
	border-color: #9ab8ca;
	box-shadow: 0 22px 44px rgba(14, 38, 58, .12);
	text-decoration: none;
}

body.page-id-31 .post-content > p:last-of-type {
	margin: 28px 0 0 0;
	padding: 16px 18px;
	border-left: 4px solid #2c6d91;
	border-radius: 16px;
	background: #f5f8fa;
	font-size: .98rem;
	line-height: 1.65;
	color: #234254;
}

body.page-id-3279 .fusion-builder-row-3 {
	margin-top: -48px;
}

body.page-id-3279 .fusion-builder-row-3 .fusion-column-wrapper {
	align-items: center;
}

body.page-id-3279 .fusion-builder-row-3 .fusion-button {
	border-radius: 16px;
	box-shadow: 0 18px 36px rgba(14, 38, 58, .12);
}

body.page-id-3279 .fusion-builder-row-4 {
	margin-top: -10px;
}

body.page-id-3279 #state-map-canvas-container {
	border: 1px solid #dbe4ea;
	border-radius: 24px;
	overflow: hidden;
	background: #eef4f7;
	box-shadow: 0 24px 56px rgba(14, 38, 58, .14);
}

body.page-id-3279 .map_legend {
	margin: 14px;
	border: 1px solid #dbe4ea;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,252,.96) 100%);
	box-shadow: 0 18px 38px rgba(14, 38, 58, .12);
}

body.page-id-3279 .map_legend h3 {
	font-family: "Hevetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.12rem;
	color: #12354a;
}

@media only screen and (max-width: 900px) {
	.institution_quick_stats,
	.institution_contact,
	.institution_address,
	.institution_population_chart,
	.institution_map {
		grid-column: 1 / -1;
	}

	.institution_meta_row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.localcommittee_local_area_churches,
	.localcommittee_counties_served,
	.localcommittee_institutions_served,
	.localcommittee_community_resources {
		grid-column: 1 / -1;
	}

	body.page-id-31 .post-content > p:first-of-type {
		margin-bottom: 22px;
		font-size: 1.02rem;
	}

	body.page-id-3279 .fusion-builder-row-3 {
		margin-top: -30px;
	}
}

@media only screen and (max-width: 640px) {
	body.page-id-31 .post-content > ul {
		grid-template-columns: 1fr;
	}

	body.page-id-31 .post-content > ul li a {
		padding: 16px 18px;
	}

	body.page-id-3279 .fusion-builder-row-3 {
		margin-top: -34px;
	}

	body.page-id-3279 .fusion-builder-row-3 .fusion-button {
		display: flex;
		width: min(100%, 320px) !important;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
	}

	body.page-id-3279 #state-map-canvas-container {
		border-radius: 18px;
	}

	body.page-id-3279 .map_legend {
		margin: 12px;
		border-radius: 16px;
	}

	body.parent-pageid-31 .entry-title {
		font-size: 1.9rem !important;
		line-height: 1.15 !important;
		text-wrap: balance;
	}
}
