
:root {
	--font-default: "Brother 1816", calibri, sans-serif;
	--font-alt: "Brother 1816 Printed", calibri, sans-serif;
	--font-size-default: 18px;
	--font-weight-default: 300;
	--line-height-default: 1.333;
}

body {
	--wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-masthead {
	margin: 0 auto 2rem;
	width: 100vw;
	width: 100%;
	max-width: 100vw;
	background-color: var(--wp--preset--color---primary);
}

.wp-block-acf-masthead .shell {
	max-width: 1312px;
	margin: auto;
	padding: 32px 16px 0;
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead .shell {
		padding: 16px;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead .shell {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.wp-block-acf-masthead .shell .app__block-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.wp-block-acf-masthead .shell .app__block-inner > * {
	flex: 1 1 50%;
	max-width: 50%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead .shell .app__block-inner > * {
		max-width: 100%;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-media {
	position: relative;
	height: auto;
	width: 100%;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-media > img {
	width: 100% !important;
	height: auto !important;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
	color: #000d16;
	text-align: left;
	margin-bottom: 0;
	font-size: 48px;
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
		font-size: 36px;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
		font-size: 28px;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content p {
	color: var(--wp--preset--color---primary);
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content p {
		font-size: 18px;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .tagwrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	gap: 32px;
	flex-wrap: wrap;
	row-gap: 8px;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .tagwrapper .tag {
	color: var(--wp--preset--color---secondary);
	font-size: .85rem;
	letter-spacing: 0;
	text-transform: uppercase;
	border-bottom: 2px solid var(--wp--preset--color---secondary);
}

.wp-block-acf-masthead .shell .page-header-content {
	max-width: 768px;
	width: 100%;
	margin-inline: auto;
	text-align: center;
}

.wp-block-acf-masthead .shell .page-header-content h1 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	line-height: 1;
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead .shell .page-header-content h1 {
		font-size: 3rem;
	}
}

.wp-block-acf-masthead .shell .page-header-content p {
	margin-bottom: 0;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3;
}

.wp-block-acf-masthead .shell .page-header-content h2 {
	color: #75884d;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.wp-block-acf-masthead .shell .page-header-content .has-text-align-center {
	margin-bottom: 12px;
}

.wp-block-acf-masthead.style1 {
	padding: 0px !important;
}

.wp-block-acf-masthead.style1 .shell {
	padding: 0px;
}

@media (max-width: 1024px) {
	.wp-block-acf-masthead.style1 .shell {
		padding: 0 16px;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead.style1 .shell {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.wp-block-acf-masthead.style1 .app__block-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead.style1 .app__block-inner {
		grid-template-columns: 1fr;
	}
}

.wp-block-acf-masthead.style1 .app__block-inner .app__block-content {
	max-width: 100%;
	padding-top: 64px;
	padding-bottom: 32px;
}

.wp-block-acf-masthead.style1 .app__block-inner .app__block-content p {
	max-width: 100%;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured {
	max-width: 100%;
	height: 100%;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner {
	align-items: center;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	gap: 0 !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner {
		grid-template-columns: 1fr;
	}
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-media {
	padding-bottom: 0;
	transition: all .8s;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 0px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-media > img {
	position: relative;
	z-index: 1;
	height: 86% !important;
	width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .8s;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-media:after {
	content: " ";
	background-color: var(--wp--preset--color---primary);
	width: 50%;
	height: 114%;
	position: absolute;
	z-index: -1;
	right: 0;
	top: -32px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-media:after {
		width: 100%;
	}
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-content {
	background-color: var(--wp--preset--color---primary);
	height: 100%;
	max-width: 100%;
	padding-left: 32px;
	padding-right: 16px;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-content h3 {
	font-size: 28px;
}

.wp-block-acf-masthead.style1 .app__block-inner .featured .app__block-inner .app__block-content .tag {
	border-color: #143441 !important;
	color: #143441 !important;
}

.wp-block-acf-masthead.style3 {
	border: 1px solid white;
}

.wp-block-acf-masthead.style3 .app__block-inner .app__block-content, .wp-block-acf-masthead.style3 .app__block-inner .app__block-media {
	flex-basis: 50%;
	max-width: 50%;
}

.wp-block-acf-masthead.style4 {
	position: relative;
	background-color: var(--wp--preset--color---primary);
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-acf-masthead.style4 .overlay-white {
	position: absolute;
	width: 100%;
	height: 64px;
	bottom: 0;
	z-index: 1;
}

.wp-block-acf-masthead.style4 .overlay-white .fill {
	background-color: #fefffe;
	min-height: 64px;
	height: auto !important;
	position: relative;
	width: 1264px;
	max-width: 100%;
	margin: auto;
}

.wp-block-acf-masthead.style4 .shell {
	position: relative;
	z-index: 0;
}

.wp-block-acf-masthead.style4 .shell .app__block-inner {
	justify-content: flex-start;
	align-items: flex-start;
}

.wp-block-acf-masthead.style4 .shell .app__block-inner .app__block-content.fullwidth {
	max-width: 100%;
}

.masthead-form-wrapper {
	padding-bottom: 80px;
}

@media (max-width: 576px) {
	.masthead-form-wrapper {
		padding-bottom: 40px;
	}
}

.masthead-form-wrapper.is-layout-flex > .shell {
	margin-inline: auto !important;
}

.masthead-form-wrapper p.masthead-form-text {
	margin-top: 5px;
	color: #fefffe;
	text-align: left;
	display: block;
	max-width: 580px;
	margin-inline: auto;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

@media (max-width: 576px) {
	.masthead-form-wrapper p.masthead-form-text {
		max-width: 100%;
		text-align: center;
		margin-top: 15px;
	}
}

[class*=bg-] .wp-block-acf-masthead .page-header-content p, [class*=bg-] .wp-block-acf-masthead .page-header-content h1 {
	color: #fefffe;
}

[class*=bg-] .wp-block-acf-masthead .page-header-content .page-header-description p {
	color: #8fd9ff;
}

[class*=bg-] .gform_wrapper form {
	display: flex;
	max-width: 615px;
	width: 100%;
	margin: 46px auto 0;
	gap: 20px;
}

@media (max-width: 576px) {
	[class*=bg-] .gform_wrapper form {
		flex-direction: column;
	}
}

[class*=bg-] .gform_wrapper form .gform-body p {
	color: #fefffe;
	margin: 0;
	padding-inline-start: 15px;
}

[class*=bg-] .gform_wrapper form .gform-body {
	flex: 1 0 464px;
	padding-bottom: 0 !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	[class*=bg-] .gform_wrapper form .gform-body {
		flex-shrink: 1;
	}
}

@media (max-width: 576px) {
	[class*=bg-] .gform_wrapper form .gform-body {
		flex: 1 0 100%;
	}
}

[class*=bg-] .gform_wrapper form .gform-body .gform_fields .ginput_container {
	margin-bottom: 0;
}

[class*=bg-] .gform_wrapper form .gform-body .gform_fields .ginput_container input {
	width: 100%;
	font-size: 14px !important;
	line-height: 1.5 !important;
	border: 1px solid #fefffe !important;
	padding: 13.5px 18px !important;
	height: 48px !important;
	background-color: #fefffe !important;
	color: #143441 !important;
}

[class*=bg-] .gform_wrapper form .gform-footer {
	margin: 0;
	padding-bottom: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	[class*=bg-] .gform_wrapper form .gform-footer {
		flex-shrink: 0;
	}
}

[class*=bg-] .gform_wrapper form .gform-footer input[type=submit] {
	padding: 13.5px 18px !important;
	height: 48px !important;
	font-size: 14px !important;
	background-color: #fefffe !important;
	color: #143441 !important;
	border: 1px solid #143441 !important;
	text-transform: capitalize !important;
}

[class*=bg-] .gform_wrapper form .gform-footer input[type=submit]:hover {
	color: #8fd9ff !important;
	background-color: #fefffe !important;
	border-color: #143441 !important;
}
