:root {
--spacing-x-min: 20px;
--spacing-y: 10px;
}

.mobile,
#masthead__menu-main .mobile{
display:block;
}
.mobile-hidden{
display:none !important
}
.mobile-display{
display:block !important;
}


html.menu-open{
overflow:hidden;	
}


#masthead__menu-main .nav-home{
display: block;
}

.banner{
height: auto;
max-height: none;
display: block;
}

	.banner__image{
	height: 30vw;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 20px;
	}

	.banner:has(.banner__text) .banner__image:before{
	content: none;
	}

	.banner__text{
	text-shadow: none;
	}

		.banner h1{
		color:var(--color-blue);
		font-size: 30px;
		margin-bottom: 20px;
		}

			.banner h1 br{
			display: none;
			}



.mobile-color-black *{
color:black !important;
}

h1{
font-size:2em;
}


.lead{
font-size: 1.2em;
}


.intro{
padding-top: 30px;
}

.intro .inset img{
margin-right: 0;
margin-bottom: 0;
}



/*Spacing*/

.padding-base{
padding-inline: 20px;
}


.width-base{
padding-inline: 20px;
}

/* //Spacing*/


/*Footer*/
.footer__contact-form{
padding-bottom: 1.5em;
margin-bottom: 2em;
border-bottom: 1px solid white;
}


.footer__supplementary{
display: block;
}
	
	#html .footer__fcm {
	display: block;
	text-align: center;
	}
	
		#html .footer__fcm img{
		margin: 10px auto 20px auto;
		}


.footer__supplementary-links{
justify-content: center;
}

/* //Footer*/

.mobile-columns-1{
columns: 1;
}
	
.g-recaptcha > div{
max-width: 100% !important;
}


/*offset anchor tag links with fixed header*/
:target {
display: block;
position: relative;
top: -120px; /* fixed header height*/
visibility: hidden;
}


	.wp-block-table {
	max-height: calc(100vh - 100px);
	overflow: auto;
	font-size: 0.9em;
	}
		
		.wp-block-table table thead{
		position: sticky;
		outline:1px solid #ccc;
		top:0;
		}


		.wp-block-table table td{
		border-right:1px solid #ccc;
		border:1px solid #ccc;
		}
