/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
dd, dl, dt {
	margin: 0;
}
p:last-child {
	margin-bottom: 0;
}
a {
	background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
figure {
	margin: 0;
}
html,
input[type="search"] {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
address {
	font-style: normal;
}
.entry-content  ul {
	padding-left: 1rem;
}
.entry-content li {
	margin-bottom: .5rem;
}
@media (min-width: 782px) {
	:root {
		--wp--custom--layout--block-gap-small: 24px !important;
		--wp--custom--layout--block-gap-medium: 32px !important;
		--wp--custom--layout--block-gap: 48px !important;
		--wp--custom--layout--block-gap-large: 72px !important;
		--wp--custom--layout--block-gap-xlarge: 96px !important;
	}
}
h1.front {
	display: none;
}
ul + .wp-block-heading,
p + .wp-block-heading,
.wp-block-buttons + .wp-block-heading,
.wp-block-acf-link-group  + .wp-block-heading {
	margin-block-start: calc( 2 * var(--wp--custom--layout--block-gap-default) );
}
@media (max-width: 781px) {
	.wp-block-buttons.is-layout-flex .wp-block-button,
	.wp-block-buttons.is-layout-flex .wp-block-button a {
		width: 100%;
	}
}
.overflow-hidden {
	overflow: hidden;
}
.wp-block-acf-callout:not(.is-style-gray_on_white):not(.is-style-magenta_border):not(.is-style-green_border) + .wp-block-acf-text.is-style-small-icon,
.wp-block-acf-callout:not(.is-style-gray_on_white):not(.is-style-magenta_border):not(.is-style-green_border) + .wp-block-acf-text.is-style-large-icon {
	overflow: hidden;
	margin-block-start: 0;
}
.align-button-bottom {
	display: flex;
	flex-direction: column;
}
.align-button-bottom .wp-block-buttons {
	margin-top: auto;
}
.hidden-block {
	display: none;
}

/* COLORS */
:root {
	--wp--site--color: var(--wp--preset--color--magenta); /* fallback */
}
:root .site-id-17 {
	--wp--site--color: var(--wp--preset--color--teal);
}
:root .site-id-18 {
	--wp--site--color: var(--wp--preset--color--forest-green);
}

/* LAYOUT */
.site-inner {
	overflow: hidden;
}
.wrap {
	max-width: var(--wp--style--global--content-size);
	margin: 0 auto;
	padding-left: var(--wp--custom--layout--padding);
	padding-right:var(--wp--custom--layout--padding);
}

.wrap-wide,
.alignwide,
.archive .site-main,
.page-events .entry-header,
.page-past-webinars .entry-header,
.gform_wrapper > * {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}

/* This handles any core blocks inserted outside of
   our custom blocks, to give same spacing/behavior as .wrap. */
body:not(.single) .entry-content > *:not(.gw-block):not(.gform_wrapper):not(.alignwide) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
}
body.full-width-content {
	max-width: none;
}
.full-width-content
	.entry-content:first-child
	> .alignfull.has-background:first-child {
	margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
}
.full-width-content
	.entry-content:last-child
	> .alignfull.has-background:last-child {
	margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap));
}
@media (max-width: 991px) {
	.sidebar-primary {
		display: none;
	}
}
@media (min-width: 992px) {
	.content-sidebar .content-area .wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
		column-gap: calc( 2 * var(--wp--custom--layout--block-gap) );
	}
	.content-sidebar .site-main {
		float: none;
		width: 100%;
		max-width: var(--wp--style--global--content-size);
	}
	.content-sidebar .sidebar-primary {
		float: none;
		width: 100%;
	}
}
.wp-block-columns {
	margin-bottom: 0 !important; /* override wp core styles */
}
.wp-block-image img {
	object-fit: contain;
}
/* HEADINGS */
.wp-block-heading.is-style-display-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/04/goodwin-living-corporate-icon-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-green-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/05/Goodwin-Home-Health-Green-Icon-01-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-magenta-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/04/goodwin-living-at-home-icon-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-orange-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/05/Goodwin-Brain-Health-icon-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-ltgreen-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/05/Goodwin-Rehabilitation-Icon_Lt-Green-01-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-yellow-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/04/The-View-Alexandria-Icon-150x150.png') left center no-repeat;
	background-size: 39px;
}
.wp-block-heading.is-style-display-teal-icon {
	padding: var(--wp--custom--layout--padding-small) 0 var(--wp--custom--layout--padding-small) var(--wp--custom--layout--padding-large);
	background: url('../../../../uploads/2025/05/Goodwin-Hospice-Teal-Icon-01-150x150.png') left center no-repeat;
	background-size: 39px;
}

/* SCREENREADER */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* IMAGES & IMAGE BLOCK */
img {
	display: block;
	max-width: 100%;
	height: auto;
}
img.emoji {
	max-width: 16px;
	display: inline-block;
}
/* on mobile, all images are centered */
.wp-block-image.alignleft,
.wp-block-image.alignright,
.wp-block-image.aligncenter {
	float: none !important;
}
figure.wp-caption {
	max-width: 100%;
}
.wp-block-image figcaption {
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
}
.wp-block-image.is-style-rounded img {
	border-radius: var(--wp--custom--border-radius--medium);
}
@media (max-width: 781px) {
	.wp-block-image.alignright {
		margin-inline-start: 0;
	}
	.wp-block-image.alignleft {
		margin-inline-end: 0;
	}
}
@media (min-width: 782px) {
	.wp-block-image.alignleft {
		float: left !important;
	}
	.wp-block-image.alignright {
		float: right !important;
	}
	.wp-block-image.aligncenter {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 782px) and (max-width: 1575px)  {
	.wp-block-image.is-style-rounded.alignright:not(.post-summary__image) {
		margin-right: calc( -1 * var(--wp--custom--layout--padding) ) !important;
	}
	.wp-block-image.is-style-rounded.alignleft:not(.post-summary__image) {
		margin-left: calc( -1 * var(--wp--custom--layout--padding) ) !important;
	}
	.wp-block-image.is-style-rounded.alignright:not(.post-summary__image) img {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.wp-block-image.is-style-rounded.alignleft:not(.post-summary__image) img {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

/* SEPARATORS */
.wp-block-separator {
	background: var(--wp--preset--color--foreground);
	border: none;
	height: 1px;
	padding: 0;
	margin-top: var(--wp--custom--layout--block-gap-default);
	margin-bottom: var(--wp--custom--layout--block-gap-default);
}
.wp-block-separator.has-background {
	padding: 0;
}

/* FORM ELEMENTS */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
	display: inline-block;
}
input,
select,
textarea {
	background: var(--wp--preset--color--background);
	border: 1px solid
		var(--wp--preset--color--foreground);
	border-radius: 4px;
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--line-height--medium);
	padding: 12px;
	width: 100%;
}
input[type="checkbox"],
input[type="submit"] {
	width: auto;
}
select {
	height: 54px;
	appearance: none;
	background: url(../icons/utility/chevron-down.svg) calc( 100% - 1rem) 50% no-repeat;
	background-color: var(--wp--preset--color--background);
	background-size: 20px 10px;
	padding-right: 44px;
}

textarea {
	width: 100%;
	resize: vertical;
}
::-moz-placeholder {
	color: #888;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #888;
}
::-webkit-input-placeholder {
	color: #888;
}
input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0);
}

.comment-form-cookies-consent label {
	font-weight: 400;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

/* BREADCRUMBS */
#breadcrumbs {
	border-top: 1px solid #cccdcd;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--tiny);
	overflow: hidden;
	text-overflow: ellipsis;
}
#breadcrumbs {
	padding-top: var(--wp--custom--layout--padding-small);
    margin-bottom: var(--wp--custom--layout--padding-small);
}
.breadcrumb .sep {
	margin: 0 4px;
}
.archive-header .breadcrumb,
.post-header .breadcrumb {
	max-width: 100%;
	grid-column: 1/-1;
	margin-left: 0;
	margin-right: 0;
}
.breadcrumb a {
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
}
/* HEADER */
.site-header--top {
	background: #e5e5e5;
}
.site-header--bottom {
	position: relative;
	padding: var(--wp--custom--layout--padding-small) 0;
}
.site-header--bottom .wrap-wide {
	display: grid;
	grid-template-columns: 250px 1fr;
}
.site-id-1 .site-header--bottom .wrap-wide {
	grid-template-columns: 200px 1fr;
}
.searchwp-form {
	display: flex;
	align-items: center;
}
.searchwp-form > *:first-child {
	margin-right: 4px;
}
.search-submit {
	cursor: pointer;
}
.search-submit:hover {
	color: var(--wp--preset--color--background);
	background-color: var(--wp--preset--color--foreground);
}
.searchwp-live-search-results {
	border: 1px solid var(--wp--preset--color--light-gray-1);
	border-radius: var(--wp--custom--border-radius--medium) !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
	padding: calc( .5 * var(--wp--custom--layout--padding-small) ) var(--wp--custom--layout--padding-small) !important;
}
.searchwp-live-search-result {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.searchwp-live-search-result--title {
	font-size: var(--wp--preset--font-size--normal) !important;
	font-weight: 400 !important;
	margin-bottom: 0;
}
.searchwp-live-search-result--title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}
.searchwp-live-search-result--title a:hover {
	text-decoration: underline;
}
.site-header__logo {
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
}
.site-header__toggles {
	position: absolute;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-self: flex-end;
}
@media (min-width: 1160px) {
	.site-header__toggles {
		display: none;
	}
}
@media (max-width: 1159px) {
	.site-header {
		max-height: 100vh;
		/* overflow-y: auto; */
		overscroll-behavior-y: contain;
	}
	.site-header__search-form {
		display: none;
	}
}
.search-toggle,
.menu-toggle,
.favorite-toggle {
	background: rgba(0, 0, 0, 0);
	border: none;
	box-shadow: none;
	cursor: pointer;
	line-height: 0;
	padding: 0;
	text-align: center;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-toggle {
	width: 86px;
    height: 68px;
}
.search-toggle {
	width: 34px;
	height: 34px;
	padding-top: 7px;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
	width: 24px;
	height: 24px;
}

.menu-toggle .close,
.favorite-toggle .close {
	display: none;
}
.menu-toggle.active .close,
.favorite-toggle.active .close {
	display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
	display: none;
}

@media (min-width: 783px) {
	.admin-bar .site-container {
		padding-top: 32px;
	}
}
@media (max-width: 782px) {
	#wpadminbar {
		display: none !important;
	}
}

/* NAVIGATION */
.nav-menu > * {
	line-height: 0;
}
.nav-menu ul {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}
.nav-menu .menu-item {
	list-style: none;
}
.nav-menu .menu-item a {
	border: none;
	color: var(--wp--preset--color--foreground);
	display: block;
	font-size: var(--wp--preset--font-size--small);
	position: relative;
	padding: var(--wp--custom--layout--padding-small);
	text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
	padding-right: calc(var(--wp--custom--layout--padding-small) + 6px);
}
.nav-menu .submenu-expand {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	line-height: 0;
}
.nav-menu .submenu-expand:not(.expanded) .close,
.nav-menu .submenu-expand.expanded .open {
	display: none;
}
.site-header--bottom .searchwp-form {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.site-header--bottom .searchwp-form > label {
	flex-basis: 1078px;
	flex-shrink: 1;
}
.site-header--bottom .searchwp-form > label > input {
	border-radius: var(--wp--custom--border-radius--medium);
}
.site-header--bottom .site-header__search-form .searchwp-form > label > input {
	border: none;
}
.site-header--bottom .searchwp-form .search-submit,
.site-header--bottom .searchwp-form .header-search-form-close {
	flex-basis: 44px;
	flex-shrink: 0;
}
.site-header--bottom .searchwp-form .search-submit {
	background-color: transparent;
	border: none;
	background-image: url('../icons/utility/search.svg');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
}
.site-header--bottom .site-header__search-form .searchwp-form .search-submit {
	background-image: url('../icons/utility/search-blue.svg');
	background-size: contain;
	width: 44px;
	height: 44px;
}
.site-header--bottom .searchwp-form .header-search-form-close {
	background-image: url('../icons/utility/close-blue.svg');
	width: 44px;
	height: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
@media (min-width: 1160px) {
	/* ALL MENUS */
	.nav-menu .menu {
		display: flex;
		justify-content: flex-end;
	}
	.nav-menu .submenu-expand {
		display: none !important;
	}
	.nav-menu .sub-menu .menu-item {
		float: none;
	}
	.nav-menu .sub-menu .sub-menu li a {
		color: var(--wp--preset--color--background);
		font-size: 22px;
		padding: calc( .5 * var(--wp--custom--layout--padding-small) );
	}
	#mobile-nav-menu {
		display: none !important;
	}

	/* NETWORK GLOBAL MENU */
	#global-menu {
		justify-content: flex-start;
	}
	#global-menu > .menu-item {
		margin-left: 0;
	}
	#global-menu > .menu-item > a {
		font-size: var(--wp--preset--font-size--tiny);
	}
	#global-menu > .menu-item.current-menu-item > a {
		background: var(--wp--preset--color--background);
	}

	#primary-menu .menu-item {
		padding: 0 var(--wp--custom--layout--padding-small) ;
	}
	#primary-menu > .menu-item > a {
		display: inline-block;
		border-bottom: 6px solid;
		border-color: transparent;
		padding: 18px 0 4px;
		font-weight: 800;
		transition: all .2s ease;
	}
	#primary-menu > .menu-item > a:hover,
	#primary-menu > .menu-item.current-menu-item > a,
	#primary-menu > .menu-item.current-menu-ancestor > a  {
		color: var(--wp--preset--color--blue);
		border-color: var(--wp--preset--color--blue);
	}
	#primary-menu > .menu-item > .sub-menu,
	.site-header__search-form {
		background: var(--wp--preset--color--blue);
		left: -9999px;
		opacity: 0;
		transition: opacity .2s ease;
		position: absolute;
		z-index: 99;
		padding: calc( 2 * var(--wp--custom--layout--block-gap-default) );
	}
	#primary-menu .menu-item:hover > .sub-menu,
	#primary-menu .menu-item:focus-within > .sub-menu,
	.site-header__search-form.active {
		left: 0;
		right: 0;
		opacity: 1;
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item {
		max-width: var(--wp--style--global--content-size);
		margin-left: auto;
		margin-right: auto;
		padding-left: var(--wp--custom--layout--padding);
   	 	padding-right: var(--wp--custom--layout--padding);
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item-submenu-parent > a {
		padding-bottom: 12px;
		font-weight: 800;
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item > a {
		color: var(--wp--preset--color--background);
		font-size: var(--wp--preset--font-size--jumbo);
		padding: 8px 0;
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item > a:hover,
	#primary-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a,
	#primary-menu > .menu-item > .sub-menu > .menu-item.current-menu-ancestor:not(.menu-item-clone) > a {
		color: var(--wp--preset--color--yellow);
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item.current-menu-item.anchorlink > a {
		color: var(--wp--preset--color--white);
	}
	#primary-menu > .menu-item > .sub-menu > .menu-item.current-menu-item.anchorlink > a:hover {
		color: var(--wp--preset--color--yellow);
	}
	#primary-menu > .menu-item .sub-menu .menu-item a:hover:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 24px;
		margin-left: .5rem;
		background-image: url('../icons/utility/chevron-large-right-yellow.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center 3px;
	}
	#primary-menu > .menu-item .sub-menu .menu-item .sub-menu a:hover {
		color: var(--wp--preset--color--yellow);
	}
	#primary-menu > .menu-item .sub-menu .menu-item .sub-menu a:hover:after {
		height: 16px;
	}
	.menu-item--donate:not(.menu-item-clone) {
		margin-top: 6px;
	}
	.menu-item--donate:not(.menu-item-clone) > a {
		color: var(--wp--preset--color--background) !important;
		background-color: var(--wp--preset--color--dark-gray-1) !important;
		border: 2px solid var(--wp--preset--color--dark-gray-1) !important;
		border-color: transparent !important;
		padding: 8px 24px !important;
		border-radius: var(--wp--custom--border-radius--small);
		font-weight: 400 !important;
	}
	.menu-item--donate:not(.menu-item-clone) > a:hover {
		border-color: var(--wp--preset--color--dark-gray-1) !important;
		color: var(--wp--preset--color--dark-gray-1) !important;
		background-color: var(--wp--preset--color--background) !important;
	}
	.site-header__search-form.active {
		top: calc( 100% - var(--wp--custom--layout--padding-small) );
		padding-top: var(--wp--custom--layout--padding-small);
		padding-bottom: var(--wp--custom--layout--padding-small);
	}
	.site-header__search-form .wrap {
		display: block;
	}

	/* SECONDARY / AUX NAV MENU */
	#secondary-menu > .menu-item > a {
		padding: 8px;
		font-size: var(--wp--preset--font-size--tiny);
	}
	#secondary-menu > .menu-item:hover > a {
		text-decoration: underline;
		color: var(--wp--preset--color--blue);
	}
	#secondary-menu > .menu-item.menu-item.current-menu-item > a,
	#secondary-menu > .menu-item.menu-item.current-menu-ancestor > a {
		font-weight: 800;
	}
}
@media (max-width: 1159px) {
	body.overlay-active .site-inner,
	body.overlay-active .site-footer {
		filter: blur(8px) grayscale(80%);
	}
	.nav-menu:not(#mobile-nav-menu):not(#global-policy-nav-menu) {
		display: none;
	}
	#mobile-nav-menu {
		background: var(--wp--preset--color--background);
		left: -9999px;
		opacity: 0;
		transition: opacity .2s ease;
		position: absolute;
		z-index: 9999;
	}
	#mobile-nav-menu.active {
		top: 100%;
		left: 0;
		right: 0;
		opacity: 1;
	}
	#mobile-nav-menu li {
		position: relative;
	}
	#mobile-nav-menu li.search-icon {
		display: none;
	}
	#mobile-nav-menu .searchwp-form {
		margin-bottom: var(--wp--custom--layout--block-gap-default)
	}
	#mobile-nav-menu .searchwp-form,
	#mobile-nav-menu li a {
		padding-left: var(--wp--custom--layout--padding);
		padding-right: var(--wp--custom--layout--padding);
	}
	#mobile-nav-menu li a {
		font-size: 18px;
		line-height: 1;
		padding-top: 22px;
		padding-bottom: 20px;
	}
	#mobile-nav-menu li.from-primary-nav-menu:first-of-type {
		border-top: 1px solid var(--wp--preset--color--light-gray-1);
	}
	#mobile-nav-menu li.from-primary-nav-menu {
		border-bottom: 1px solid var(--wp--preset--color--light-gray-1);
	}
	#mobile-nav-menu li.from-primary-nav-menu > a {
		font-size: 22px;
		font-weight: bold;
	}
	#mobile-nav-menu > li.from-primary-nav-menu a:hover + svg,
	#mobile-nav-menu > li.from-primary-nav-menu.current-menu-item a + svg {
		fill: white;
	}
	#mobile-nav-menu li.from-primary-nav-menu button:hover + a {
		background-color: var(--wp--preset--color--blue);
		color: white;
	}
	#mobile-nav-menu li.from-primary-nav-menu .submenu-expand {
		position: absolute;
		top: 0;
		right: 32px;
		height: 66px;
		z-index: 2;
		transform: none;
		transform: rotate(90deg);
	}
	#mobile-nav-menu li.from-primary-nav-menu .submenu-expand svg {
		width: 18px;
		height: 18px;
	}
	#mobile-nav-menu li.from-primary-nav-menu .submenu-expand.expanded {
		transform: rotate(270deg);
	}
	#mobile-nav-menu li.from-primary-nav-menu > .sub-menu {
		height: 0;
		overflow: hidden;
		transition: height .2s ease;
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu li a {
		padding-left: var(--wp--custom--layout--padding-large);
	}
	#mobile-nav-menu li.from-primary-nav-menu > a:hover,
	#mobile-nav-menu li.from-primary-nav-menu.current-menu-item > a,
	#mobile-nav-menu li.from-primary-nav-menu > .sub-menu > li.current-menu-item > a {
		background-color: var(--wp--preset--color--blue);
		color: var(--wp--preset--color--background);
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu .menu-item-has-children .submenu-expand svg {
		fill: var(--wp--preset--color--foreground);
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu .menu-item-has-children:hover .submenu-expand svg,
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu .menu-item-has-children.current-menu-item .submenu-expand svg {
		fill: var(--wp--preset--color--background);
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu .sub-menu li a {
		padding-left: calc( 1.5 * var(--wp--custom--layout--padding-large) );
		font-size: 16px;
		padding-top: 0px;
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu li.current-menu-item .sub-menu li:first-child a {
		padding-top: 16px;
	}
	#mobile-nav-menu li.from-primary-nav-menu .sub-menu li.menu-item-has-children button {
		display: none;
	}
	#mobile-nav-menu li.from-secondary-nav-menu a:hover,
	#mobile-nav-menu li.from-secondary-nav-menu.current-menu-item a {
		font-weight: bold;
		text-decoration: underline;
	}

	#mobile-nav-menu #global-nav-start {
		display: flex;
    	align-items: center;
		background-color: var(--wp--preset--color--dark-gray-1);
		color: white;
		margin: 0;
		height: 60px;
		padding-right: var(--wp--custom--layout--padding-large);
		padding-left: calc(2.5 * var(--wp--custom--layout--padding));
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 800;
		background-image: url('../icons/utility/gl-logo-white.svg');
		background-repeat: no-repeat;
		background-position: var(--wp--custom--layout--padding) center;
	}
	#mobile-nav-menu li.from-global-nav-menu .submenu-expand {
		position: absolute;
		top: 0;
        right: 32px;
        height: 66px;
        z-index: 2;
	}
	#mobile-nav-menu li.from-global-nav-menu a {
		background-color: var(--wp--preset--color--dark-gray-1);
		color: white;
		padding-left: calc(2.5 * var(--wp--custom--layout--padding));
	}
	#mobile-nav-menu li.from-global-nav-menu a:hover,
	#mobile-nav-menu li.from-global-nav-menu.current-menu-item a {
		background-color: var(--wp--preset--color--light-gray-1);
		color: var(--wp--preset--color--foreground);
	}
	#mobile-nav-menu li.from-global-nav-menu:hover button,
	#mobile-nav-menu li.from-global-nav-menu.current-menu-item button {
		display: none;
	}
}

.breadcrumb-wrap {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
/* GOODWIN VARIATIONS & BLOCKS */
.wp-block-button.is-style-blue .wp-block-button__link:after,
.wp-block-button.is-style-green .wp-block-button__link:after{
	content: "";
	background: url('../icons/utility/blue-button-icon.svg') center center no-repeat;
	padding: 10px;
	margin-left: .5rem;
	margin-top: -4px;
}
.gw-block,
.acf-block-component:not(.wp-block-acf-link-group) {
	padding-top: var(--wp--custom--layout--block-gap);
	padding-bottom: var(--wp--custom--layout--block-gap);
}
.gw-block:not(.wp-block-acf-hero):not(.wp-block-acf-testimonials-full-width):not(.gw-block-w-two-columns):not(.wp-block-acf-link-group):not(.wp-block-acf-testimonials-full-width-subsite):last-child,
.acf-block-component:not(.wp-block-acf-hero):not(.wp-block-acf-testimonials-full-width):not(.gw-block-w-two-columns):not(.wp-block-acf-link-group):last-child {
	padding-bottom: calc( 2 * var(--wp--custom--layout--block-gap) );
}
.gw-block-w-two-columns .gw-two_column--heading,
.acf-block-preview .gw-two_column--heading,
.gw-block .gw-heading,
.acf-block-preview .gw-heading {
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: var(--wp--preset--color--dark-gray-1);
}
.gw-block-w-two-columns .gw-two_column--subheading,
.acf-block-preview .gw-two_column--subheading,
.gw-block .gw-subheading,
.acf-block-preview .gw-subheading {
	font-size: var(--wp--preset--font-size--colossal) !important;
	font-weight: 400 !important;
}
.gw-block-w-two-columns h2:not(.gw-two_column--heading):not(.gw-heading),
.acf-block-preview h2:not(.gw-two_column--heading):not(.gw-heading) {
	font-size: var(--wp--preset--font-size--colossal) !important;
	font-weight: 400 !important;
}
.gw-two_column-bordered_column {
	padding: var(--wp--custom--layout--padding);
	border-width: 1px;
	border-style: solid;
	border-radius: var(--wp--custom--border-radius--large);
}
@media (min-width: 782px) {
	.gw-two_column-bordered_column {
		padding: var(--wp--custom--layout--padding-large);
	}
}
.gw-two_column-level_3_heading {
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 400;
	text-transform: uppercase;
}
.block-long-text__innerblocks h3:not(.gw-two_column--subheading):not(.gw-two_column-level_3_heading) {
	color: var(--wp--preset--color--magenta);
	font-size: var(--wp--preset--font-size--gigantic) !important;
	font-weight: 400;
}
.wp-block-button.is-style-blue-text-chevron .wp-block-button__link {
	font-weight: 800;
}
.wp-block-button.is-style-blue-text-chevron .wp-block-button__link:after {
	content: "";
    background: url('../icons/utility/blue-link-icon.svg') center center no-repeat;
	padding: 10px;
    margin-left: .5rem;
}
.gw-block a[href^="tel:"] {
	text-decoration: none;
	font-weight: 800;
	color: var(--wp--preset--color--foreground);
}
.gw-block a[href^="tel:"]:hover {
	text-decoration: underline;
}
/* ARCHIVES */
.archive-header {
	background: var(--wp--preset--color--background);
	padding-bottom: var(--wp--custom--layout--block-gap);
}
.archive .site-inner .wrap,
.archive .archive-header .wrap,
.full-width-content .site-inner .wrap {
	max-width: var(--wp--style--global--wide-size) !important;
}
.archive-header h1 {
	margin: 0;
	font-size: var(--wp--preset--font-size--colossal);
	font-weight: 400;
	text-transform: none;
}
.archive-description {
	margin-top: calc( .5 * var(--wp--custom--layout--block-gap-default) );
}
@media (min-width: 792px) {
	.archive-description {
		max-width: 900px;
	}
}
.archive-description > *:first-child {
	margin-top: 0;
}
.archive-description > *:last-child {
	margin-bottom: 0;
}
.archive-header .breadcrumb {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.archive .site-main .gw-posts--wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: var(--wp--custom--layout--block-gap-medium);
	row-gap: var(--wp--custom--layout--block-gap);
	grid-column: 2;
}
.archive .site-main .gw-posts--wrapper .no-results,
.archive .site-main .gw-posts--wrapper .searchwp-revised-search-notice {
	grid-column-start: 1;
	grid-column-end: 3;
}
.archive .site-main .gw-posts--wrapper .no-results .entry-content p {
	padding-left: 0 !important;
}
@media (min-width: 1025px) {
	.archive .site-main {
		display: grid;
		grid-template-columns: 1fr 5fr;
		grid-row-gap: calc( .5 * var(--wp--custom--layout--block-gap-default) );
		grid-column-gap: var(--wp--custom--layout--block-gap-default);
	}
	.archive .site-main .gw-posts--wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.archive .site-main .gw-posts--wrapper .no-results,
	.archive .site-main .gw-posts--wrapper .searchwp-revised-search-notice {
		grid-column-start: 1;
		grid-column-end: 4;
	}
}
.gw-post {
	position: relative;
	padding-bottom: calc( 2 * var(--wp--custom--layout--block-gap-default) );
}
.gw-post img {
	width: 100%;
}
.post-date {
	clear: both;
	font-size: var(--wp--preset--font-size--tiny);
	color: var(--wp--preset--color--dark-gray-2);
}
.post-summary__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 400;
}
.post-summary__title a {
	color: var(--wp--preset--color--dark-gray-2);
	text-decoration: none;
}
.post-excerpt {
	font-size: var(--wp--preset--font-size--small);
}
.gw-button--yellow-small.wp-element-button.wp-block-button__link {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	background-color: var(--wp--preset--color--yellow);
	color:var(--wp--preset--color--foreground);
	border: var(--wp--custom--border-width--medium) solid var(--wp--preset--color--yellow);
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 10px 16px;
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
	line-height: 1;
}
.gw-button--yellow-small.wp-element-button.wp-block-button__link:hover {
	background-color: var(--wp--preset--color--background);
}
@media (min-width: 782px) {
	.gw-button--yellow-small.wp-element-button.wp-block-button__link {
		padding: 10px 24px;
	}
}
@media (max-width: 1024px) {
	.gw-facets,
	.gw-sorting-facets {
		display: none;
	}
	.facetwp-flyout h3 {
		font-size: var(--wp--preset--font-size--normal);
		margin-top: 0;
		display: none;
	}
	.facetwp-flyout .facetwp-facet {
		margin-bottom: var(--wp--custom--layout--block-gap-medium);
	}
}
.facetwp-flyout-open {
	display: block;
	margin-bottom: var(--wp--custom--layout--block-gap-default);
}
@media (min-width: 1025px) {
	.facetwp-flyout-open {
		display: none;
	}
	.gw-sorting-facets {
		grid-column-start: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.gw-sorting-facets--right {
		display: flex;
		justify-content: flex-end;
		order: 1;
	}
	.gw-sorting-facets .facetwp-facet {
		margin-bottom: 0 ;
	}
	.facetwp-facet.facetwp-facet-sort_results,
	.facetwp-facet.facetwp-facet-per_page {
		max-width: 300px;
		margin-left: var(--wp--custom--layout--block-gap-default)
	}
	.gw-facets {
		grid-row-start: 2;
	}
}
.facet-heading {
	font-weight: bold;
}
.facetwp-input-wrap {
	width: 100%;
}
.facetwp-icon {
	right: 14px !important;
}
.facetwp-facet select {
	height: auto;
}
.facetwp-icon {
	opacity: 1 !important;
}
.facetwp-icon:before {
	background: url('../icons/utility/search.svg') no-repeat !important;
	background-position: 5px 50% !important;
    background-size: 20px 20px !important;
}
.facetwp-hierarchy_select + .facetwp-hierarchy_select {
	margin-top: var(--wp--custom--layout--block-gap-default);
}
.facetwp-hierarchy_select.is-disabled,
.facetwp-hierarchy_select.is-empty {
	display: none;
}
.facetwp-facet.facetwp-facet-pagination,
.search-results .navigation.pagination {
	margin: var(--wp--custom--layout--block-gap) auto calc( 1.5 * var(--wp--custom--layout--block-gap) );
	max-width: var(--wp--style--global--content-size);
	grid-column: 1/-1;
}
.facetwp-facet-pagination .facetwp-pager,
.search-results .navigation.pagination .nav-links {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
}
.facetwp-facet-pagination .facetwp-pager a,
.search-results .navigation.pagination .nav-links .page-numbers {
	display: inline-block;
	background: var(--wp--preset--color--background);
	border: var(--wp--custom--border-width--tiny) solid
		var(--wp--preset--color--foreground);
	border-radius: var(--wp--custom--border-radius--tiny);
	color: var(--wp--preset--color--foreground);
	fill: var(--wp--preset--color--foreground);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.facetwp-facet-pagination .facetwp-pager a.prev,
.facetwp-facet-pagination .facetwp-pager a.next,
.search-results .navigation.pagination .nav-links .page-numbers.prev,
.search-results .navigation.pagination .nav-links .page-numbers.next {
	width: 60px;
}
.facetwp-facet-pagination .facetwp-pager a:not(.dots):hover,
.facetwp-facet-pagination .facetwp-pager a.active,
.search-results .navigation.pagination .nav-links .page-numbers:hover,
.search-results .navigation.pagination .nav-links .page-numbers.current {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	fill: var(--wp--preset--color--background);
}
.wp-block-columns.are-vertically-aligned-center {
	align-items: center !important;
}

/* SINGLE POSTS */
.single .type-post {
	border-bottom: 3px solid var(--wp--preset--color--light-gray-1);
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.single-header {
	overflow: hidden;
}
.single .single-header .post-summary__image {
	margin-bottom: calc( 2 * var(--wp--custom--layout--block-gap-default) );
}
.single .single-header .post-summary__image img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (min-width: 1254px) {
	.single .single-header .post-summary__image {
		position: relative;
		left: calc( ( 100vw - var(--wp--style--global--content-size) ) / 2  + var(--wp--custom--layout--padding-medium) );
	}
	.single .single-header .post-summary__image img {
		border-radius: var(--wp--custom--border-radius--medium);
	}
}
.single .entry-category,
.single .entry-date {
	display: inline-block;
	margin: 0;
}
.single .entry-category {
	margin-right: .5rem;
}
.single .entry-category a {
	font-weight: 800;
	text-decoration: none;
}
.single .entry-category a:hover {
	text-decoration: underline;
}
.single .entry-title {
	font-size: var(--wp--preset--font-size--gargantuan);
	color: var(--wp--preset--color--magenta);
	font-weight: 400;
	text-transform: none;
}
.single .entry-author {
	font-weight: 800;
}
.single .entry-content {
	margin-block-start: var(--wp--custom--layout--block-gap-default);
}
.single article h2.wp-block-heading {
	font-size: var(--wp--preset--font-size--colossal);
}
.single article h3.wp-block-heading {
	font-size: var(--wp--preset--font-size--gigantic);
	font-weight: 400;
}
.single article h4.wp-block-heading {
	font-size: var(--wp--preset--font-size--medium);
	margin-bottom: 0;
}
.single article figure.wp-block-image {
	margin-top: var(--wp--custom--layout--block-gap-default);
}
.single article .wp-block-list {
	padding-left: var(--wp--custom--layout--padding-small);
}
.single article .wp-block-quote {
	margin-top: var(--wp--custom--layout--block-gap);
	margin-bottom: var(--wp--custom--layout--block-gap);
	font-style: italic;
}
.socialsharecontainer {
	position: relative;
	margin-top: var(--wp--custom--layout--block-gap);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sharepost {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 800;
	cursor: pointer;
	margin: 0 2rem 1rem 0 !important;
}
@media (min-width: 600px) {
	.sharepost {
		margin: 0 2rem 0 0 !important;
	}
}
.sharepost svg {
	margin-right: .5rem;
}
.sharepost-social {
	margin-right: 32px;
}
.sharepost-social svg {
	transform: rotate(180deg);
}
.sharepost-email a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
}
.sharepost-email .svg-cont-email {
	background-color: #363839;
	border-radius: 100%;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: .5rem;
}
.sharepost-email .svg-cont-email svg {
	margin-right: 0;
	fill: var(--wp--preset--color--background);
}
.socialsharewrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 200px;
	border: 2px solid var(--wp--preset--color--light-gray-1);
	padding: 8px 16px;
	background-color: var(--wp--preset--color--background);
}
.socialsharewrap.active {
	display: block;
}
.socialsharewrap a {
	display: flex;
	align-items: center;
	margin: 8px 0;
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
	font-weight: 800;
}
.socialsharewrap a svg {
	margin-right: .5rem;
	fill: #54585a;
}
.pinshare.socialshare {
	margin-left: -2px;
}
.entry-header,
.entry-footer,
.after-entry {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
}
.entry-footer {
	margin-top: 48px;
}
.block-area-after-post {
	margin: calc( 2 * var(--wp--custom--layout--block-gap) ) 0;
}
.block-area-after-post pre {
	font-family: inherit;
	margin: 0;
	white-space: normal;
}
.gw-block.searchwp-related {
	max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
}
.glide__slide.searchwp-related-item > * {
	height: auto;
}
.searchwp-related h2 {
	margin: 0 0 var(--wp--custom--layout--block-gap);
	font-size: var(--wp--preset--font-size--colossal);
}
.searchwp-related-item .wp-block-image {
	margin: 0 auto !important;
	width: 100%;
}
/* WIDGETS */
@media (min-width: 1576px) {
	.block-area-sidebar {
		margin-right: calc( -1/2 * ( var(--wp--style--global--wide-size) - var(--wp--style--global--content-size) ) );
	}
}
.gw-widget {
	border: 3px solid var(--wp--preset--color--blue);
	border-radius: var(--wp--custom--border-radius--large);
	padding: var(--wp--custom--layout--padding);
	margin-top: var(--wp--custom--layout--block-gap);
}
.gw-widget:first-child {
	margin-top: 0;
}
.gw-widget:last-child {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.gw-widget .widget--heading {
	font-size: var(--wp--preset--font-size--jumbo);
	margin-top: 0;
}
.gw-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gw-widget ul li {
	margin-bottom: 4px;
}
.gw-widget ul li:last-child {
	margin-bottom: 0;
}
.gw-widget ul li a {
	text-decoration: none;
	font-weight: 800;
}
.gw-widget ul li a:hover {
	text-decoration: underline;
}
/* SEARCH */
.search-results .site-main .wrap {
	max-width: var(--wp--style--global--content-size);
	padding-bottom: calc( 2 * var(--wp--custom--layout--block-gap) );
}
.search-results .archive-header {
	padding-top: var(--wp--custom--layout--block-gap)
}
.search-results .archive-header .searchwp-form {
	max-width: 400px;
}
.search-results .gw-post {
 padding-bottom: var(--wp--custom--layout--block-gap-medium);
}
.search-results .gw-post .post-summary__title {
	font-size: var(--wp--preset--font-size--gigantic);
}
.search-results .gw-post .post-excerpt {

}
.search-results .gw-post .post-excerpt p {
	margin-top: 0;
}
.nav-links {
	display: flex;
	justify-content: space-between;
}
/* Testimonial Archives */
.archive-testimonials .site-main .gw-posts--wrapper {
	display: block;
}
.archive-testimonials .facetwp-pager {
	justify-content: center;
}
.archive-testimonials .testimonial {
	width: 100%;
	margin-bottom: 32px;
	padding-bottom: var(--wp--custom--layout--block-gap);
}
@media (min-width: 500px) {
	.archive-testimonials .testimonial {
		width: calc( 50% - 16px );
	}
}
@media (min-width: 782px) {
	.archive-testimonials .testimonial {
		width: calc( 33.333% - 16px );
	}
}
@media (min-width: 1254px) {
	.archive-testimonials .testimonial {
		width: calc( 25% - 16px );
	}
}
.archive-testimonials .testimonial .testimonial__text {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.archive-testimonials .testimonial .testimonial__text p {
	font-size: var(--wp--preset--font-size--large);
}
.archive-testimonials .testimonial-card .testimonial__byline {
	position: relative;
	top: auto;
	left: auto;
}
@media (min-width: 1025px) {
	.archive-testimonials .site-main {
		display: block;
	}
	.archive-testimonials .site-main .gw-posts--wrapper {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.testimonial-card {
	position: relative;
	overflow: hidden;
	border: 3px solid;
	border-radius: var(--wp--custom--border-radius--medium);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: calc( 6 * var(--wp--custom--layout--padding) ) var(--wp--custom--layout--padding);
	border-color: var(--wp--preset--color--dark-gray-1);
}
.testimonial-card .testimonial__bg-image {
	position: absolute;
	top: -16px;
	left: -16px;
	width: 208px;
	height: auto;
	opacity: .6;
}
.testimonial-card.org-hospice,
.testimonial-card.org-goodwin-hospice {
	border-color: var(--wp--preset--color--teal);
}
.testimonial-card.org-goodwin-house-alexandria,
.testimonial-card.org-goodwin-house-baileys-crossroads {
	border-color: var(--wp--preset--color--blue);
}
.testimonial-card.org-home-health {
	border-color: var(--wp--preset--color--forest-green);
}
.testimonial-card.org-goodwin-living-at-home {
	border-color: var(--wp--preset--color--magenta);
}
.testimonial-card.org-rehab {
	border-color: var(--wp--preset--color--lime-green);
}
.testimonial-card .testimonial__text {
	margin: 0;
}
.testimonial-card .testimonial__text p {
	font-size: var(--wp--preset--font-size--medium);
}

.testimonial-card .testimonial__byline {
	position: absolute;
	left: var(--wp--custom--layout--padding);
	top: calc( 100% - 4 * var(--wp--custom--layout--padding) );
	max-width: calc(100% - 2 * var(--wp--custom--layout--padding));
	height: 100px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem;
}
.testimonial-card .testimonial__photo {
	flex: 1 1 30%;
}
.testimonial-card .testimonial__photo {
	border-radius: 100%;
	overflow: hidden;
}
.testimonial-card .testimonial__byline_info {
	flex: 1 1 70%;
}
.testimonial__byline p {
	margin: 0;
}
.testimonial-card .testimonial__byline p {
	font-size: var(--wp--preset--font-size--tiny);
}
.testimonial__name p {
	font-weight: bold;
}
.testimonial-full-width {
	display: flex;
	align-items: center;
	gap: var(--wp--custom--layout--block-gap-default);
}

.testimonial-full-width .testimonial__photo img {
	width: 100%;
}
.testimonial-full-width .testimonial__content {
	flex: 1 1 60%;
}

.testimonial-full-width .testimonial__text p {
	margin-top: 0;
}
@media (max-width: 781px) {
	.testimonial-full-width {
		flex-wrap: wrap;
	}

}
@media (min-width: 782px) {
	.testimonial-full-width .testimonial__photo {
	flex: 0 1 40%;
}
	.testimonial-full-width .testimonial__content {
		max-width: 80%;
		margin: 0 auto;
	}
}
/* Single Events  */
.tribe-events-ajax-loading {
	display: none !important;
}
.tribe-events-single {
	max-width: var(--wp--style--global--content-size);
	padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: var(--wp--custom--layout--block-gap-default);
}
.tribe-events-single > * {
	flex-basis: 100%;
}
.tribe-events-single .entry-header {
	max-width: none;
	margin: 0;
	order: 2;
	border: 2px solid var(--wp--preset--color--magenta);
	border-radius: var(--wp--custom--border-radius--large);
	padding: calc( 1.5 * var(--wp--custom--layout--padding) );
}
.tribe-events-single .entry-content {
	margin: 0 0 var(--wp--custom--layout--block-gap);
}
@media (min-width: 782px) {
	.tribe-events-single .entry-header {
		flex-basis: 53%;
	}
	.tribe-events-single .entry-content {
		flex-basis: 42%;
	}
}
.tribe-events-meta-group {
	width: auto;
	margin: 0;
	padding: 0;
}
.tribe-organizer a {
	color: inherit;
	pointer-events: none;
	text-decoration: none;
}
/* Event - right side */
.tribe-events-single .entry-header h1 {
	margin-top: 0;
	font-size: var(--wp--preset--font-size--colossal);
	font-weight: 400;
	text-transform: none;
	color: var(--wp--preset--color--magenta);
}
.tribe-events-single .entry-header .tribe-events-schedule {
	display: block;
	margin: 0;
}
.tribe-events-single .entry-header .tribe-events-schedule h2,
.tribe-events-virtual-single-marker,
.tribe-events-hybrid-single-marker {
	font-size: var(--wp--preset--font-size--xx-large);
}
.tribe-events-virtual-single-marker,
.tribe-events-hybrid-single-marker {
	float: none;
	justify-content: flex-start;
}

@media (min-width:782px) {
	.tribe-events-single .entry-header .tribe-events-schedule h2,
	.tribe-events-virtual-single-marker,
	.tribe-events-hybrid-single-marker {
		font-size: var(--wp--preset--font-size--colossal);
	}
}
.tribe-events-single .entry-header .tribe-events-schedule h2 {
	margin-top: 0;
}
.tribe-events-single .tribe-events-c-subscribe-dropdown {
	margin: 0;
}
.tribe-events-c-subscribe-dropdown__export-icon {
	display: none;
}
.tribe-events-single .tribe-events-c-subscribe-dropdown__button {
	padding: 0;
	margin-top: var(--wp--custom--layout--block-gap-default);
}
.tribe-events-single .tribe-events-c-subscribe-dropdown__button button {
	background-color: transparent;
	border: none;
	padding: 0;
	color: var(--wp--preset--color--blue);
	font-weight: 800;
	font-size: var(--wp--preset--font-size--normal);
	cursor: pointer;
}
#tribe-events-subscribe-dropdown-content {
	display: none;
}
.tribe-events-c-subscribe-dropdown__list {
	list-style-type: none;
}
.tribe-events-c-subscribe-dropdown__list,
.tribe-events-c-subscribe-dropdown__list li,
.tribe-events-c-subscribe-dropdown__list li a {
	padding: 0 !important;
}
.tribe-events-c-subscribe-dropdown__list li a {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: .25rem;
}
.tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(-90deg);
	color: var(--wp--preset--color--blue);
	height: 8px !important;
	vertical-align: 10% !important;
}
.tribe-events-c-subscribe-dropdown__button-icon--rotate {
	transform: rotate(-90deg) !important;
}
.tribe-events-virtual-single-video-embed {
	margin-top: var(--wp--custom--layout--block-gap);
}
.event-details {
	margin-top: var(--wp--custom--layout--block-gap-medium);
}
.event-details > * {
	border-bottom: 1px solid var(--wp--preset--color--magenta);
	padding-bottom: var(--wp--custom--layout--block-gap-medium);
	margin-bottom: var(--wp--custom--layout--block-gap-medium);
}
.event-details > *:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.tribe-events-virtual-single-marker,
.tribe-events-hybrid-single-marker {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 0;
}
#virtual-event-marker-container {
	display: block;
	width: 100%;
	min-height: 1px;
}
#virtual-event-marker-container .tribe-events-virtual-single-marker {
	margin-bottom: var(--wp--custom--layout--block-gap-default)
}
.tribe-country-name {
	display: none;
}
.tribe-events-gmap {
	display: block;
}
#rsvp-button {
	display: inline-block;
	width: auto !important;
	margin-top: var(--wp--custom--layout--block-gap-medium);
}
.tribe-events-single .tribe-events-meta-group-organizer .tribe-events-single-section-title {
	font-weight: 400;
	font-size: var(--wp--preset--font-size--jumbo);
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
}
/* Event - left side */
.event-org {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 1rem;
}
.event-org--logo {
	width: 39px;
	height: auto;
}
.tribe-events-single .tribe-events-single-event-description h2 {
	margin-top: 0;
	font-size: var(--wp--preset--font-size--gigantic);
}
.tribe-events-single .tribe-events-single-event-description p {
	font-size: var(--wp--preset--font-size--normal);
}
.tribe-events-single .tribe-events-single-section-title,
.event-org--name {
	margin: 0;
	font-size: var(--wp--preset--font-size--normal);
	text-transform: uppercase;
	font-weight: 800;
}
.tribe-events-single .tribe-events-single-section-title {
	margin-bottom: var(--wp--custom--layout--block-gap-default);
}
.tribe-events-event-image img {
	border-radius: var(--wp--custom--border-radius--tiny);
}
.tribe-events-single-event-description {
	margin-top: var(--wp--custom--layout--block-gap);
	margin-bottom: var(--wp--custom--layout--block-gap);
}
/* Event Lists */
.page-events .entry-header,
.page-past-webinars .entry-header {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.page-events h1,
.page-past-webinars h1 {
	font-size: var(--wp--preset--font-size--colossal);
    font-weight: 400;
    text-transform: none;
}
.singular .tribe-events-calendar-list-nav {
	display: none;
}
.page-events .tribe-events-calendar-list-nav {
	display: block;
}
.page-events .site-main {
	display: block;
}
.tribe-events-calendar-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: calc(1.5 * var(--wp--custom--layout--block-gap));
}
.tribe-events-calendar-list__event {
	position: relative;
	padding-bottom: var(--wp--custom--layout--block-gap-large);
}
.tribe-events-calendar-list__event-featured-image {
	border-radius: var(--wp--custom--border-radius--tiny);
}
.tribe-events-calendar-list__event-title {
	margin-top: var(--wp--custom--layout--block-gap-default);
	margin-bottom: var(--wp--custom--layout--block-gap-default);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 500;
}
.tribe-events-calendar-list__event-title a {
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
}
.tribe-events-calendar-list__event-description {
	margin-top: var(--wp--custom--layout--block-gap-medium);
	margin-bottom: var(--wp--custom--layout--block-gap-medium);
}
.tribe-events-calendar-list__event-venue > * {
	display: block;
}
.tribe-events-calendar-list__event-venue-title {
	font-weight: bold;
}
.tribe-events-virtual-virtual-event,
.tribe-events-virtual-hybrid-event {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.tribe-events-virtual-virtual-event svg,
.tribe-events-virtual-hybrid-event svg {
	margin-right: .5rem;
}
.tribe-events .tribe-events-c-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	list-style: none;
	margin: var(--wp--custom--layout--block-gap) 0;
	padding: 0;
}
.tribe-events .tribe-events-c-nav__list-item {
    display: flex;
    width: 33.33%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
    width: 50%;
}
.tribe-events .tribe-events-c-nav__list-item--prev {
    justify-content: flex-start;
}
.tribe-events .tribe-events-c-nav__list-item--next {
    justify-content: flex-end;
}
.tribe-events .tribe-events-c-nav__list-item--today {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item--today {
    display: none !important;
    visibility: hidden;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-label-plural,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-label-plural {
    clip: auto;
    height: auto;
    margin: 0;
    position: static;
    width: auto;
}
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
    align-items: center;
    display: flex;
    flex: none;
    flex-wrap: wrap;
    justify-content: center;
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:hover {
	text-decoration: underline;
}
.tribe-events-c-nav__prev-label,
.tribe-events-c-nav__next-label {
	font-size: var(--wp--preset--font-size--medium);
}
.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg,
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
    display: none;
}
.tribe-events .tribe-events-c-nav__next-label-plural,
.tribe-events .tribe-events-c-nav__prev-label-plural {
    white-space: pre;
}
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events button.tribe-events-c-nav__prev:disabled {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: default;
    outline: none;
    pointer-events: none;
}
.tribe-events .tribe-events-c-nav__prev-icon-svg {
    display: block;
    margin-right: 8px;
    width: 7px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
    margin-right: 15px;
    width: 9px;
}
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events button.tribe-events-c-nav__next:disabled {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: default;
    outline: none;
    pointer-events: none;
}
.tribe-events .tribe-events-c-nav__next-icon-svg {
    display: block;
    margin-left: 8px;
    width: 7px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
    margin-left: 15px;
    width: 9px;
}
@media (min-width: 782px) {
	.tribe-events-calendar-list {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: var(--wp--custom--layout--block-gap);
	}
}
/* Contact page - edge case */
.contact-page--columns {
	gap: var(--wp--custom--layout--block-gap);
}
.contact-page--columns .gform_heading {
	border-top-right-radius: var(--wp--custom--border-radius--medium);
	border-top-left-radius: var(--wp--custom--border-radius--medium);
}
.contact-page--columns form {
	border-bottom-right-radius: var(--wp--custom--border-radius--medium);
	border-bottom-left-radius: var(--wp--custom--border-radius--medium);
}
@media (min-width: 1254px ) {
	.contact-page--columns .wp-block-column:first-child {
		margin-left: calc((100vw - var(--wp--style--global--content-size) - 2.5 * var(--wp--custom--layout--padding))/2);
	}
}
@media (min-width: 1576px ) {
	.contact-page--columns .wp-block-column:first-child {
		margin-left: calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size))/2);
	}
}
/* 404 / NOT FOUND */
.not-found {
	padding-bottom: var(--wp--custom--layout--block-gap);
	min-height: 300px;
}
.not-found .entry-header {
	max-width: var(--wp--style--global--content-size);
	padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
}
.not-found .entry-title {
	font-size: var(--wp--preset--font-size--colossal);
    font-weight: 400;
    text-transform: none;
}
.not-found .searchwp-form {
	padding-top: var(--wp--custom--layout--block-gap-medium);
}
/* FOOTER */
.site-footer {
	font-size: var(--wp--preset--font-size--normal);
}
.site-footer .wrap {
	max-width: var(--wp--style--global--content-size);
}
.site-footer--top {
	padding: calc( 2 * var(--wp--custom--layout--padding) ) 0;
	background-color: var(--wp--preset--color--light-gray-3);
}
.footer-identity {
	display: grid;
	grid-auto-rows: min-content;
	grid-template-columns: 1fr;
	row-gap: var(--wp--custom--layout--padding-small);
}
.site-footer__logo img {
	max-width: 320px;
}
.site-id-1 .site-footer__logo img {
	max-width: 222px;
}

.footer-address {
	margin-top: var(--wp--custom--layout--padding-small);
}
.footer-contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding:var(--wp--custom--layout--padding) 0;
	gap: 1rem;
}
.contact-method {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media (min-width: 600px) {
	.contact-method {
		width: calc( 50% - 1rem );
	}
	.contact-method--fax {
		order: 3;
	}

}
.footer-phone {
	color: var(--wp--preset--color--foreground);
	font-weight: 800;
	font-size: var(--wp--preset--font-size--large);
	text-decoration: none;
	margin-right: var(--wp--custom--layout--padding-large);
	margin-top: 4px;
}
.phone-icon {
	width: 47px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wp--preset--color--dark-gray-1);
	border-radius: 100%;
	margin-right: .5rem;
}
.phone-icon svg {
	fill: var(--wp--preset--color--light-gray-3);
}
.fax-icon {
	width: 47px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wp--preset--color--dark-gray-1);
	border-radius: 100%;
	margin-right: .5rem;
}
.fax-icon svg {
	fill: var(--wp--preset--color--light-gray-3);
}
.footer-menus {
	margin-top: var(--wp--custom--layout--padding-large);
}
.footer-network-nav {
	grid-column: 2;
}
.footer-accreditations {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: var(--wp--custom--layout--padding-small);
}
.footer-accreditations img {
	width: 45px;
	max-width: 45px;
	height: auto;
	margin-right: 2rem;
	margin-bottom: var(--wp--custom--layout--padding-small);
}
.footer-accreditations img:last-child {
	margin-right: 0;
}
.social-links {
	margin-top: var(--wp--custom--layout--padding-small);
}
.social-links a {
	margin-right: 1rem;
}
.social-links svg {
	fill: var(--wp--preset--color--dark-gray-1);
}
.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer .menu-item a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}
#footer-page-menu > .menu-item {
	margin-bottom: var(--wp--custom--layout--padding);
}
#footer-page-menu > .menu-item > a {
	font-weight: 800;
}
#footer-page-menu .sub-menu {
	margin-top: 8px;
}
.site-footer--bottom {
	background-color: var(--wp--preset--color--dark-gray-1);
	color: var(--wp--preset--color--background);
	padding: var(--wp--custom--layout--padding-medium) 0;
	font-size: var(--wp--preset--font-size--tiny);
}
.site-footer--bottom .global-logo {
	max-width: 220px;
	grid-row: 1/3;
}
#global-policy-nav-menu .menu {
	justify-content: flex-start;
}
#global-policy-nav-menu .menu .menu-item {
	display: inline-block;
	margin-bottom: var(--wp--custom--layout--padding-small);
	margin-left: 0;
	padding-right: 1rem;
	border-right: 1px solid white;
}
#global-policy-nav-menu .menu .menu-item:last-child {
	margin-left: 1rem;
	padding-right: 0;
	border-right: none;
}
#global-policy-nav-menu .menu .menu-item a {
	padding: 0;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--tiny);
}
.site-footer--bottom p {
	margin: 0;
	line-height: 1;
}

@media (min-width: 1025px) {
	.site-footer--top .wrap {
		display: grid;
		grid-template-columns: 1fr 2fr;
		column-gap: var(--wp--custom--layout--padding);
	}
	.footer-contacts .wp-block-button {
		margin-top: 0;
	}
	.footer-menus {
		margin-top: 0;
	}
	#footer-page-menu {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(3, auto);
	}
	.site-id-16 #footer-page-menu {
		grid-template-rows: repeat(4, 1fr);
	}
	#footer-network-menu {
		display: flex;
	}
	#footer-network-menu {
		margin-top: var(--wp--custom--layout--padding);
	}
	#footer-network-menu .menu-item {
		padding-right: .5rem;
		margin-left: .5rem;
		border-right: 1px solid var(--wp--preset--color--foreground);
		display: flex;
		align-items: center;
		text-align: center;
	}
	#footer-network-menu .menu-item:first-child {
		margin-left: 0;
	}
	#footer-network-menu .menu-item:last-child {
		border: none;
	}
	.site-footer--bottom .wrap {
		display: grid;
		grid-template-columns: 30% 70%;
		column-gap: var(--wp--custom--layout--padding);
	}
	#global-policy-nav-menu .menu .menu-item {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.site-footer--top .wrap {
		grid-template-columns: 1fr 1fr;
	}
}

/* Subsite specific footer bottom */
body:not(.site-id-1) #global-policy-nav-menu {
	grid-column: 1;
	padding-top: var(--wp--custom--layout--block-gap-default);
}
body:not(.site-id-1) .site-footer--bottom p {
	padding-top: var(--wp--custom--layout--block-gap-default);
}
.site-footer--bottom .menu-item a {
	color: var(--wp--preset--color--background);
}
.site-footer--bottom #footer-network-menu .menu-item {
	border-color: var(--wp--preset--color--background);
}
.site-footer--bottom .social-links {
	grid-row: 2;
}
.site-footer--bottom .social-links svg {
	fill: #fff !important;
}
.site-footer--bottom #footer-network-menu {
	margin-top: 0;
}
.site-footer--bottom .footer-network-nav {
	grid-column: 2;
	grid-row: 1;
}

/* GRAVITY FORMS */
.gform_wrapper{
	margin-top: var(--wp--custom--layout--block-gap);
	margin-bottom: var(--wp--custom--layout--block-gap);
}
.gform_wrapper:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 1252px) { /* just until it goes full width, after that we need a gap after */
	.gform_wrapper:last-of-type {
		margin-bottom: calc( 2 * var(--wp--custom--layout--block-gap) );
	}
}
.gform_wrapper > *:not(.gform_anchor) {
	max-width: calc( var(--wp--style--global--wide-size) - 2 * var(--wp--custom--layout--padding) );
	padding-top: var(--wp--custom--layout--padding-small);
	padding-bottom: var(--wp--custom--layout--padding-small);
	background-color: var(--wp--preset--color--light-blue);
}
.gform_heading .gform_description {
	margin-bottom: 0;
}
.gform_title {
	margin-block-end: var(--wp--custom--layout--block-gap-default);
	color: var(--wp--preset--color--blue);
	font-size: var(--wp--preset--font-size--colossal);
}
.gform_required_legend {
	display: none;
}
.gform_wrapper .gform_fields {
	grid-row-gap: 20px !important;
}
.gform_wrapper .gfield_label {
	font-size: var(--wp--preset--font-size--tiny) !important;
}
.gform_wrapper input[type=color],
.gform_wrapper input[type=date],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=email],
.gform_wrapper input[type=month],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=time],
.gform_wrapper input[type=url],
.gform_wrapper input[type=week],
.gform_wrapper select,
.gform_wrapper textarea {
	padding: 12px !important;
	font-size: var(--wp--preset--font-size--small) !important;
	border-color: var(--wp--preset--color--dark-gray-1) !important;
}
.gform_wrapper select {
	height: 45.2px !important;
}
.gform_wrapper .gfield-choice-input {
	margin-top: -4px !important;
}
.ginput_counter {
	padding-top: 0 !important;
	font-size: var(--wp--preset--font-size--tiny) !important;
}
.gform_agreement legend {
	display: none !important;
}
.gform_agreement .ginput_container_checkbox {
	margin-top: .55rem;
}
.gform_agreement label {
	font-weight: 400;
}
.gform_agreement label a {
	font-weight: 800;
	color: var(--wp--preset--color--foreground);
}
.gfield_description {
	color: var(--wp--preset--color--foreground) !important;
}
.gform_wrapper #field_submit input,
#rsvp-button {
	width: 100%;
	background-color: var(--wp--preset--color--dark-gray-1);
	border-width: 1px;
	border-style: solid;
	border-color: var(--wp--preset--color--dark-gray-1);
	color: var(--wp--preset--color--background);
	border-radius: var(--wp--custom--border-radius--medium);
	padding: 10px 24px;
	cursor: pointer;
	text-decoration: none;
}
.gform_wrapper #field_submit input:hover,
#rsvp-button:hover {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--dark-gray-1);
}
@media (min-width: 641px) {
	.gform_wrapper #field_submit input {
		width: auto;
		margin-left: auto;
	}
}
@media (min-width: 1254px) {
	.entry-content > .gform_wrapper,
	.block-area > .gform_wrapper  {
		padding-left: var(--wp--custom--layout--padding);
		padding-right: var(--wp--custom--layout--padding);
	}
	.entry-content > .gform_wrapper .gform_heading > *,
	.entry-content > .gform_wrapper form > *,
	.block-area > .gform_wrapper .gform_heading > *,
	.block-area > .gform_wrapper form > * {
		max-width: var(--wp--style--global--content-size);
		margin-left: auto;
		margin-right: auto;
		padding-left: var(--wp--custom--layout--padding);
    	padding-right: var(--wp--custom--layout--padding);
	}
	.gform_heading {
		border-top-right-radius: var(--wp--custom--border-radius--medium);
		border-top-left-radius: var(--wp--custom--border-radius--medium);
	}
	.gform_wrapper form {
		border-bottom-right-radius: var(--wp--custom--border-radius--medium);
		border-bottom-left-radius: var(--wp--custom--border-radius--medium);
	}
	.gform_agreement,
	.gform_wrapper #field_submit {
		margin-top: var(--wp--custom--layout--block-gap-default) !important;
	}
}

/* Modals */
.gw-modal-container {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: opacity .4s ease;
}
.gw-modal-container.active {
	opacity: 1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0,0,0,.75);
}
.gw-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	overflow-y: auto;
	width: var(--wp--style--global--content-size);
	height: auto;
	max-width: calc( 100vw - var(--wp--custom--layout--padding) );
	max-height: 100vh;
}
.gw-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	appearance: none;
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	height: 32px;
	width: 32px;
	background: url(../icons/utility/close.svg) center center no-repeat;
	background-size: contain;
}
.gw-modal-container .gform_wrapper {
	margin-top: 0;
	max-width: 100vw;
}
.pum-container {
	background: var(--wp--preset--color--background) url('/wp-content/uploads/2025/04/goodwin-living-corporate-icon-700x700.png') 113% 90px no-repeat!important;
	border-radius: var(--wp--custom--border-radius--large) !important;
	background-size: 400px!important;
}

.pum-close {
	font-size: var(--wp--preset--font-size--gigantic) !important;
	border: 2px solid var(--wp--preset--color--foreground) !important;
	border-radius: 50% !important;
	top: 32px !important;
	right: 32px !important;
	padding: 24px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1600px ) {
	.pum-container {
		background-size: 350px!important;
	}
}
@media (max-width: 1200px ) {
	.pum-container {
		background-size: 300px!important;
	}
}
@media (max-width:781px) {
	.pum-container {
		background-image: none!important;
	}
}
