/*
Theme Name: Framework Full Site Editing Child
Template: frmwrk
Author: Robert Brodrecht
Version: 1.0
License: You may not use this theme without authorization.  Period, ever.
Requires at least: 6.1
*/


/* Start: Reset and Normalize */

*,
*::before,
*::after {
	box-sizing: border-box;
}

:focus-visible {
	outline: 2px solid #0174FE !important;
	outline-offset: 2px !important;
}

.skip-link.screen-reader-text:focus {
	background-color: #eee;
	clip-path: none;
	clip: initial;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


html {
	overflow: initial;
	scroll-padding-block-start: 100px;
	scroll-padding-start: 100px;
	scroll-behavior: smooth;
}

.is-layout-constrained:has(:not(.alignfull:last-child)) + footer.wp-block-template-part {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
	margin-block-end: 0;
	margin-block-start: 0;
}

p {
	margin-block-end: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6, */
blockquote {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

a {
	transition: color .25s ease, background-color .25s ease, border .25s ease, opacity .25s ease;
	text-decoration-color: rgba( 22, 22, 23, .5 );
}

.fw-footer a,
.has-foreground-background-color a,
.has-background-color a {
	text-decoration-color: rgba( 255, 255, 255, .5 );
}


a:not(.wp-block-button):not(:has(img:only-child)):hover,
a:not(.wp-block-button):not(:has(img:only-child)):focus {
	opacity: .7;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}

img,
picture {
	height: auto;
	max-width: 100%;
	display: block;
}

ol,
ul {
	padding-left: 1.5em;
}

ol[class]:not([class*="wp-block"]),
ul[class]:not([class*="wp-block"]) {
	list-style: none;
	padding-inline-start: 0;
}

.fw-main ul:not([class]),
.fw-main ul[class]:not([class*="wp-block"]),
ul[class]:not([class*="wp-block"]) {
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23EC0404'/%3E%3C/svg%3E");
	padding-inline-start: calc( 10px + .5em );
}

.fw-main ul:not([class]) li,
.fw-main ul[class]:not([class*="wp-block"]) li,
ul[class]:not([class*="wp-block"]) li {
	padding-inline-start: .5em;
}

input,
button,
textarea,
select {
	font: inherit;
}

main::after,
.wp-block-group.is-style-fw-section:after {
	content: "";
	clear: both;
	display: table;
}

.fw-main *:not(.wp-block-spacer) + .wp-block-heading {
	margin-top: 1.5em;
}

.edit-post-visual-editor__post-title-wrapper h1 {
	font-size: 36px !important;
}

.fw-main > .entry-content > :first-child {
	/* padding-top: 141px; */
}

p:first-child {
	margin-top: 0;
}

/* End: Reset and Normalize */



/* Start: UI Tweaks */

.wp-site-blocks > * + * {
	margin-block-start: 0;
}

.fw-main > * + * {
	margin-block-start: var(--wp--custom--spacing--block-gap);
}

.fw-main > .entry-content:not(:has( > .alignfull:first-child )) {
	margin-block-start: calc( 1.5 * var(--wp--custom--spacing--section-gap) );
}

.fw-main > :last-child:not(:has( > .alignfull:last-child )) {
	margin-block-end: var(--wp--custom--spacing--section-gap);
}

.fw-main > .wp-block-spacer:last-child {
	margin-block-end: 0 !important;
}

/* End: UI Tweaks */



/* Start: Header  */

.fw-header {
	background-color: var( --wp--preset--color--primary );
	/* pointer-events: none; */
	position: fixed;
	top: 0;
	transition: background-color .25s ease;
	width: 100%;
	z-index: 100;
}

.fw--js .fw-header {
	background: transparent;
}

.fw-header:focus-within,
.fw--js.fw--scrolled .fw-header {
	background-color: var( --wp--preset--color--primary );
}

.fw-header a {
	color: inherit;
}

.fw-header a,
.fw-header button,
.fw-header input,
.fw-header label {
	pointer-events: all;
}

.fw--js .admin-bar .fw-header:before {
	display: block;
	content: '';
	height: var(--wp-admin--admin-bar--height, 0px);
	transition: height .25s ease;
}

.fw--js.fw--scrolled  .admin-bar .fw-header:before {
	height: 0;
}

.fw-header__navigation {
	order: 3;
}

.fw-header .wp-block-site-logo ~ * {
	justify-self: flex-end;
}

@media (min-width: 600px) {
	.fw--js .admin-bar .fw-header:before {
		display: none;
	}
	.admin-bar .fw-header {
		padding-top: 0;
		top: var(--wp-admin--admin-bar--height, 0px)
	}
	.fw-header__navigation {
		order: unset;
	}
}

.fw-header > .wp-block-group {
	padding: 0px 0;
	transition: padding .25s ease, background-color .25s ease, color .25s ease;
}

.fw--js.fw--scrolled .fw-header > .wp-block-group {
	padding: 0px 0;
}

.fw-header .wp-block-site-logo {
	flex: 0 0 calc(100% - 160px);
	position: relative;
	z-index: 100001;
}

@media (min-width: 600px) {
	.fw-header .wp-block-site-logo {
		flex: 0 0 fit-content;
	}
}

@media (min-width: 600px) and (max-width: 772px) {
	.fw-header__navigation {
		align-self: end;
	}
	.fw-header .wp-block-navigation__container {
		column-gap: 10px;
	}

	.fw-header__navigation + * {
		position: absolute;
		top: 10px;
		right: var(--wp--preset--spacing--20);
	}
}

.fw-header a:hover,
.fw-header a:focus {
	color: inherit !important;
	opacity: .75 !important;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	margin-top: -6px;
	background-color: transparent;
}


.wp-block-navigation__submenu-container {
	font-size: 16px;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item:hover,
.wp-block-navigation__submenu-container .wp-block-navigation-item:focus-within {
	background-color: rgba(0 , 0, 0, .15);
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)) {
	padding: .25em .5em;
}

.fw .wp-block-navigation-submenu .wp-block-navigation-item__label,
.fw .wp-block-navigation-submenu .wp-block-navigation-item__label {
	padding: 0;
}

#language:has( button ) {
	display: flex;
}

#language button {
	appearance: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

/* End: Header  */




/* Start: Footer  */

.fw-footer form {
	display: flex;
}

.fw-footer form label {
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 0px;
}

:where(body .is-layout-constrained) .fw-footer > .gform_wrapper {
	margin-top: 0 !important;
}

.fw-footer .gform_body {
	flex: 0 0 calc( 100% - 56px );
}

.fw-footer .gform_footer {
	flex: 0 0 54px;
	margin-top: 0;
}

.fw-footer form input {
	box-sizing: border-box !important;
	display: block;
	background-color: transparent !important;
	border: 2px solid #FFF !important;
	border-radius: 0 !important;
	font-size: 24px !important;
}

.fw-footer .gform_body input {
	color: #FFF !important;
	font-size: 24px !important;
	line-height: 56px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	height: 56px !important;
}

.fw-footer .gform_footer input {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' fill='none'%3E%3Cpath fill='%23EC0404' d='M15.75 4.5c.412 0 .75.338.75.75v10.5c0 .413-.338.75-.75.75a.752.752 0 0 1-.75-.75V7.06L2.78 19.28a.753.753 0 0 1-1.06 0 .753.753 0 0 1 0-1.06L13.94 6H5.25a.752.752 0 0 1-.75-.75c0-.412.337-.75.75-.75h10.5Z'/%3E%3C/svg%3E");
	background-size: 18px 24px;
	background-repeat: no-repeat;
	background-position: center;
	border-left: 0 !important;
	height: 56px !important;
	padding: 0 !important;
	position: relative;
	text-indent: 110%;
	white-space: nowrap;
	width: 56px !important;
}

.fw-footer .gform_body ::placeholder {
	color: #FFF !important;
	font-size: 24px !important;
}

.fw--home .fw-footer > .wp-block-group:first-child {
	display: none;
}

.fw-footer__quicknav a {
	word-break: keep-all;
	word-wrap: normal;
	overflow-wrap: normal;
}



/* End: Footer  */



/* Start: Typography */

hr {
	margin-block-end: 0;
}

* + hr {
	margin-block-start: 0;
}

figcaption {
	font-size: var(--wp--preset--font-size--small);
	opacity: .6;
	opacity: 1;
	padding-block-end: .75em;
	padding-block-start: .75em;
}


.has-large-font-size,
.has-extra-large-font-size,
.has-huge-font-size,
.has-gigantic-font-size {
	line-height: var(--wp--custom--typography--heading--line-height);
}

body:is(body) .is-style-fw-h1,
body:is(body) .is-style-fw-h2,
body:is(body) .is-style-fw-h3,
body:is(body) .is-style-fw-h4,
body:is(body) .is-style-fw-h5,
body:is(body) .is-style-fw-h6 {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--custom--typography--heading--font-size);
	font-style: var(--wp--custom--typography--heading--font-style);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-wrap: balance;
	text-transform: var(--wp--custom--typography--heading--text-transform);
}

body:is(body) .is-style-fw-h1 {
	font-family: var(--wp--custom--typography--heading--1--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--1--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--1--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--1--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--1--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--1--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--1--text-transform, var(--wp--custom--typography--heading--text-transform));
}

body:is(body) .is-style-fw-h2 {
	font-family: var(--wp--custom--typography--heading--2--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--2--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--2--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--2--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--2--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--2--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--2--text-transform, var(--wp--custom--typography--heading--text-transform));
}

body:is(body) .is-style-fw-h3 {
	font-family: var(--wp--custom--typography--heading--3--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--3--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--3--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--3--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--3--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--3--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--3--text-transform, var(--wp--custom--typography--heading--text-transform));
}

body:is(body) .is-style-fw-h4 {
	font-family: var(--wp--custom--typography--heading--4--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--4--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--4--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--4--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--4--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--4--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--4--text-transform, var(--wp--custom--typography--heading--text-transform));
}

body:is(body) .is-style-fw-h5 {
	font-family: var(--wp--custom--typography--heading--5--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--5--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--5--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--5--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--5--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--5--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--5--text-transform, var(--wp--custom--typography--heading--text-transform));
}

body:is(body) .is-style-fw-h6 {
	font-family: var(--wp--custom--typography--heading--6--font-family, var(--wp--custom--typography--heading--font-family));
	font-size: var(--wp--custom--typography--heading--6--font-size, var(--wp--custom--typography--heading--font-size));
	font-style: var(--wp--custom--typography--heading--6--font-style, var(--wp--custom--typography--heading--font-style));
	font-weight: var(--wp--custom--typography--heading--6--font-weight, var(--wp--custom--typography--heading--font-weight));
	letter-spacing: var(--wp--custom--typography--heading--6--letter-spacing, var(--wp--custom--typography--heading--letter-spacing));
	line-height: var(--wp--custom--typography--heading--6--line-height, var(--wp--custom--typography--heading--line-height));
	text-transform: var(--wp--custom--typography--heading--6--text-transform, var(--wp--custom--typography--heading--text-transform));
}

.wp-block-heading a:where(:not(.wp-element-button)):hover {
	color: var(--wp--preset--color--primary);
	opacity: 1;
}

.wp-block-heading a:where(:not(.wp-element-button)):focus {
	color: var(--wp--preset--color--primary);
	opacity: 1;
	text-decoration: underline;
}

.fw--single.fw--type-post .entry-content > p:first-of-type:not(:focus):first-letter,
.has-drop-cap:not(:focus):first-letter {
	float: left;
	margin: 0;
	text-transform: uppercase;

	font-size: 130px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	height: .7em;
	margin-right: 12px;

	background: linear-gradient(149deg, #D90606 -41.96%, #0D45FC 133.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* End: Typography */



/* Start: Block Alignment */

body .is-layout-constrained > .alignright.alignright,
body .is-layout-constrained > .alignleft.alignleft {
	margin-block-end: 1.5em;
}

@media ( max-width: 781px ) {
	body .is-layout-constrained > .alignright.alignright,
	body .is-layout-constrained > .alignleft.alignleft {
		display: block;
		float: none;
		margin-inline-end: auto !important;
		margin-inline-start: auto !important;
		width: 100%;
	}

	body .is-layout-constrained > .alignright {
		margin-block-end: 24px;
		margin-inline-start: 24px;
	}

	body .is-layout-constrained > .alignleft {
		margin-block-end: 24px;
		margin-inline-end: 24px;
	}


}

@media ( min-width: 781px ) {
	body .is-layout-constrained > .wp-caption.alignright.alignright {
		float: right;
		margin-left: 24px !important;
		margin-bottom: 24px !important;
		width: 50%;
	}

	body .is-layout-constrained > .wp-caption.alignleft.alignleft {
		float: left;
		margin-right: 24px !important;
		margin-bottom: 24px !important;
		width: 50%;
	}

	body .is-layout-constrained .wp-caption.alignright img,
	body .is-layout-constrained .wp-caption.alignleft img {
		display: block;
		height: auto;
		width: 100%;
	}
}

/* End: Block Alignment */





/* Start: Block Layout */

.wp-block-cover__inner-container > * + *,
.wp-block-media-text__content > * + * {
	margin-block-start: var(--wp--custom--spacing--block-gap);
	margin-block-end: 0;
}

body .is-layout-constrained > * + .wp-block-spacer,
body .is-layout-constrained > .wp-block-spacer + *,
body .is-layout-flow > * + .wp-block-spacer,
body .is-layout-flow > .wp-block-spacer + *,
body .wp-block-media-text__content > * + .wp-block-spacer,
body .wp-block-media-text__content > .wp-block-spacer + *,
body .wp-block-cover__inner-container > * + .wp-block-spacer,
body .wp-block-cover__inner-container > .wp-block-spacer + * {
	margin-block-start: 0px !important;
}

.has-global-padding > .has-global-padding.alignfull {
	margin-inline-start: calc(var(--wp--style--root--padding-right) * -1);
	margin-inline-end: calc(var(--wp--style--root--padding-left) * -1);
	padding-inline-end: var(--wp--style--root--padding-right);
	padding-inline-start: var(--wp--style--root--padding-left);
}

.alignfull figcaption {
	padding-inline-end: var(--wp--style--root--padding-right);
	padding-inline-start: var(--wp--style--root--padding-left);
}

.fw-main:not( :has( > * ) ) {
	padding-top: 101px;
}

/* End: Block Layout */




/* Start: Navigation Block */

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
	color: var(--wp--preset--color--primary);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: var(--wp--preset--color--primary);
	color: #FFF;
	height: 100vh;
	height: 100dvh;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;

	height: 100dvh;
	height: 100vh;
	overflow: auto;
	position: relative;
	z-index: 1;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog::-webkit-scrollbar {
	display: none;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-inline-end: var(--wp--style--root--padding-right);
	padding-inline-start: var(--wp--style--root--padding-left);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-left: 1.5em !important;
	padding-bottom: 1em !important;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--large);
	gap: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0;
}

.wp-block-navigation-submenu .wp-block-navigation-item__label {
	display: block;
	padding: .25em 1em;
}

.wp-block-navigation__responsive-container-open svg {
	transform: scaleX(1.5);
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 0;
}

.wp-block-navigation__responsive-container-close {
	position: fixed;
	right: var(--wp--preset--spacing--20);
	top: var(--wp--preset--spacing--50);
	transform: translateX(0);
	z-index: 10 !important;
}

@media ( min-width: 600px ) {

	.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container {
		box-shadow: 0 1px 20px rgba( 0, 0, 0, .25 );
		padding: .5em 0;
		left: 50%;
		transform: translateX(-50%) translateX(-6px);
	}

	.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container:before {
		content: '';
		-webkit-clip-path: polygon(50% 0%, calc( 50% - 10px ) 100%, calc( 50% + 10px ) 100%);
		clip-path: polygon(50% 0%, calc( 50% - 10px ) 100%, calc( 50% + 10px ) 100%);
		position: absolute;
		left: 0;
		right: 0;
		height: 10px;
		top: -10px;
		background: #FFF;

	}

	.wp-block-navigation .wp-block-navigation__submenu-container path {
		stroke: #000 !important;
	}

	.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: calc( 100% + 1px ) !important;
		transform: none !important;
		top: -9px !important
	}

	.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		display: none !important;
	}

}


/* End: Navigation Block */





/* Start: Group Block - Section Style */

.wp-block-group.is-style-fw-section {
	padding-block-start: var(--wp--custom--spacing--section-gap);
	padding-block-end: var(--wp--custom--spacing--section-gap);
}

.wp-block-group.is-style-fw-section.alignfull {
	margin-block-start: var(--wp--custom--spacing--section-gap);
	padding-block-start: var(--wp--custom--spacing--section-gap);
	padding-block-end: var(--wp--custom--spacing--section-gap);
}

.wp-block-group.is-style-fw-section.alignfull + * {
	margin-block-start: var(--wp--custom--spacing--section-gap);
}

.alignfull + .wp-block-group.is-style-fw-section {
	margin-block-start: 0;
}

/* End: Block Group - Section Style */




/* Start: Group Block - Viewport Hiding Styles */

@media (max-width: 781px) {
	.is-style-fw-mobile-off {
		display: none;
	}

	.editor-styles-wrapper .is-style-fw-mobile-off {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}

@media (min-width: 782px) {
	.is-style-fw-mobile-only {
		display: none;
	}

	.editor-styles-wrapper .is-style-fw-mobile-only {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}

@media (min-width: 782px) and (max-width: 1099px) {
	.is-style-fw-tablet-off {
		display: none;
	}
	.editor-styles-wrapper .is-style-fw-tablet-off {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}


@media (max-width: 781px) or (min-width: 1100px) {
	.is-style-fw-tablet-only {
		display: none;
	}
	.editor-styles-wrapper .is-style-fw-tablet-only {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}

@media (min-width: 1100px) {
	.is-style-fw-desktop-off {
		display: none;
	}
	.editor-styles-wrapper .is-style-fw-desktop-off {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}

@media (max-width: 1099px) {
	.is-style-fw-desktop-only {
		display: none;
	}
	.editor-styles-wrapper .is-style-fw-desktop-only {
		display: block;
		border: 2px dashed gray;
		opacity: .25;
	}
}

/* End: Group Block - Viewport Hiding Styles */



/* Start: Image Block */

.wp-block-image figcaption {
	margin-block-end: 0;
	margin-block-start: 0;
}

/* End: Image Block */





/* Start: Quote Block */

blockquote.tweetable,
.wp-block-quote:not(.is-style-plain) {
	font-size: var(--wp--preset--font-size--extra-large);
	font-weight: bold;
	line-height: 1;
	position: relative;
}

blockquote.tweetable:before,
.wp-block-quote:not(.is-style-plain):before {
	content: "“";
	font-family: var(--wp--preset--font-family--heading);
	font-size: 4em;
	font-weight: bold;
	left: -.25em;
	opacity: .25;
	position: absolute;
	top: -.25em;
}

blockquote.tweetable cite,
.wp-block-quote:not(.is-style-plain) cite {
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: normal;
	margin-top: 1em;
}

/* End: Quote Block */




/* Start: Pullquote Block */

.wp-block-pullquote {
	padding: 0;
	text-align: start;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: var(--wp--style--global--content-size);
}

.wp-block-pullquote p {
	border-left: var(--wp--preset--font-size--extra-large) solid currentColor;
	font-size: var(--wp--preset--font-size--extra-large);
	font-weight: bold;
	line-height: 1;
	padding-left: var(--wp--preset--font-size--extra-large);
}

.wp-block-pullquote cite {
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: normal;
	margin-top: 1em;
	padding-left: calc( var(--wp--preset--font-size--extra-large) * 2 );
}

/* END: Pullquote Block */


/* Start: Pullquote and Blockquote Tweaks */

.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote cite {
	border: 0;
	padding-left: 0;
}

.wp-block-pullquote blockquote cite {
	color: inherit;
}

blockquote.tweetable {
	max-width: 100% !important;
}


blockquote.tweetable,
.wp-block-pullquote blockquote,
.wp-block-pullquote blockquote p,
.wp-block-quote:not(.is-style-plain) {
	font-weight: inherit;
	font-size: var(--wp--preset--font-size--extra-large);
}

blockquote.tweetable:before,
.wp-block-quote:not(.is-style-plain):before {
	display: none;
}

.fw--type-post.fw--single .wp-block-quote {
	max-width: 100%;
}

blockquote.tweetable > :not(cite),
.wp-block-quote > :not(cite),
.wp-block-pullquote blockquote > :not(cite) {
	background: linear-gradient(149deg, #D90606 -41.96%, #0D45FC 133.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

blockquote.tweetable > cite,
.wp-block-quote:not(.is-style-plain) > cite,
.wp-block-pullquote blockquote > cite {
	opacity: .6;
	font-size: var(--wp--preset--font-size--small);
}

blockquote.tweetable + *,
.wp-block-quote + *,
.wp-block-pullquote + * {
	margin-top: 40px;
}

* + blockquote.tweetable,
* + .wp-block-quote,
* + .wp-block-pullquote {
	margin-top: 40px;
}

/* End: Pullquote and Blockquote Tweaks */


/* Start: Table Block */

.wp-block-table th,
.wp-block-table td,
.wp-block-table thead,
.wp-block-table tfoot {
	border-color: #757575;
	border-color: hsl(from var(--wp--preset--color--foreground) h s l / .45);
}

.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border: 1px solid #757575;
	border: 1px solid hsl(from var(--wp--preset--color--foreground) h s l / .45);
}

/* End: Table Block */





/* Start: Gallery Block */

@media ( max-width: 781px ) {
	body .wp-block-gallery.is-layout-flex .wp-block-image:not(#individual-image) {
		width: 100%;
	}
}

/* End: Gallery Block */




/* Start: Media Text Block */

.wp-block-media-text__content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

@media ( max-width: 600px ) {
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		margin-block-start: 1em;
		padding: 0;
	}

	.wp-block-media-text.is-stacked-on-mobile.alignfull > .wp-block-media-text__content {
		margin-block-start: var(--wp--style--block-gap);
		padding-inline-end: var(--wp--style--root--padding-right);
		padding-inline-start: var(--wp--style--root--padding-left);
	}
}

/* End: Media Text Block */




/* Start: Latest Posts Block */

.wp-block-latest-posts__list li + li {
	margin-block-start: 24px;
}

.wp-block-latest-posts__list li > * + * {
	margin-block-start: 24px;
}

.wp-block-latest-posts__list li > * + .wp-block-latest-posts__post-title {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: var(--wp--preset--font-size--large);
	margin-block-start: 12px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
	margin-block-start: 0;
}

/* End: Latest Posts Block */


/* Start: Classic */

body .is-layout-constrained > .wp-caption.alignleft,
body .is-layout-constrained > .wp-caption.alignright,
.video-shortcode {
	float: none;
	margin-inline-end: auto !important;
	margin-inline-start: auto !important;
	max-width: var(--wp--style--global--content-size);
}

.video-shortcode > * {
	aspect-ratio: 16 / 9;
	height: auto;
	max-width: 100%;
}

/* End: Classic */


/* Start: Separator */
.wp-block-separator {
	background: currentcolor;
	border: 0;
	height: 1px;
}
/* End: Separator */



/* Start: DCOM Hero News */
/*

Note: This is here instead of the plugin so that the theme requirements to overlap
don't impact other themes, allowing the block to still work on a different theme.

*/

.is-style-fw-home-hero {
	min-height: 630px !important;
}

.is-style-fw-hero .wp-block-heading {
	/* -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; */
}

.is-style-fw-hero + .fw-hero-news {
	margin-top: -480px;
	position: relative;
	z-index: 2;
}





.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero .fw-hero-news__category a:before {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23FFF'/%3E%3C/svg%3E");
}

.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero p,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero a:not(.wp-block-outermost-social-sharing-link-anchor),
.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero .wp-block-button__link,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero .fw-hero-news__category,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero .fw-hero-news__category a,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__title,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__title a,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__title a:hover,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__title a:focus,
.is-style-fw-hero + .fw-hero-news .fw-hero-news__title a:active {
	color: var(--wp--preset--color--background);
}

.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero a {
	text-decoration-color: rgba( 255, 255, 255, .5 );
}

.is-style-fw-hero + .fw-hero-news .fw-hero-news__hero .is-style-fw-arrow-button > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='%23FFF' d='M18.826 7.92a.596.596 0 0 0 0-.84l-5.344-5.343a.596.596 0 0 0-.839 0 .596.596 0 0 0 0 .839l4.33 4.33H.594A.595.595 0 0 0 0 7.5c0 .327.267.594.594.594h16.38l-4.33 4.33a.596.596 0 0 0 0 .84c.23.23.608.23.838 0l5.344-5.345Z'/%3E%3C/svg%3E");
}

.fw-hero-news__title {
	color: inherit;
	font-weight: 500;
	max-width: 30ch;
}

.fw-hero-news__byline {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.42px;
}

.fw-hero-news__byline strong {
	font-weight: 600;
}

.fw-hero-news__title-container {
	align-items: flex-end !important;
	justify-content: space-between;
}


/*

.fw-hero-news .fw-hero-news__hero figure {
	position: relative;
}

.fw-hero-news .fw-hero-news__hero figure:before {
	content: '';
	background: radial-gradient(157.06% 109.87% at 63.24% 27.45%, rgba(67, 0, 0, 0.00) 28.08%, rgba(13, 69, 252, 0.51) 52.47%, #D90606 79.89%);
	mix-blend-mode: multiply;
	position: absolute;
	inset: 0;
}

*/


/* End: DCOM Hero News */


.is-style-fw-plain-links a {
	text-decoration: none;
}

.is-style-fw-primary-links a {
	color: var( --wp--preset--color--primary );
}

.is-style-fw-breadcrumbs {
	font-size: var(--wp--preset--font-size--tiny);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.42px;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}

.is-style-fw-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.wp-block-post-terms.is-style-fw-breadcrumbs {
	text-align: left;
}

.taxonomy-post_tag.is-style-fw-breadcrumbs .wp-block-post-terms__prefix {
	font-weight: 700;
}

.taxonomy-post_tag.is-style-fw-breadcrumbs a {
	color: var( --wp--preset--color--primary );
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: var( --wp--preset--color--primary );
}

.is-style-fw-watch-video {
	color: #EEE;
	font-size: 24px;
	font-size: clamp(16px, 0.984rem + ((1vw - 3.2px) * 0.938), 24px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.16;
	transition: opacity .25s ease;
}

.is-style-fw-watch-video:hover,
.is-style-fw-watch-video:focus {
	color: #EEE !important;
	opacity: .8 !important;
}

.is-style-fw-hero {
	z-index: 1;
}

.is-style-fw-hero .wp-block-cover__background {
	opacity: 1;
	z-index: 1;
}

.is-style-fw-hero .wp-block-cover__image-background {
	object-fit: contain;
	object-position: bottom;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media (min-width: 1280px) {
	.is-style-fw-hero .wp-block-cover__image-background {
		max-width: 60%;
	}

	.is-style-fw-hero--extra-wide .wp-block-cover__image-background {
		max-width: 90%;
	}
}

.is-style-fw-hero .wp-block-cover__inner-container {
	z-index: 3;
}

.is-style-fw-hero .wp-block-cover__inner-container:before {
	display: block;
	content: '';
	padding-bottom: 140px;
}

.is-style-fw-hero .wp-block-cover__inner-container:after {
	display: block;
	content: '';
	padding-bottom: clamp( 150px, 25vw, 300px );
}

body .is-layout-constrained > .wp-block-spacer + .is-style-fw-hero-overlap,
body .is-layout-flow > .wp-block-spacer + .is-style-fw-hero-overlap,
.is-style-fw-hero-overlap {
	position: relative;
	margin-top: clamp( -320px, -18.51vw, -150px ) !important;
	z-index: 2;
}

:has( + .is-style-fw-hero-overlap-under ) {
	position: relative;
	z-index: 2;
}

.is-style-fw-hero-overlap-under {
	position: relative;
	margin-top: -160px;
	z-index: 1;
}

.is-style-fw-hero-overlap-over {
	position: relative;
	margin-top: -300px;
	z-index: 2;
}

.is-style-fw-tag {
	color: #333;
	font-size: var(--wp--preset--font-size--small);
	font-size: 18.6667px;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.42px;
	line-height: 1;
	text-transform: uppercase;
}

.is-style-fw-tag + *:not(.wp-block-spacer) {
	margin-top: 16px;
}

.is-style-fw-callout {
	font-size: clamp(20px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);
	font-weight: 400;
	line-height: 1.36; /* 136.364% */
}

.is-style-fw-arrow-button > a,
 .is-style-fw-arrow-button-white > a {
	background-color: transparent;
	border: 0;
	color: #333;
	display: flex;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	gap: 6px;
	line-height: 1;
}

.is-style-fw-arrow-button > a:hover,
.is-style-fw-arrow-button > a:focus,
.is-style-fw-arrow-button-white > a:hover,
.is-style-fw-arrow-button-white > a:focus {
	background-color: transparent;
}

.is-style-fw-arrow-button > a:after,
.is-style-fw-arrow-button-white > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='%23EC0404' d='M18.826 7.92a.596.596 0 0 0 0-.84l-5.344-5.343a.596.596 0 0 0-.839 0 .596.596 0 0 0 0 .839l4.33 4.33H.594A.595.595 0 0 0 0 7.5c0 .327.267.594.594.594h16.38l-4.33 4.33a.596.596 0 0 0 0 .84c.23.23.608.23.838 0l5.344-5.345Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: .95em;
	transition: transform .25s ease-in-out;
	width: .95em;
}

.is-style-fw-arrow-button-white > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='%23FFF' d='M18.826 7.92a.596.596 0 0 0 0-.84l-5.344-5.343a.596.596 0 0 0-.839 0 .596.596 0 0 0 0 .839l4.33 4.33H.594A.595.595 0 0 0 0 7.5c0 .327.267.594.594.594h16.38l-4.33 4.33a.596.596 0 0 0 0 .84c.23.23.608.23.838 0l5.344-5.345Z'/%3E%3C/svg%3E");
}

.fw-link-wrapper:hover .is-style-fw-arrow-button > a:not([href]):after,
.fw-link-wrapper:focus .is-style-fw-arrow-button > a:not([href]):after,
.is-style-fw-arrow-button > a:hover:after,
.is-style-fw-arrow-button > a:focus:after,
.fw-link-wrapper:hover .is-style-fw-arrow-button-white > a:not([href]):after,
.fw-link-wrapper:focus .is-style-fw-arrow-button-white > a:not([href]):after,
.is-style-fw-arrow-button-white > a:hover:after,
.is-style-fw-arrow-button-white > a:focus:after {
	transform: translateX(6px);
}


.is-style-fw-external-button > a {
	background-color: transparent;
	border: 0;
	color: #333;
	display: flex;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	gap: 6px;
	line-height: 1;
}

.is-style-fw-external-button > a:hover,
.is-style-fw-external-button > a:focus {
	background-color: transparent;
}

.is-style-fw-external-button > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' fill='none'%3E%3Cpath fill='%23EC0404' d='M9.5.75c0 .416.334.75.75.75h3.19L6.47 8.469a.75.75 0 0 0 1.06 1.06l6.968-6.97V5.75c0 .416.334.75.75.75.415 0 .75-.334.75-.75v-5a.748.748 0 0 0-.75-.75H10.25a.748.748 0 0 0-.75.75ZM2.25 1A2.249 2.249 0 0 0 0 3.25v10.5A2.249 2.249 0 0 0 2.25 16h10.5A2.249 2.249 0 0 0 15 13.75v-4a.748.748 0 0 0-.75-.75.748.748 0 0 0-.75.75v4c0 .416-.334.75-.75.75H2.25a.748.748 0 0 1-.75-.75V3.25c0-.416.334-.75.75-.75h4c.416 0 .75-.334.75-.75A.748.748 0 0 0 6.25 1h-4Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: .95em;
	transition: transform .25s ease-in-out;
	width: .95em;
}

.is-style-fw-download-button > a {
	background-color: transparent;
	border: 0;
	color: #333;
	display: flex;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	gap: 6px;
	line-height: 1;
}

.is-style-fw-download-button > a:hover,
.is-style-fw-download-button > a:focus {
	background-color: transparent;
}

.is-style-fw-download-button > a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23EC0404' d='M2.625 17.214h13.75c.344 0 .625.29.625.643a.636.636 0 0 1-.625.643H2.625A.636.636 0 0 1 2 17.857c0-.353.281-.643.625-.643Zm6.805-3.889c.02.02.043.032.07.032a.09.09 0 0 0 .07-.032l4.86-5.3a.265.265 0 0 0 .07-.184.266.266 0 0 0-.262-.27H12a.636.636 0 0 1-.625-.642V2.107a.318.318 0 0 0-.313-.321H7.938a.318.318 0 0 0-.313.321V6.93A.636.636 0 0 1 7 7.57H4.762a.266.266 0 0 0-.262.27c0 .068.027.132.07.184l4.86 5.3Zm.07 1.318a1.33 1.33 0 0 1-.98-.434L3.66 8.905a1.593 1.593 0 0 1-.41-1.064c0-.86.676-1.555 1.512-1.555h1.613V2.107c0-.888.7-1.607 1.563-1.607h3.125c.863 0 1.562.72 1.562 1.607v4.179h1.613c.836 0 1.512.695 1.512 1.555 0 .397-.148.775-.41 1.064l-4.86 5.304a1.33 1.33 0 0 1-.98.434Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: .95em;
	transition: transform .25s ease-in-out;
	width: .95em;
}

.is-style-fw-wide-gap {
	gap: var(--wp--custom--spacing--block-gap) var(--wp--preset--spacing--60)
}

.is-style-fw-medium-gap {
	gap: var(--wp--custom--spacing--block-gap) var(--wp--preset--spacing--30)
}

.is-style-fw-mildly-bold strong,
.is-style-fw-mildly-bold b {
	font-weight: 500;
}

.is-style-fw-logo-grid {
	--logo-columns: 2;
	--logo-gap: var(--wp--preset--spacing--80);
	gap: var(--wp--preset--spacing--80) var(--wp--preset--spacing--80);
}

.is-style-fw-logo-grid > * {
	flex: 0 0 calc(
		100% / var(--logo-columns) - var(--wp--preset--spacing--80)
		/ var(--logo-columns) * (var(--logo-columns) - 1)
	);
}

@media (min-width: 782px) {
	.is-style-fw-logo-grid {
		--logo-columns: 3;
	}
}

@media (min-width: 1100px) {
	.is-style-fw-logo-grid {
		--logo-columns: 4;
	}
}

.fw-dollar-sign {
	vertical-align: baseline;
	position: relative;
	top: -.3em;
	font-size: .7em;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).is-style-fw-four-column {
	max-width: var(--wp--style--global--wide-size);
}

.edit-post-visual-editor .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-right: auto !important;
}

@media (min-width: 782px) {
	.is-style-fw-four-column {
		columns: 2;
	}
}

@media (min-width: 1024px) {
	.is-style-fw-four-column {
		columns: 3;
	}
}

@media (min-width: 1200px) {
	.is-style-fw-four-column {
		columns: 4;
	}
}


.is-style-fw-gradient-text {
	background-image: linear-gradient(266deg, #FF3434 -16.35%, #3665FF 121.68%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wp-block-group:has( .is-style-fw-zoom-image ) {
	overflow: hidden;
	position: relative;
}


@media (min-width: 782px) {
	.is-style-fw-zoom-image .wp-block-media-text__media {
		transform: scale(1.5);
		transform-origin: center;
		z-index: 1;
	}

	.is-style-fw-zoom-image .wp-block-media-text__content {
		position: relative;
		z-index: 2;
	}
}

.is-style-fw-increase-z-index {
	position: relative;
	z-index: 5;
}

*:has( + .is-style-fw-double-helix ) {
	position: relative;
	z-index: 2;
}

.is-style-fw-double-helix {
	margin-top:  -10vw;
	mix-blend-mode: screen;
	position: relative;
	z-index: 1;
}


.is-style-fw-2-column > * {
	flex: 0 0 calc( 50% - var(--wp--custom--spacing--block-gap) );
}


.fw-sector[style] {
	aspect-ratio: 588 / 346 !important;
	min-height: 0 !important;
	position: relative;
	overflow: visible;
	width: 100%;
}

.fw-sector .wp-block-image {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.fw-sector .wp-block-image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.fw-sector .wp-block-cover__inner-container {
	position: static;
}

.fw-sector--aerospace .wp-block-image,
.fw-sector--innovation .wp-block-image,
.fw-sector--bioscience .wp-block-image,
.fw-sector--chemical .wp-block-image,
.fw-sector--forestry .wp-block-image,
.fw-sector--metals .wp-block-image,
.fw-sector--it .wp-block-image {
	height: calc( 100% + 30px );
}

.fw-sector--metals .wp-block-image {
	height: calc( 100% + 10px );
}

.fw-sector--aerospace .wp-block-image img {
	object-position: bottom right;
}

.fw-sector--innovation .wp-block-image img {
	object-position: bottom center;
}

.fw-sector--bioscience .wp-block-image img,
.fw-sector--chemical .wp-block-image img,
.fw-sector--forestry .wp-block-image img {
	object-position: top center;
}

.fw-sector--automotive .wp-block-image,
.fw-sector--logistics .wp-block-image {
	width: calc( 100% + 10px );
}

.fw-sector--automotive .wp-block-image img,
.fw-sector--logistics .wp-block-image img {
	object-position: center right;
	margin-right: 0;
	margin-left: auto;
	width: 95%;
}

.fw-sector--logistics .wp-block-image img {
	margin-right: -5px;
}

@media (min-width: 1480) {
	.fw-sector--automotive .wp-block-image,
	.fw-sector--logistics .wp-block-image {
		width: calc( 100% + 35px );
	}
}

.fw-sector--agtech img {
	height: 112% !important;
	pointer-events: none;
}

.fw-sector--chemical img {
	height: 115% !important;
	margin-top: -5%;
	pointer-events: none;
}

.fw-sector--forestry img {
	height: 115% !important;
	margin-top: -5%;
	pointer-events: none;
}

.fw-sector--it img {
	height: 115% !important;
	pointer-events: none;
}

.fw-sector--metals img {
	height: 100% !important;
	margin-top: auto;
	pointer-events: none;
}


.fw--type-post.fw--single .fw-hero-news--single .fw-hero-news__category {
	font-size: var(--wp--preset--font-size--small);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1;
	text-transform: uppercase;
}

.fw-category-list a,
.fw--type-post.fw--single .fw-hero-news--single .fw-hero-news__category a {
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	margin-inline-end: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

.fw-category-list a:before,
.fw--type-post.fw--single .fw-hero-news--single .fw-hero-news__category a:before {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23FFF'/%3E%3C/svg%3E");
	content: '';
	display: inline-block;
	height: 8px;
	position: relative;
	margin-right: 6px;
	width: 8px;
}

.fw-category-list a:before {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23EC0404'/%3E%3C/svg%3E");
}

.fw--type-post.fw--single .entry-content {
	line-height: 1.45;
}

.fw--type-post.fw--single .entry-content a {
	color: var( --wp--preset--color--primary );
	text-decoration-color: inherit;
}

.fw--type-post.fw--single .entry-content h2 {
	background: linear-gradient(149deg, #D90606 -41.96%, #0D45FC 133.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	font-size: var(--wp--preset--font-size--large);
	line-height: calc( .9em + 20px );
	padding-bottom: 16px;
	text-decoration: underline;
	text-decoration-color: #666;
	text-decoration-thickness: 1px;
	text-underline-offset: 12px;
}

.is-style-category-heading {
	text-align: center;
}


.fw-featured-news__category .wp-block-post-terms__separator,
.fw-recent-news  .wp-block-post-terms__separator {
	display: none;
}

.tweet-this.addthis_toolbox {
	display: none;
}

.is-style-category-heading a {
	color: rgba( 255, 255, 255 );
	text-decoration: none;
}

.wp-block-query-pagination {
	justify-content: space-between;
}

.wp-block-query-pagination a {
	font-weight: 500;
	text-decoration: none;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
	display: flex;
	align-items: center;
	margin: 0;
}

.wp-block-query-pagination-previous {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.wp-block-query-pagination-next {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.wp-block-query-pagination-numbers--fw {
	white-space: nowrap;
}



.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='%23EC0404' d='M18.826 7.92a.596.596 0 0 0 0-.84l-5.344-5.343a.596.596 0 0 0-.839 0 .596.596 0 0 0 0 .839l4.33 4.33H.594A.595.595 0 0 0 0 7.5c0 .327.267.594.594.594h16.38l-4.33 4.33a.596.596 0 0 0 0 .84c.23.23.608.23.838 0l5.344-5.345Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: 0;
	margin-left: .5em;
	width: .95em;
	height: .95em;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 110%;
	vertical-align: middle;
}

.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
	transform: rotate(180deg) translateY(.2em);
	transform-origin: center;
	margin-left: 0;
	margin-right: .5em;
}


.wp-block-query-pagination-numbers {
	display: none;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: block;
	width: 4ch;
	height: 4ch;
	padding-top: 1ch;
	padding-bottom: 1ch;
	text-align: center;
}

.wp-block-query-pagination-numbers .current {
	border: 1px solid currentcolor;
}


@media ( min-width: 768px ) {
	.wp-block-query-pagination-numbers {
		display: flex;
		gap: 16px;
	}
}

#speechify-root > * + * {
	margin-top: 0;
}

.entry-content > span {
	margin-top: 0;
}

.fw-accordion.is-style-fw-plus-icon .fw-accordion__summary {
	align-items: stretch;
}

.fw-accordion.is-style-fw-plus-icon .fw-accordion__summary::before {
	height: .8em;
	width: .8em;
}

#language button {
	position: relative;
}

.fw-current-language {
	color: #FFF;
	position: absolute;
	inset: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
}

.fw-language-picker {
	display: none;
}

.fw-language-picker[open] {
	align-items: stretch;
	background-color: transparent;
	/* border: 1px solid #333; */
	/* border: 1px solid var( --wp--preset--color--primary ); */
	border: 0;
	box-shadow: 0px 5px 5px rgba( 0, 0, 0, .25 );
	display: flex;
	padding: 0;
	margin-top: 16px;
	flex-direction: column;
	margin: 0;
	position: fixed;
	transform: translateX(-50%);
	z-index: 9999;
}

.fw-language-picker__container {
	background-color: #FFF;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	padding: 2px;
}

.fw-language-picker__container:before {
	background-color: #FFF;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: '';
	height: 10px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: -10px;
	width: 16px;
}

.fw-language-picker__close-container {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.fw-language-picker__option,
.fw-language-picker__close {
	-webkit-apperance: none;
	-moz-apperance: none;
	apperance: none;
	display: block;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	margin: 0;
	padding: .25em 1em;
	padding-top: .5em;
	text-align: center;
}

.fw-language-picker__option:hover,
.fw-language-picker__close:hover,
.fw-language-picker__option:focus,
.fw-language-picker__close:focus {
	background-color: var( --wp--preset--color--primary );
	color: var( --wp--preset--color--background );
}

.fw-language-picker__option {
	/* border-bottom: 1px solid #333; */
}


.fw-search-form__form {
	display: grid;
	gap: 24px 10px;
	grid-template-areas:
		"s"
		"o"
		"b"
	;
	grid-template-columns: 100%;
	grid-template-rows: 56px auto auto;
}

@media ( min-width: 782px ) {
	.fw-search-form__form {
		display: grid;
		gap: 24px 10px;
		grid-template-areas:
			"s b"
			"o o"
		;
		grid-template-columns: calc( 100% - 150px ) 150px;
		grid-template-rows: 56px auto;
	}
}


.fw-search-form__search {
	display: block;
	grid-area: s;
}

.fw-search-form__submit {
	appearance: none;
	border: 0;
	background-color: var( --wp--preset--color--primary );
	color: var( --wp--preset--color--background );
	grid-area: b;
	height: 56px;
	line-height: 56px;
}


.fw-search-form__search-label {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 1px;
}

.fw-search-form__search-field {
	background: #FFF;
	border: 1px solid rgba( 0, 0, 0, .5 );
	border-radius: 0;
	font-size: inherit;
	height: 56px;
	line-height: 56px;
	padding: 0 .5em;
	display: block;
	width: 100%;
}

.fw-search-form__options {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	padding: 0px;
	grid-area: o;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;

}

@media ( min-width: 782px ) {
	.fw-search-form__options {
		height: 1em;
	}
}

.fw-search-form__options-legend {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 1px;
}

.fw-search-form__option {
	align-items: start;
	display: flex;
	gap: .5em;
	height: 1em;
}



.fw-search-form__option-label {
	display: block;
	height: 1em;
	line-height: 1em;
}


input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  margin: 0;

  font: inherit;
  color: currentColor;
  width: .75em;
  height: .75em;
  /* height: 0px; */
  line-height: 1em;
  border: 0 solid currentColor;
  border-radius: 0;
  /* transform: translateY(-0.15em); */

  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
	--gf-ctrl-choice-check-color: #000 !important;
	content: "";
	width: 0.5em;
	height: 0.5em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: center;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}

input[type="checkbox"]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
	--form-control-color: var(--form-control-disabled);

	color: var(--form-control-disabled);
	cursor: not-allowed;
}


.fw-search-results {
	margin-bottom: 100px;
}

.fw-search-results__heading {
	font-size: var(--wp--custom--typography--heading--2--font-size, var(--wp--custom--typography--heading--font-size));
}

.fw-search-results__list {
	list-style: none !important;
	padding: 0 !important;
}

.fw-search-results__item-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fw-search-results__item-container {
	border-bottom: 1px solid #666;
}

.fw-search-results__item {
	display: block;
	padding-bottom: 14px !important;
	padding-top: 14px !important;
	text-decoration: none;
}

.fw-search-results__item strong {
	font-weight: 600;
}

.fw-search-result__heading {
	font-size: 24px;
}

.fw-search-result__heading small {
	color: #333;
	font-size: 18px;
}

.fw-search-result__meta-items {
	display: flex;
	color: #666;
	flex-wrap: wrap;
	gap: 6px 24px;
	font-size: 16px;
	margin-top: 6px !important;
}

.fw-search-result__meta {
	margin-top: 0;
}

.fw--newsletter,
.fw--newsletter body {
	background-color: transparent !important;
}

.fw--newsletter .alignfull {
	padding: 0 !important;
}
.fw--newsletter {
	margin-top: 0 !important;
}
.fw--newsletter #wpadminbar {
	display: none !important;
}

.fw--newsletter .gform-theme--foundation .gform_footer,
.fw--newsletter .gform-theme--foundation .gform_page_footer {
	margin: 0;
}

.fw--type-post.fw--single:not( :has( .fw-hero-news .wp-block-post-featured-image ) ) .fw-main > .wp-block-cover:first-child[style] {
	min-height: 400px !important;
}


.fw--type-post.fw--single:not( :has( .fw-hero-news .wp-block-post-featured-image ) ) .fw-main > .wp-block-cover:first-child .wp-block-cover__inner-container:before,
.fw--type-post.fw--single:not( :has( .fw-hero-news .wp-block-post-featured-image ) ) .fw-main > .wp-block-cover:first-child .wp-block-cover__inner-container:after {
	display: none !important;
}


.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background-image: none;
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 1em;
	margin-top: .5em;
	max-height: none;
	opacity: .6;
	padding-block-end: .75em;
	padding-block-start: .75em;
	padding: 0;
	position: static;
	text-align: left;
}

.wp-block-cover.fw-sector .wp-block-cover__inner-container {
	z-index: 3;
}

.wp-block-cover.fw-sector:first-child:before {
	z-index: 2;
}


.fw-search-button {
	vertical-align: middle;
}

.fw-search-button a {
	vertical-align: middle;
}

.fw-accordion__summary h1,
.fw-accordion__summary h2,
.fw-accordion__summary h3,
.fw-accordion__summary h4,
.fw-accordion__summary h5,
.fw-accordion__summary h6 {
	margin-block-end: -.25em;
}

.fw-accordion.is-style-fw-plus-icon .fw-accordion__summary::before {
	background-color: var(--wp--preset--color--primary);
}

/* Start: Hide empty sections on category pages and adjust layouts for partially filled sections */

/* Has no featured or sidebar recent news. */
.fw--archive .wp-block-columns:has( .fw-featured-news:empty ):has( .fw-recent-news:empty ),
.fw--archive .wp-block-columns:has( .fw-featured-news:empty ):has( .fw-recent-news:empty ) + .wp-block-spacer,
.fw--archive .wp-block-column:has( .fw-featured-news:empty ),
.fw--archive .wp-block-column:has( .fw-recent-news:empty ) {
	display: none;
}

/* Has no footer recent news. */
.fw--archive .fw-hero-news ~ .wp-block-group:has( h1 ):has( .wp-block-button__link[href*="/page/"] ):has( ~ .fw-recent-news:empty ),
.fw--archive .fw-hero-news ~ .wp-block-group:has( h1 ):has( .wp-block-button__link[href*="/page/"] ):has( ~ .fw-recent-news:empty ) ~ .wp-block-spacer,
.fw--archive .fw-hero-news ~ .wp-block-group:has( h1 ):has( .wp-block-button__link[href*="/page/"] ):has( ~ .fw-recent-news:empty ) ~ .wp-block-separator,
.fw--archive .fw-hero-news ~ .fw-recent-news:empty  {
	display: none;
}

/* Has at least one featured news article but no recent news sidebar posts */
.fw--archive .wp-block-columns:has( .fw-featured-news:not( :empty ) ):has( .fw-recent-news:empty ) .wp-block-column:has( .fw-featured-news:not( :empty ) )[style] {
	flex-basis: 100% !important;
}

/* Has only one featured news story. */
.fw--archive .fw-featured-news:has( .fw-featured-news__item:only-child ) {
	grid-template-areas: "a1";
	grid-template-columns: 100%;
}

.fw--archive .fw-featured-news:has( .fw-featured-news__item:only-child ) figure img {
	width: 100%;
	height: auto;
}

.fw--archive .fw-featured-news:has( .fw-featured-news__item:only-child ) .is-layout-constrained * {
	margin-left: 0 !important;
}

/* Has less than 4 footer recent news articles. */
.fw--archive .fw-recent-news:not( :has( .fw-recent-news__item:nth-child( 4 ) ) ) {
	justify-content: flex-start;
}


/* End: Hide empty sections on category pages and adjust layouts for partially filled sections */



.ag-charts-wrapper[style] {
	border: 0 !important;
}
