/*** CHECK=public.css:public_css CONFIRM=d2074c8d493a2ccba7cd75e89fd3cae5 ***/




/*********************************************************************
** global.css.php ****************************************************
*********************************************************************/

/* pink = #e60572 */
/* dark pink = #930049 */
.cgm-bg-pink {
	background-color: #e60572;
}

.cgm-bg-pink {
	background-color: #e60572;
}

.cgm-text-gray {
	color: #383838;
}

.cgm-opacity-100 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.cgm-opacity-75 {
	filter: alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.cgm-opacity-50 {
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.cgm-opacity-25 {
	filter: alpha(opacity=25);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

.cgm-border-pink {
	border-color: #e60572;
}

.cgm-text-left {
	text-align: left;
}

.cgm-text-center {
	text-align: center;
}

.cgm-text-right {
	text-align: right;
}

.cgm-border-radius-0 {
	border-radius: 0;
}

.cgm-no-margin {
	margin: 0 !important;
}

/* busy spinner animation */
@keyframes spinner-chase {
	to {
		transform: rotate(360deg);
	}
}

.spinner-chase {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-chase;
	animation: .75s linear infinite spinner-chase;
}

.spinner-chase-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

._debug_out {
	background:#e4e4e4;
	border:1px solid #ccc;
	padding: 0;
	line-height: normal !important;
	transition: all .3s ease;
}

._debug_out > div {
	cursor: pointer;
	border: 0 !important;
	padding: 20px 20px 0 !important;
	height: 58px !important;
	font-size: 18px !important;
	transition: all .3s ease;
}

._debug_out > div:hover {
	background:#cacaca;
	padding: 20px 20px 0 !important;
	height: 58px !important;
	transition: all .3s ease;
}


._debug_out > pre {
	margin: 0 20px 20px !important;
	padding: 20px !important;
	font-size: 14px !important;
	line-height: 20px !important;

	/* #f6ba52 */
	/* #ffd180 */
	background: repeating-linear-gradient(
	  to bottom,
	  #eeeeee,
	  #eeeeee 20px,
	  #fff 20px,
	  #fff 40px
	);
}

._debug_unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Standard */
}

/*********************************************************************
** extra/global.jquery-ui.css ****************************************
*********************************************************************/

/*! jQuery UI - v1.14.1 - 2026-01-08
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	touch-action: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}
.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}


/*********************************************************************
** public.css.php ****************************************************
*********************************************************************/


/**************************************************************************************************/
/* ROOT  */
/**************************************************************************************************/
:root {
	--cgm-debug-label-size-height: 16px;
	--cgm-debug-label-size-width: auto;
	--cgm-debug-label-size-color: #ffffffc2;
	/* --cgm-h1-letter-spacing: -0.162vw;
	--cgm-h2-letter-spacing: -0.162vw;
	--cgm-h3-letter-spacing: -0.162vw; */
	--cgm-h1-letter-spacing: -2px;
	--cgm-h2-letter-spacing: -2px;
	--cgm-h3-letter-spacing: -2px;
	--cgm-htag-border: 2px;

	--cgm-dusty-pink: #c79089;
	--cgm-dusty-pink-hover: #d6aba7;
	--cgm-burgandy: #6a4348;
	--cgm-very-subtle: #bcb2a7;
}

html.cgm-debug {
	margin-top: 0 !important;
}

body.admin-bar.cgm-debug #wpadminbar {
	display: none;
}

body.admin-bar .cgm-top-bar {
	top: 32px;
}

body.cgm-debug .cgm-debug-border {
	border: 6px solid #e60572 !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-light {
	border-width: 2px !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-heavy {
	border-width: 10px !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-pink {
	border-color: #e60572 !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-red {
	border-color: #f00 !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-green {
	border-color: #0f0 !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-blue {
	border-color: #00f !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-yellow {
	border-color: #ff0 !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-cyan {
	border-color: #0ff !important;
}

body.cgm-debug .cgm-debug-border.cgm-debug-color-magenta {
	border-color: #f0f !important;
}

/* .cgm-debug-thick {
	border-width: 4px !important;
}

.debug {
	border: 2px solid #f00;
} */
.cgm-legal-mark {
	margin-left: 2px;
	line-height: normal;
}


.cgm-debug-clone {
	visibility: hidden;
}

body .cgm-debug-container {
	display: none;
}

body.cgm-debug .cgm-debug-container {
	display: block;
}

body .cgm-debug-guides .cgm-debug-guide,
body .cgm-debug-guides .cgm-debug-label {
	display: none;
}

body.cgm-debug-toggle-guides .cgm-debug-guides .cgm-debug-guide,
body.cgm-debug-toggle-guides .cgm-debug-guides .cgm-debug-label {
	display: block;
}

.cgm-debug-guide {
	position: fixed;
	background: #1eeff7;
	z-index: 999999;
	opacity: 0.25;
}

.cgm-debug-guide-vert {
	width: 2px;
	bottom: 0;
	height: 100%;
}

.cgm-debug-guide-horz {
	height: 2px;
	left: 0;
	width: 100%;
}

.cgm-debug-guide-vert-exact,
.cgm-debug-guide-horz-exact {
	opacity: 0.45;
}

.cgm-debug-guide-height {
	left: 32px;
	background: #2432f1;
	opacity: 0.45;
}

.cgm-debug-guide-width {
	bottom: 32px;
	background: #01a549;
	opacity: 0.45;
}

.cgm-debug-guide-breakpoint {
	background: #b700b5;
}

.cgm-debug-fault {
	background: #f00 !important;
	color: #fff !important;
}

.cgm-debug-label {
	color: #009ba1;
	width: var(--cgm-debug-label-size-width);
	height: var(--cgm-debug-label-size-height);
	position: fixed;
	z-index: 999999;
	line-height: normal;
	background: var(--cgm-debug-label-size-color);
	border-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: right;
	min-width: 100px;
}

.cgm-debug-label-vert {
	bottom: 85px;
	transform: rotate(-90deg);
	transform-origin: top left;
}

.cgm-debug-label-vert.cgm-debug-label-offset {
	bottom: 185px;
}

.cgm-debug-label-vert-R {}

.cgm-debug-label-horz {
	left: 100px;
}

.cgm-debug-label-horz.cgm-debug-label-offset {
	left: 200px;
}

.cgm-debug-label-horz.cgm-debug-label-offset.cgm-debug-label-offset-x {
	left: 300px;
}

.cgm-debug-origin {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	text-align: left;
	bottom: 0;
	z-index: 99999;
	background: #e60572;
	background: rgba(147, 0, 73, 0.75);
	padding-top: 5px;
}

.cgm-debug-origin .cgm-debug-label {
	border-radius: 0;
	display: inline-block;
	text-align: left;
	position: static;
	background: none;
	color: #fff;
}

.cgm-debug-origin button.cgm-debug-action {
	width: 40px;
	height: 40px;
	border: 0;
	background: #930049;
	background: #e60572;
	color: #fff;
	margin-right: 10px;
	float: right;
}

button.cgm-debug-action i {
	font-size: 24px;
	top: 1px;
}

button.cgm-debug-action:hover {
	opacity: .75;
	cursor: pointer;
}

.cgm-debug-label-height {
	color: #2432f1;
	bottom: 16px;
}

.cgm-debug-label-width {
	color: #01a549;
	bottom: 0;
}

.cgm-debug-label-breakpoint {
	color: #b700b5;
}

.cgm-debug-label .cgm-debug-value {
	font-size: 12px;
	font-family: Courier Prime;
	text-align: left;
	margin: 0px 10px;
	height: 16px;
}

.cgm-debug-label .cgm-debug-unit {
	vertical-align: super;
}

.cgm-debug-label .cgm-debug-value strong {
	font-size: 16px;
	font-family: Courier Prime;
	font-weight: 900;
	margin-right: 5px;
	letter-spacing: -0.25px;
}

/*********************************************************************
** public.css ********************************************************
*********************************************************************/

:root {
	/*  --title-logo-margin: calc(2vw + 2px);   */
	--title-logo-margin: calc(1vw + 2px);
	--title-text-margin: calc(1vw + 2px);
	--CHOCK-large-font-size: 60px;
	--CHOCK-medium-font-size: 44px;
	--CHOCK-font-weight: 900;
	/* --color-light-blue: #eef8fe; */
	/* --color-light-blue: #ceeeff; */
	/* --color-light-blue: #cdecfc; */
	/* --color-light-blue: #ecf8ff; */
	--color-light-blue: #e5f5ff;
	--charity-subtitle-family: "Source Sans Pro", "Segoe UI", system-ui, sans-serif;
	--charity-subtitle-weight: 600;
	--debug-none: 0;
	--debug-width: 0;
	--debug-red: var(--debug-width) solid #f00;
	--debug-green: var(--debug-width) solid #0f0;
	--debug-blue: var(--debug-width) solid #00f;
	--debug-magenta: var(--debug-width) solid #f0f;
	--debug-cyan: var(--debug-width) solid #0ff;
	--debug-black: var(--debug-width) solid #000;
}

:root .cgm-charity :where(.is-layout-constrained) > * {
	margin-block-start: 60px; margin-block-end: 60px; }

/* ============================================================
   HIGHLIGHTS (desktop only)
   ============================================================ */
.charity-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-columns: repeat(3, minmax(320px, 1fr)); */
	gap: clamp(24px, 2.2vw, 48px);
	max-width: 1100px;
	max-width: min(90vw, 2400px);
	margin-inline: auto; justify-content: center;
	place-content: center;
	margin: 5vw auto;
	padding-inline: clamp(24px, 4vw, 96px); /* ⭐ buffer */
}

.charity-highlight {
	display: grid;
	grid-template-rows: auto auto;
	align-content: center;
	text-align: center;
	aspect-ratio: 1 / .65;
	/* padding: clamp(24px, 2vw, 48px) 0 clamp(24px, 2vw, 48px) 0; */
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px #00000014;
	container-type: inline-size;
	box-sizing: border-box;
}

/* value (big number) */
.charity-highlight-value {
	font-weight: 900;
	line-height: 1;
	font-size: clamp(34px, 3.2vw, 72px);
	color: #005dab;
	margin-bottom: 12px;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
	position: relative;
}

.charity-highlight-value .charity-prefix {
	position: absolute;
	top: 0;
}

.charity-highlight-value .charity-prefix.charity-dollar > span {
	position: relative;
	font-size: 1.89vw;
	left: -1.2vw;
	top: -1.2vw;
}

.charity-highlight-value .charity-suffix {
	position: absolute;
	top: 0;
}

.charity-highlight-value .charity-suffix.charity-plus > span {
	position: relative;
	font-size: 1.89vw;
	left: 0.2vw;
	top: -0.6vw;
}

.charity-highlight-title {
	line-height: 1em;
	font-weight: 800;
	font-weight: 900;
	/* font-size:1.2em; */
	font-size: clamp(14px, 1.8vw, 38px);
	margin: 1vw clamp(24px, 2vw, 48px) 0.4vw clamp(24px, 2vw, 48px);
}

/* caption (label text) */
.charity-highlight-caption {
	font-size: clamp(18px, 1.05vw, 28px);
	line-height: normal;
	font-weight: 500;
	color: #4a4a4a;
	white-space: nowrap;
	margin: 0 clamp(24px, 2vw, 48px);
}

body.cgm-charity.page-template-charity-become .cgm-charity-hero-container {
	/* background:#fbfcfe; */
	background: linear-gradient( to right, #f5f9fc 0%, #f7fafc 8%, #fbfcfe 100% );
	/* background: linear-gradient( to right, #f5f9fc 0%, #fbfcfe 100%); */
	/* background: linear-gradient( to right, #f5f9fc 0%, #fbfcfe 100%); */
}

body.cgm-charity {
	background: #fff !important;
}

body.page-template-charity-partners {
	background: var(--color-light-blue) !important;
}

.cgm-text-center {
	text-align: center;
}

.cgm-charity .charity-container > .charity-sections {
	max-width: 900px;
	margin: 30px auto 0;
	margin-left: auto !important;
	margin-right: auto !important;
}

.cgm-charity #content > div.col-full {
	max-width: none;
	padding: 0;
	margin: 0 !important;
}

.cgm-charity .charity-zip-form .charity-zip-controls {
	display: inline-block;
}

.cgm-charity .charity-zip-form {
	background-color: var(--color-light-blue);
	position: relative;
	border-width: 0;
	padding: 30px 20px 38px 20px;
	margin: 50px auto 0;
	text-align: center;
	border-radius: 0 0 15px 15px;
}

.cgm-charity .charity-zip-form h3 {
	margin: 0 0 25px 0 !important;
}

.cgm-charity .charity-zip-button {
	background: #00a950;
	background-repeat: no-repeat !important;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	width: 162px;
	height: 56px;
	color: #ffffff;
	margin: 0 !important;
	display: inline-block !important;
}

.cgm-charity .charity-zip-field:focus {
	background-color: #fcfcfc;
}

.cgm-charity .charity-zip-field {
	display: inline-block !important;
	margin: 0;
	margin-right: 8px;
	/* border: 1px solid #8d969a; */
	border: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 3em;
	float: left;
	box-sizing: content-box;
	color: #7a7a7a;
	text-align: center;
	font-weight: 300;
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0 1px 0 0 #daf3f9;
	width: 160px;
	height: 54px;
	background-color: #fff;
	position: relative;
	top: 1px;
}

@media (min-width: 768px) and (max-width: 768px) {
	nav#site-navigation.main-navigation .primary-navigation {
		display: none;
	}
}

@media(max-width: 66.4989378333em) {
	.cgm-charity #content > div.col-full {
		margin-left:0;
		margin-right: 0;
		padding: 0
	}
}

@media(max-width: 984px) {
	.cgm-charity .charity-container > .charity-sections {
		margin-left:2.617924em !important;
		margin-right: 2.617924em !important;
	}
}

@media(max-width: 568px) {
	.cgm-charity #content > div.col-full {
		margin-left:0;
		margin-right: 0;
		padding: 0
	}

	.cgm-charity .charity-container > .charity-sections {
		margin-left: 1.41575em !important;
		margin-right: 1.41575em !important;
	}
}

.cgm-charity .charity-container {
	margin: 0 auto;
}

.cgm-charity .charity-container > .charity-header .charity-header-inner {
	background-color: #fff;
	border-radius: 15px 15px 20px 20px;
	max-width: 850px;
	padding: 50px 0 0;
	margin: 0 auto;
	box-shadow: 0px 11px 30px -5px #00000052;
}

.cgm-charity .charity-container > .charity-header {
	padding: 90px 40px;
	background-size: 550px;
	background-repeat: repeat;
}

.cgm-charity .charity-container > .charity-header .charity-masthead {
	margin-bottom: 40px;
}

.cgm-charity .charity-container > .charity-header .charity-masthead .charity-masthead-inner {
	max-width: 800px;
	margin: 0 50px;
}

.cgm-charity .charity-container .charity-table {
	display: table;
}

.cgm-charity .charity-container .charity-tr {
	display: table-row;
}

.cgm-charity .charity-container .charity-td {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.cgm-charity .charity-container .charity-td:first-child {
	width: 30%;
}

.cgm-charity .charity-container .charity-td:last-child {
	width: 70%;
}

.cgm-charity .charity-title {
	font-size: calc(2.3vw + 16px);
	font-size: 40px;
	text-align: right;
	font-weight: 800;
	margin: 0 var(--title-text-margin) 0 0;
	padding: 0;
	color: #065eab;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
}

body.cgm-charity .charity-logo {
	text-align: center !important;
	margin: 0 0 0 var(--title-logo-margin) !important;
	height: auto !important;
	display: block !important;
	align-items: normal !important;
	justify-content: normal !important;
}

body.cgm-charity .charity-logo img {
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
}

/* .cgm-charity .charity-logo img {
	max-height: 50px;
	aspect-ratio: 405 / 65;
	object-fit: cover;
	overflow: visible;
	margin: 0 auto;
	border-radius: 0 !important;
} */


.cgm-charity .charity-section.charity-zebra {
	gap: 24px 50px;
	gap: 24px 70px;
}

.cgm-charity .charity-section.charity-zebra .charity-content {
	display: inline;
	font-family: PT Sans,sans-serif !important;
}

.cgm-charity .charity-section .charity-content p, .cgm-charity .charity-section.charity-zebra .charity-content p {
	font-family: PT Sans,sans-serif !important;
}

body.page-template-charity-landing .cgm-lead-in .charity-content p {
	text-align: left;
	padding-top: 6px;
}

.cgm-charity .charity-section.charity-zebra .charity-column .wp-block-group.is-vertical.is-layout-flex {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.cgm-charity .charity-section.charity-zebra:nth-child(odd of .charity-section.charity-zebra) {
	flex-direction: row-reverse;
}

.cgm-charity .charity-section.charity-zebra .charity-column:first-child {
	flex: 1.2;
}

.cgm-charity .charity-section.charity-zebra .charity-column:last-child {
	flex: 2;
}

.cgm-charity .charity-section ol, .cgm-charity .charity-section ul {
	width: 100%;
	padding-left: 25px;
	font-family: Filson-Pro, sans-serif;
}

.cgm-charity .charity-section.charity-zebra .charity-image {
	text-align: left;
}

.cgm-charity .charity-section.charity-zebra:nth-child(odd of .charity-section.charity-zebra) .charity-image {
	text-align: right;
}

/* SVGs get universally centered */
.cgm-charity .charity-section.charity-zebra .charity-image.charity-image-svg {
	text-align: center !important;
}

.cgm-charity .charity-section.charity-zebra .charity-image.charity-image-svg > svg {
	max-width: 300px;
	max-height: 300px;
	max-width: 200px;
	max-height: 200px;
	height: 100%;
	width: 100%;
	margin-left: 70px;
}

.cgm-charity .charity-section.charity-zebra:nth-child(odd of .charity-section.charity-zebra) .charity-image.charity-image-svg > svg {
	margin-right: 70px;
	margin-left: 0;
}

.cgm-charity .charity-section .charity-image img.charity-image-fixed-aspect {
	width: 300px;
	object-fit: cover;
	border-radius: 100%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	margin: 0 auto 0 0;
	position: relative;
	left: 25px;
}

.cgm-charity .charity-section.charity-zebra:nth-child(odd of .charity-section.charity-zebra) .charity-image img.charity-image-fixed-aspect {
	margin: 0 0 0 auto;
	left: -25px;
}

.cgm-charity .hentry .entry-content .wp-block-columns .charity-image.charity-column.wp-block-column {
	margin-right: 0;
}

.cgm-charity .charity-block-heading {
	font-style: normal;
	font-weight: 900;
	line-height: 32px;
	/* color: #f00; */
}

.cgm-charity .charity-swatch {
	border: 3px solid #000;
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
	background-color: #000;
	color: #fff;
	width: 175px;
	margin: 0 auto;
	padding: 5px 10px 0px 10px;
	text-align: center;
	position: fixed;
	z-index: 999;
	opacity: .1;
	transition: all .25s ease;
	left: 20px;
	bottom: -136px;
}

.cgm-charity .charity-swatch:hover {
	opacity: 1;
	bottom: 0;
}

.cgm-charity .charity-swatch > div {
	background-color: #fff;
	padding: 10px 10px 5px;
	border-radius: 10px 10px 0 0;
	margin-top: 8px;
}

.cgm-charity .charity-swatch > div > div {
	padding: 0;
	padding-top: 5px;
	margin: 0 auto;
	line-height: normal;
	height: 40px;
}

.cgm-charity .charity-swatch > div > div > div:first-child {
	float: left;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
}

.cgm-charity .charity-swatch > div > div > div:last-child {
	color: #000;
	text-align: left;
	line-height: 18px;
	position: relative;
	top: -5px;
}

.cgm-charity .charity-swatch > div > div > div:last-child > div {
	font-size: 14px;
	color: #999;
}

.cgm-charity .charity-button {
	border-radius: 8px !important;
	transition: background-shadow, color, transform .18s ease;
	text-transform: uppercase;
}

.cgm-charity .charity-block-buttons .charity-aside > div {
	position: relative;
	top: -2px;
	left: -12px;
	font-size: 14px;
}

.cgm-charity .charity-block-buttons .charity-block-button {
	margin: 0;
}

.cgm-charity .charity-button:focus, .cgm-charity .charity-button:active {
	outline-color: transparent;
	outline-width: 0;
}

.cgm-charity .charity-button:hover {
	transform: scale(1.05) translateY(-2px);
	box-shadow: 0px 11px 30px -5px #00000026;
}

.charity-can_donate.charity-section .charity-block .charity-content > p {
	white-space: nowrap;
}

.charity-can_donate.charity-section .charity-block .charity-content > ul {
	max-width: 440px;
	margin: 0 !important;
}

body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row {
	display: flex;
	align-items: center;
	gap: 4rem;
}

body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-image {
	flex: 0 0 40%;
}

body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-text {
	flex: 0 0 60%;
}

body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-text p {
	margin: 0 6.1vw 0 0 !important;
}

@media(max-width: 781px) {
	.cgm-charity .charity-section.charity-zebra .charity-image {
		padding: 0;
		margin-bottom: 0 !important;
	}

	.cgm-charity .charity-section.charity-zebra .charity-image.charity-image-file img.charity-image-fixed-aspect {
		margin: 0 auto !important;
		left: 0 !important;
	}

	.cgm-charity .charity-section.charity-zebra .charity-image.charity-image-svg svg {
		margin: 0 !important;
	}

	:root .cgm-charity :where(.is-layout-constrained) > * {
		margin-block-start: 24px; margin-block-end: 30px; }

	:root .cgm-charity :where(.is-layout-constrained) > *:first-child {
		margin-block-start: 50px; }

	:root .cgm-charity :where(.is-layout-constrained) > .charity-can_donate {
		margin-block-start: 55px; }

	.cgm-charity .charity-container > .charity-header .charity-header-inner {
		padding: 38px 0 0;
	}

	.cgm-charity .charity-title {
		margin-right: var(--title-text-margin);
	}

	.cgm-charity .charity-logo {
		margin-left: var(--title-logo-margin);
	}

	.cgm-charity .charity-container > .charity-header .charity-masthead .charity-td {
		display: block;
		width: 100%;
	}

	.cgm-charity .charity-container > .charity-header .charity-masthead .charity-td .charity-title {
		margin: 0 auto;
		text-align: center;
		font-size: calc(2.3vw + 18px);
		margin-bottom: 35px;
	}

	.cgm-charity .charity-container > .charity-header .charity-masthead .charity-td .charity-logo {
		margin: 0 auto;
	}

	.cgm-charity .charity-container > .charity-header {
		padding: 45px 40px;
	}

	.cgm-charity .charity-container > .charity-header .charity-masthead .charity-masthead-inner {
		max-width: 100%;
	}

	.cgm-charity .charity-container > .charity-header .charity-masthead .charity-table {
		margin: 0 auto;
	}

	.cgm-charity .charity-block-heading {
		font-style: normal;
		font-weight: 900;
		line-height: 32px;
		text-align: center;
	}

	.cgm-charity .charity-block-buttons {
		display: block;
		margin: 0 auto;
		position: relative;
		top: -22px;
	}

	.cgm-charity .cgm-partner-card .charity-block-buttons {
		margin: auto auto 0 0;
		position: relative;
		top: 0;
	}

	.cgm-charity .charity-block-buttons .charity-block-button {
		display: block;
	}

	.cgm-charity .charity-block-buttons .charity-aside {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		margin-top: 1.41575em;
	}

	.cgm-charity .charity-block-buttons .charity-aside > div {
		position: relative;
		top: -18px;
		left: 0;
		font-size: 14px;
		text-align: center;
	}

	.cgm-charity .hentry .entry-content .wp-block-columns .charity-column.wp-block-column:not(.charity-image) {
		margin-bottom: 1.4em;
	}

	.cgm-charity .charity-section.charity-zebra.charity-section-has-button-aside {
		margin-bottom: 55px;
	}

	.charity-can_donate.charity-section .charity-block .charity-content > p {
		text-align: center;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		white-space: normal;
		line-height: normal;
	}

	.charity-can_donate.charity-section .charity-block .charity-content > ul {
		max-width: 350px;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 !important;
	}

	.cgm-multi-col {
		column-gap: 105px !important;
	}
}

@media(max-width: 600px) {
	.cgm-charity .charity-zip-form {
	}

	.cgm-charity .charity-zip-form h3 {
		line-height: 26px;
		font-size: 24px !important;
		width: 295px !important;
		display: inline-block;
	}

	.cgm-charity .charity-zip-form .charity-zip-controls {
		display: block !important;
	}

	.cgm-charity .charity-zip-form.busy .charity-zip-controls {
		display: none !important;
	}

	.cgm-charity .charity-zip-field {
		float: none;
		display: block !important;
		width: 100%;
		margin-bottom: 8px;
	}

	.cgm-charity .charity-zip-button {
		display: block !important;
		width: calc(100% + 2px);
	}
}


@media(max-width: 415px) {
	.cgm-charity .charity-zip-form h3 {
		width: auto !important;
	}
}

.cgm-charity .charity-zip-form {
	min-height: 187px;
}

.cgm-charity .charity-zip-form .charity-zip-busy {
	display: none;
}

.cgm-charity .charity-zip-form .charity-zip-busy .charity-zip-message {
	display: none;
}

.cgm-charity .charity-zip-form .charity-zip-error {
	display: none;
}

.cgm-charity .charity-zip-form.busy {
	padding-bottom: 0;
}

.cgm-charity .charity-zip-form.busy .charity-zip-controls {
	display: none;
}

.cgm-charity .charity-zip-form.busy .charity-zip-busy {
	display: block;
	min-height: 56px;
}

.cgm-charity .charity-zip-form.error .charity-zip-error {
	display: block;
	margin: 12px 0 0 0;
}

/* busy spinner animation */
@keyframes spinner-chase {
	to {
		transform: rotate(360deg);
	}
}

.spinner-chase {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-chase;
	animation: .75s linear infinite spinner-chase;
}

.spinner-chase-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.charity-landing-section-become {
	margin-bottom: 0 !important;
}

.charity-landing-section-become .charity-column {
	margin-bottom: 0 !important;
}

.charity-landing-section-partners {
	margin-top: 0 !important;
}

.charity-section-separator {
	text-align: center;
	margin: 0 !important;
	margin: 0;
}

.charity-section-separator > img {
	margin: 5vw auto;
	width: 25vw;
}

.charity-landing-images-wrap {
	margin-inline: auto; max-width: calc(100% - 100px);
	margin-top: 7vw;
	position: relative;
}

.charity-landing-images {
	display: flex;
	gap: 1.5rem;
}

.charity-landing-images img {
	flex: 1 1 0;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	height: auto;
	min-width: 0;
	border-radius: 8px;
}

.charity-landing-images-overlay {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.charity-landing-images-overlay > img {
	position: relative;
	width: 21vw;
	/* width:58%; */
	left: -18vw;
	top: -5.5vw;
}

/******** changes made to whole site ********/
body.post-template-default #secondary.widget-area, body.archive #secondary.widget-area {
	display: none;
}

body.post-template-default #primary.content-area, body.archive #primary.content-area {
	margin: 0 auto;
	float: none;
	width: auto;
	max-width: 1080px;
}

.container.container__small.blog__page.flex.row {
	justify-content: center;
}

.archive .col-full {
	max-width: 100%;
	padding: 0;
}

.archive .section--hero {
	background-position: 50%;
	min-height: 40vh;
}

a.blog__posts--post__readmore {
	color: #01a950;
}

.blog__posts .blog__posts--post {
	border-radius: 15px;
	overflow: hidden;
	transition: all .32s ease;
}

.blog__posts .blog__posts--post .blog__posts--post__meta {
	padding: 12px;
}

.blog__posts .blog__posts--post:hover {
	box-shadow: 0 0 20px 6px #00000014;
}

.charity-corid-warning {
	background: #dcff00;
	border: 8px solid #99b100;
	/* border-radius: 10px; */
	padding: 15px 25px;
	font-size: 14px;
	margin-bottom: 25px;
}

.charity-warning {
	background: #dcff00;
	border: 8px solid #99b100;
	padding: 15px 25px;
	font-size: 14px;
}

.charity-warning-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	border-width: 8px 0 0 0;
}

.charity-corid-warning > div:first-child {
	font-weight: 800;
	margin-bottom: 5px;
}

.charity-corid-warning > div:last-child {
	line-height: normal;
}

/* fixes for the current live site */
@media (min-width: 600px) {
	.hentry .entry-content .wp-block-columns .wp-block-column, .editor-styles-wrapper .wp-block-columns .wp-block-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.cgm-charity-hero-container {
	height: 500px;
}

.cgm-charity-hero-container .wp-block-cover__inner-container {
	margin-top: 38px;
}

.cgm-charity-hero-container h1 {
	text-shadow: 3px 6px 9px #000000a8;
}

.cgm-charity-hero-container p {
	text-shadow: 3px 4px 9px #000000e0;
}

.cgm-charity-hero-container p {
	margin-top: 18px;
}

body.cgm-charity .section--hero .wp-block-cover__inner-container h1.CHOCK-large, body.cgm-charity .CHOCK-large {
	font-weight: var(--CHOCK-font-weight) !important;
	line-height: 1.1;
	font-size: clamp(36px, 8.3vw, 60px) !important;
}

body.cgm-charity .CHOCK-medium {
	font-size: var(--CHOCK-medium-font-size) !important;
	font-weight: var(--CHOCK-font-weight) !important;
	font-weight: 400 !important;
	line-height: 1.1;
	font-size: clamp(24px, 6.01vw, 32px) !important;
}

.charity-sections.cgm-last-child-bottom-margin .charity-section:last-child {
	margin-bottom: 75px;
	/*asdf*/
}

.charity-section.cgm-nix-col-margin > .charity-column {
	margin-bottom: 0 !important;
}

.cgm-svg-number {
	width: 30px;
	margin: 0 auto 5px;
}

body.page-template-charity-landing .cgm-svg-number svg {
	height: 46px
}

.cgm-svg-icon-container {
	height: 80px;
}

.cgm-svg-icon {
	height: 50px;
	margin: 0;
}

.cgm-group-block-2 .cgm-svg-icon {
	transform: scale(1.35);
	width: 80px;
	margin: 0 auto;
}

.cgm-svg-icon > svg {
	width: auto;
	height: 100%;
}

.cgm-landing-step, .cgm-group-block {
	margin-bottom: 0 !important;
}

.cgm-landing-step p, .cgm-group-block p {
	white-space: nowrap;
}

.cgm-landing-card {
	padding: 50px 0;
	border-radius: 15px;
}

.cgm-landing-steps, .cgm-group-blocks {
	padding: 0 50px;
}

.cgm-caption {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 50px;
	line-height: normal;
}

.cgm-landing-card-button {
	margin-top: 45px !important;
	padding: 0 50px;
}

.cgm-block-group-headline {
	font-size: 22px;
}

.charity-info-group.cgm-info-group h2 strong {
	font-size: 22px;
}

.charity-info-group h2 {
	margin-bottom: 50px;
}

@media (max-width: 781px) {
	.cgm-landing-card-button {
		margin-top: 65px !important;
		padding: 0 50px;
	}
}

@media (max-width: 829px) {
	.cgm-landing-card-headline {
		display: block;
		font-size: clamp(22px, 5vw, 32px);
		white-space: nowrap;
	}

	.cgm-caption {
		padding: 0 !important;
		margin: 0 30px !important;
	}

	.charity-section-separator > img {
		margin: 9vw auto;
		width: 40vw !important;
	}

	.charity-highlights {
		grid-template-columns: 1fr;
	}

	.charity-highlight {
		/* aspect-ratio:1 / .4; */
		padding-block: clamp(20px, 4vw, 32px); margin-block:0; align-content: start;
		aspect-ratio: unset;
	}

	.charity-highlight-value {
		font-size: clamp(34px, 6.2vw, 72px);
	}

	.charity-highlight-value .charity-prefix {
		position: static;
	}

	.charity-highlight-value .charity-prefix.charity-dollar > span {
		position: static;
		font-size: clamp(34px, 3.2vw, 72px);
	}

	.charity-highlight-value .charity-suffix {
		position: static;
	}

	.charity-highlight-value .charity-suffix.charity-plus > span {
		position: static;
		font-size: clamp(34px, 3.2vw, 72px);
	}
}

@media (max-width: 939px) {
	.cgm-block-group-headline {
		display: block;
		font-size: clamp(22px, 4.3vw, 32px);
		white-space: nowrap;
	}

	.charity-info-group.cgm-info-group h2 strong {
		font-size: clamp(14px, 3.3vw, 22px);
	}

	.cgm-info-group-wrapper .cgm-group-blocks {
		flex-wrap: wrap !important;
	}

	.cgm-info-group-wrapper .cgm-group-blocks .cgm-group-block {
		flex-basis: 100%;
		margin: 0 0 2.25em 0 !important;
		padding: 0 0 2.25em 0 !important;
		border-bottom: 3px solid #ddebdc;
	}

	.cgm-info-group-wrapper .cgm-group-blocks .cgm-group-block:last-child {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}
}

@media (max-width: 999px) {
	.charity-landing-images-wrap {
		max-width: calc(100% - 50px);
		margin-top: 7vw;
	}

	.charity-landing-images {
		gap: .75rem;
	}

	.cgm-landing-steps {
		flex-wrap: wrap !important;
		padding: 0;
		position: relative;
		left: 36px;
	}

	.cgm-landing-step h3, .cgm-group-block h3 {
		font-size: 1.618em;
	}

	.cgm-landing-step {
		width: 220px;
		flex-basis: 100% !important;
		position: relative;
		margin-right: 0 !important;
		margin: 0 0 50px 0 !important;
	}

	.cgm-landing-step:last-child, .cgm-group-block:last-child {
		margin-bottom: 5px !important;
	}

	.cgm-svg-number {
		position: absolute;
		left: calc(50% - 11rem);
		top: 24px;
		width: 40px;
		margin: 0;
	}
}

@media (max-width: 500px) {
	.hentry .entry-content .cgm-landing-card-button .wp-block-button .wp-block-button__link {
		line-height: normal !important;
	}

	.cgm-landing-card-button .charity-block-button .cgm-button-slam, .cgm-landing-card-button .charity-block-button .cgm-button-text {
		display: block;
	}

	.cgm-landing-card-button .charity-block-button .cgm-button-text {
		font-size: 16px;
		font-weight: 400;
		position: relative;
		top: -2px;
	}

	.cgm-landing-card-button .charity-block-button .cgm-button-space {
		display: none;
	}
}

.cgm-list {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 2.5em !important;
	list-style: disc outside;
	font-family: PT Sans,sans-serif !important;
}

.cgm-multi-col {
	column-count: 2;
	column-gap: 0;
}

.cgm-multi-col li {
	margin-bottom: 0.1rem;
	break-inside: avoid;
	line-height: normal;
	white-space: nowrap;
}

@media(max-width: 500px) {
	.charity-can_donate.charity-section .charity-block .charity-content > ul.cgm-multi-col {
		max-width: 200px;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 0 0 0px !important;
		border: 0px solid;
		position: relative;
		left: 50px;
	}

	.cgm-multi-col {
		column-count: 1;
	}
}

/* responsive card grid */
.wp-block-columns.is-style-cards {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	justify-items: center;
}

.wp-block-columns.is-style-cards .wp-block-column {
	background: #fff;
	border-radius: 8px;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-columns.is-style-cards .wp-block-column:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* headings and text inside cards */
.wp-block-columns.is-style-cards .wp-block-column h3 {
	margin-top: 0;
	font-size: 1.25rem;
}

.wp-block-columns.is-style-cards .wp-block-column p {
	margin-bottom: 0;
	color: #555;
	font-size: 16px;
}

/* responsive collapse */
@media (max-width: 1024px) {
	.wp-block-columns.is-style-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.wp-block-columns.is-style-cards {
		grid-template-columns: 1fr;
	}
}

.cgm-partner-card .charity-block-buttons {
	margin-top: auto;
}

.cgm-partner-card > div > div {
	text-align: left;
}

.cgm-partner-card > div > div img {
	height: 90px;
	object-fit: contain;
	margin: 0 auto;
}

.cgm-partner-card > div {
	/* this is the wrapper that contains title, text, button */
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 25px;
	/* AG3 edit  */
}

.cgm-partner-card > div p.cgm-charity-blurb {
	margin: 10px 0 30px !important;
	text-align: left;
	line-height: normal;
	font-family: PT Sans,sans-serif !important;
}

@media (max-width: 1024px) {
	.cgm-partner-card > div p.cgm-charity-blurb {
		margin:25px 0 30px !important;
	}
}

.cgm-partner-card {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
}

.cgm-partner-card .charity-block-buttons {
	margin-top: auto;
	padding-top: 1rem;
}

.cgm-lead-in-slam, .cgm-inline-slam {
	font-weight: 800;
	color: #00a950;
}

.cgm-become-overview {
	gap: 24px 70px;
}

.cgm-become-overview .charity-column {
	flex-basis: 0% !important;
	flex-shrink: 1 !important;
}

.cgm-become-overview .charity-column-0 {
	flex-grow: 1.2 !important;
}

.cgm-become-overview .charity-column-1 {
	flex-grow: 1 !important;
}

body.cgm-charity-static .cgm-lead-in, body.cgm-charity-static .cgm-indent {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

body.page-template-charity-landing .cgm-lead-in, body.page-template-charity-landing .cgm-indent {
	text-align: center;
	max-width: 750px;
}

body.page-template-charity-partners .cgm-lead-in, body.page-template-charity-partners .cgm-indent {
	text-align: left;
	max-width: 700px;
}

body.page-template-charity-become .cgm-lead-in, body.page-template-charity-become .cgm-indent {
	text-align: left;
	max-width: 680px;
}

body.page-template-charity-become .hentry .entry-content .wp-block-columns.cgm-info-group-wrapper > .wp-block-column, .editor-styles-wrapper .wp-block-columns .wp-block-column {
	margin-bottom: 0 !important;
}

body.page-template-charity-become .hentry .entry-content .wp-block-columns.cgm-info-group-wrapper {
	margin-block-end:0; }

.cgm-charity .charity-section.cgm-become-overview .charity-image.charity-image-svg > svg {
	height: 100%;
	width: 100%;
}

.charity-info-group.cgm-info-group {
	padding: 50px 0;
	border-radius: 20px;
}

.charity-info-group.cgm-info-group h3 {
	font-size: 18px;
}

@media(max-width: 781px) {

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-container > img {
		/* object-position: -96vw -26vw !important; */
		width: 193%;
		object-position: right top !important;
		left: -92%;
		top: clamp(0px, 31%, 150px);
	}

	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
		color: #005dab !important;
		text-shadow: none;
		font-size: clamp(32px, 4.2vw, 50px) !important;
		/* font-size: clamp(45px, 4.2vw, 50px) !important; */
	}

	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container {
		width: 68%;
		width: max-content;
		top: -150px;
		width: 100%;
	}

	body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
		margin-bottom: 26px;
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-button.charity-do-action {
		font-size: 18px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	}

	body.page-template-charity-become .charity-overview-image {
		margin: 0 auto !important;
		width: 80% !important;
	}

	body.page-template-charity-become .cgm-charity-hero-title-container {
		/* width: calc(50% + (25vw / 7)); */
		width: calc(55% + (25vw / 7));
		position: relative;
		top: clamp(-75px, -11.7vw, -60px);
		left: 1.4vw;
		outline: var(--debug-magenta);
	}

	body.page-template-charity-become .cgm-lead-in {
		max-width: none;
		text-align: center;
	}

	body.page-template-charity-landing .cgm-lead-in {
		max-width: none;
		text-align: center;
	}

	.cgm-charity .charity-section.cgm-become-overview {
		margin: 35px auto;
	}

	.cgm-charity .charity-section.cgm-become-overview .charity-image {
		text-align: center;
	}

	.cgm-charity .charity-section.cgm-become-overview .charity-image.charity-image-svg > svg {
		max-width: 65%;
		min-width: 200px;
	}

	.charity-column.charity-column-1 .charity-content {
		max-width: 85%;
		margin: 0 auto;
	}
}

body.cgm-charity-static .cgm-charity-hero-subtitle {
	font-family: var(--charity-subtitle-family) !important;
	font-weight: var(--charity-subtitle-weight) !important;
}

body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container h1.cgm-charity-hero-title {
	font-family: var(--charity-subtitle-family) !important;
	font-weight: var(--charity-subtitle-weight) !important;
	float: right;
	font-size: clamp(45px, 5.8vw, 70px) !important;
	margin-right: 30px;
}

body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container {
	margin-top: 0;
	top: clamp(-150px, calc((100vw / 7) - 35%), -3px);
}

@media(max-width: 599px) {
	body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container {
		top: -170px;
	}

	body.page-template-charity-partners.cgm-charity-static h1.cgm-charity-hero-title {
		float: none !important;
		text-align: center !important;
		line-height: 10.5vw !important;
		margin-right: 0 !important
	}

	body.page-template-charity-partners.cgm-charity-static h1.cgm-charity-hero-title span:nth-child(n+3) {
		font-size: clamp(30px, 10.8vw, 70px) !important;
	}

	body.page-template-charity-partners.cgm-charity-static h1.cgm-charity-hero-title span:nth-child(1) {
		font-size: clamp(20px, 7.1vw, 46px) !important;
	}
}

@media(max-width: 499px) {
	body.page-template-charity-partners.cgm-charity-static .wp-block-cover > img {
		height: 164% !important;
		object-position: 13% 0% !important;
		overflow: visible !important;
		transform-origin: center;
		transform-box: fill-box;
		/* transform: rotate(-28deg) translate(21%, -14%); */
		top:-18%;
	}
}

@media(max-width: 782px) {
	body.page-template-charity-partners.cgm-charity-static .wp-block-cover > img {
		object-position: 0% 41% !important;
	}
}

@media(max-width: 599px) {
	body.page-template-charity-partners.cgm-charity-static .wp-block-cover > img {
		/* height: 129% !important; */
		object-position: 13% 0% !important;
		overflow: visible !important;
		transform-origin: center;
		transform-box: fill-box;
		/* transform: rotate(-28deg) translate(21%, -14%); */
	}
}

.tag_maxWidth_829px::after, .tag_minWidth_830px::after {
	content: "\00a0";
}

.tag_maxWidth_829px, .tag_minWidth_830px {
	display: contents;
	content: "\00a0";
}

.cgm-nlsp br {
	display: none;
}

.cgm-nlsp span {
	display: inline;
}

@media(max-width: 1063px) {
	body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container h1.cgm-charity-hero-title {
		margin-right: 15px;
	}
}

body.page-template-charity-become .charity-overview-text .charity-content {
	min-width: auto !important;
	width: 100% !important;
}

body.page-template-charity-become .charity-overview-image {
	width: 95%;
	margin: 0 0% 0 auto;
}

	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
		color: #005dab !important;
		text-shadow: none;
		font-size: clamp(38px, 5.2vw, 72px) !important;
		/* font-size: 86px !important; */
	}

	body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
		color: #00a950 !important;
		text-shadow: none;
		margin-bottom: 26px;
		line-height: 1.1;
		/* font-size: clamp(24px, 3.5vw, 54px) !important; */
		font-size: calc(clamp(38px, 5.2vw, 72px) * 0.63) !important;
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-button.charity-do-action {
		font-size: calc(clamp(38px, 5.2vw, 72px) * 0.46) !important;
	}



	body.page-template-charity-become .section--hero .wp-block-cover__inner-container {
		width: 100% !important;
		max-width: none !important;
		/* outline: var(--debug-blue); */
	}

	body.page-template-charity-become .cgm-charity-hero-title-container {
		/* width: calc(50% + (25vw / 7)); */
		width: calc(55% + (25vw / 7));
		position: relative;
		top: clamp(-75px, -11.7vw, -60px);
		left: 1.4vw;
		outline: var(--debug-none);
	}
	body.page-template-charity-become .cgm-charity-hero-title-container {

	}




/* body.page-template-charity-become .cgm-charity-hero-title-container {
	width: calc(50% + (25vw / 7));
	position: relative;
	top: clamp(-85px, -3.7vw, -30px);
	outline: var(--debug-magenta);
} */

body.cgm-charity.cgm-charity-static .charity-button {
	border-radius: 20px !important;
}

body.cgm-charity.cgm-charity-static.page-template-charity-partners .charity-button {
	border-radius: 12px !important;
	font-size: 14px;
}

/* body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
	color: #005dab !important;
	text-shadow: none;
	font-size: clamp(45px, 4.2vw, 50px) !important;
} */

/* body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container {
	width: 75%;
} */

/* body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
	color: #00a950 !important;
	text-shadow: none;
	margin-bottom: 26px;
}
 */
@media(max-width: 999px) {
	/* body.page-template-charity-become .cgm-charity-hero-title-container {
		top: -7.8vw;
		width: calc(55% + (25vw / 7));
	} */

	body.page-template-charity-landing .cgm-lead-in .charity-content p {
		text-align: center;
		width: 100%;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row {
		flex-direction: column;
		gap: 2rem;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-image {
		flex: 0 0 auto;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-image img {
		margin: 0 auto !important;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-text {
		flex: 0 0 auto;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-text p {
		/* margin:0 10.3vw 0 0 !important; */
	}
}

body.page-template-charity-partners .cgm-lead-in .charity-column .charity-content p {
	margin: 0 !important;
}

.cgm-form-container > div > h3 {
	color: #00a950;
	text-align: center;
	margin-bottom: 30px;
	line-height: normal;
	font-size: 30px;
}

.cgm-form-container > div > h3 > span {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	font-family: PT Sans,sans-serif !important;
}

.cgm-form-container > div > h3 > strong {
	display: block;
	text-transform: uppercase;
}

.cgm-form-container-inner {
	padding: 50px 50px;
}

.cgm-form-container {
	background: #e1f3fd;
	border-radius: 15px;
}

.cgm-form-container .gform_heading {
	display: none;
}

.cgm-form-container .cgm-form input[type="text"], .cgm-form-container .cgm-form input[type="tel"], .cgm-form-container .cgm-form input[type="email"], .cgm-form-container .cgm-form input[type="url"], .cgm-form-container .cgm-form select, .cgm-form-container .cgm-form textarea {
	background: #fff;
	box-shadow: none;
	min-height: 40px !important;
	outline: none;
	border: 0 !important;
	padding: 8px;
	resize: none;
	transition: all .25s ease;
}

.cgm-nix-margins, .cgm-form-container form, .cgm-form-container .gform-footer input[type="submit"], .charity-section-become-coda > .charity-column {
	margin: 0 !important;
}

.cgm-form-container .gform-footer {
	padding-bottom: 0 !important;
}

.cgm-form-container form .gfield select {
	/* color:#757575; */
}

.cgm-form-container form .gfield label.gfield_label, .cgm-form-container form .gfield legend.gfield_label {
	color: #44697e;
	line-height: normal;
}

.cgm-form-container form .gfield.gfield_error label.gfield_label, .cgm-form-container form .gfield.gfield_error legend.gfield_label {
	color: #44697e;
}

.cgm-form-container label.gfield_label.gform-field-label > span.gfield_required, .cgm-form-container legend.gfield_label.gform-field-label > span.gfield_required {
	position: relative;
	top: -10px;
	left: 2px;
}

.cgm-form-container .gfield label.gfield_label.gform-field-label > span.gfield_required > span.gfield_required.gfield_required_custom, .cgm-form-container .gfield legend.gfield_label.gform-field-label > span.gfield_required > span.gfield_required.gfield_required_custom {
	position: absolute;
	font-style: normal;
	font-size: 8px;
	color: #9dbed1;
}

@keyframes cgm-required-pulse {
	0% {
		color: #9dbed1;
	}

	100% {
		color: #db6c6c;
	}
}

.cgm-form-container .gfield.gfield_error label.gfield_label.gform-field-label > span.gfield_required > span.gfield_required.gfield_required_custom, .cgm-form-container .gfield.gfield_error legend.gfield_label.gform-field-label > span.gfield_required > span.gfield_required.gfield_required_custom {
	color: #db6c6c;
	animation: cgm-required-pulse 0.5s ease-in-out infinite alternate;
	font-size: 16px;
}

.cgm-form-container .gfield.gfield_error label.gfield_label.gform-field-label > span.gfield_required, .cgm-form-container .gfield.gfield_error legend.gfield_label.gform-field-label > span.gfield_required {
	top: -17px;
	left: -1px;
}

.cgm-form-container .gfield_description.validation_message.gfield_validation_message {
	display: none;
}

.cgm-form-container .cgm-form input[type="text"]:focus:not([disabled]), .cgm-form-container .cgm-form input[type="text"]:active:not([disabled]), .cgm-form-container .cgm-form input[type="tel"]:focus:not([disabled]), .cgm-form-container .cgm-form input[type="tel"]:active:not([disabled]), .cgm-form-container .cgm-form input[type="email"]:focus:not([disabled]), .cgm-form-container .cgm-form input[type="email"]:active:not([disabled]), .cgm-form-container .cgm-form input[type="url"]:focus:not([disabled]), .cgm-form-container .cgm-form input[type="url"]:active:not([disabled]), .cgm-form-container .cgm-form select:focus:not([disabled]), .cgm-form-container .cgm-form select:active:not([disabled]), .cgm-form-container .cgm-form textarea:focus:not([disabled]), .cgm-form-container .cgm-form textarea:active:not([disabled]) {
	outline: #9ac6df solid 2px;
	box-shadow: 0px 0px 20px 2px #9ac6df7d;
}

.cgm-form-container .gform_validation_errors {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	width: 100% !important;
	line-height: normal !important;
	border-radius: 0 !important;
	outline: none !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input, .cgm-form-container.cgm-lock .cgm-form select, .cgm-form-container.cgm-lock .cgm-form textarea {
	opacity: 1.0 !important;
	color: #969b9d !important;
	background: #f5fbff !important;
	pointer-events: none !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input::-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input:-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input::-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input:-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input::-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input:-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input::placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form .gform_body input:placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select::-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select:-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select::-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select:-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select::-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select:-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select::placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form select:placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea::-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea:-webkit-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea::-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea:-moz-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea::-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea:-ms-input-placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea::placeholder {
	color: #969b9d !important;
}

.cgm-form-container.cgm-lock .cgm-form textarea:placeholder {
	color: #969b9d !important;
}

.cgm-form-container .gform_validation_errors {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	width: 100% !important;
	line-height: normal !important;
	border-radius: 0 !important;
	outline: none !important;
}

.cgm-form-validation-summary-container {
	padding: 30px 0;
	border-radius: 6px;
	background: #44697e;
	margin: 0 0 30px 0;
}

.cgm-form-validation-summary {
	display: flex;
	font-size: 14px;
	align-items: flex-start;
	gap: 20px;
	color: #e5eef4;
	line-height: normal;
	width: 460px;
	margin: 0 auto;
}

.cgm-form-validation-icon {
	flex: 0 0 auto;
	font-size: 42px;
	color: #e5eef4;
	line-height: normal;
}

.cgm-form-validation-text {
	flex: 1 1 auto;
	/* text expands to fill remaining space */
}

.cgm-form-validation-title {
	margin-bottom: 3px;
	font-size: 22px;
}

.cgm-form-validation-info {
	color: #b8cbd6;
}

.cgm-form-validation-list {
	margin: 25px 0 0;
	column-count: 2;
	column-gap: 0;
	padding: 0 0 0 20px;
}

.cgm-form-validation-list-item {
	margin: 0 0 7px 0;
	break-inside: avoid;
	max-width: 180px;
}

.cgm-form-container > div > h3 > strong > span:first-child {
	margin-right: 9px;
}

@media(max-width: 781px) {
	.cgm-form-validation-summary {
		width: auto;
		display: block;
		text-align: center;
	}

	.cgm-form-validation-list {
		column-count: 1;
		column-gap: 0;
		padding: 0 0 0 20px;
		text-align: left;
		max-width: 200px;
		margin: 25px auto 0;
	}
}

@media(max-width: 669px) {
	.cgm-form-container-inner {
		padding:20px;
	}

	.cgm-form-container > div > h3 > span {
		font-size: 18px;
	}

	.cgm-form-container > div > h3 > strong {
		line-height: 44px;
		margin: 5px 0 0 0;
	}

	.cgm-form-container > div > h3 > strong > span {
		display: block;
	}

	.cgm-form-container > div > h3 > strong > span:first-child {
		font-size: 29px;
	}

	.cgm-form-container > div > h3 > strong > span:last-child {
		font-size: 64px;
		position: relative;
		left: -5px;
	}
}

@media(max-width: 499px) {
	.cgm-form-validation-title {
		font-size:18px;
	}

	.cgm-form-validation-info {
		font-size: 12px;
		width: 200px;
		margin: 0 auto;
	}

	.cgm-form-container > div > h3 > span {
		font-size: 15px;
	}

	.cgm-form-container > div > h3 > strong {
		line-height: 36px;
		margin: 5px 0 0 0;
	}

	.cgm-form-container > div > h3 > strong > span:first-child {
		font-size: 19px;
	}

	.cgm-form-container > div > h3 > strong > span:last-child {
		font-size: 42px;
		position: relative;
		left: -5px;
		top: -5px;
	}

	.cgm-form-container > div > h3 {
		margin-bottom: 20px
	}
}

@media(max-width: 495px) {

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-container > img {
		width: 100% !important;
		left: 0 !important;
		right: auto !important;
		top: 0 !important;
		bottom: auto !important;
		height: clamp(500px, calc(100vw * 1.4), 1500px) !important;
		overflow: visible !important;
		object-position: 88% 140px !important;
		position: absolute !important;
		object-fit: cover !important;
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-container {
		padding-top:38px;
	}


	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
		color: #005dab !important;
		text-shadow: none;
		font-size: clamp(24px, 9.2vw, 38px) !important;
		white-space: nowrap;
		margin-inline:auto;
		position:absolute;
		right:0;
		width:150%;
		left:-25%;
		text-align:center;
		top:-39px;
		outline:var(--debug-red);


	}

	body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
		color: #00a950 !important;
		text-shadow: none;
		margin-bottom: 26px;
		line-height: 1.1;
		font-size: calc(clamp(24px, 9.2vw, 38px) * 0.63) !important;
		/* padding-top:21px; */
		position: relative;
		top: 21px;
		outline:var(--debug-magenta);
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-button.charity-do-action {
		font-size: calc(clamp(24px, 9.2vw, 38px) * 0.46) !important;
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-block-button.wp-block-button {
		outline:var(--debug-black);
		padding-top: 21px;
	}

}

.cgm-form-validation-list-item > span.bull-container {
	position: relative;
	top: 1px;
	color: #db6c6c;
	font-size: 16px;
}

a.cgm-form-validation-field-jump {
	color: #fff;
	font-family: PT Sans,sans-serif !important;
	text-decoration: none !important;
	transition: all .25s ease;
	margin-left: 10px
}

a.cgm-form-validation-field-jump:hover, a.cgm-form-validation-field-jump:active, a.cgm-form-validation-field-jump:focus {
	color: #b8cbd6;
	transition: all .25s ease;
}

@media(max-width: 799px) {
	/* body.cgm-charity.page-template-charity-become .cgm-charity-hero-container > img {
		width: 200%;
		object-position: right top !important;
		left: -88%;
	}

	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
		color: #005dab !important;
		text-shadow: none;
		font-size: clamp(32px, 4.2vw, 50px) !important;
	}

	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container {
		width: 100%;
	}

	body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
		margin-bottom: 26px;
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-button.charity-do-action {
		font-size: 18px !important;
		font-size: clamp(18px, 3vw, 24px) !important;
	} */
}

/*************************************************/
/* LANDING PAGE  */
/*************************************************/
@media(min-width: 1200px) {

	body.page-template-charity-landing .section--hero .wp-block-cover__inner-container {
		width: 100% !important;
		max-width: none !important;
		outline: var(--debug-blue);
	}

	body.page-template-charity-landing .section--hero .wp-block-cover__inner-container h1.CHOCK-large {
		font-weight: var(--CHOCK-font-weight) !important;
		line-height: 1.1;
		font-size: clamp(60px, 4.9vw, 120px) !important;
		outline: var(--debug-cyan);
	}

	body.page-template-charity-landing .CHOCK-medium {
		font-weight: 600 !important;
		line-height: 1.1;
		font-size: clamp(44px, 3.625vw, 87.6px) !important;
		outline: var(--debug-cyan);
	}

	body.page-template-charity-landing .cgm-landing-card {
		padding: 4.3vw 0;
		outline: var(--debug-blue);
	}

	body.page-template-charity-landing .cgm-lead-in {
		left: 0;
		margin-top: 5% !important;
		font-size: clamp(16px, calc(16px + 0.45vw), 46px);
		max-width: none;
		margin-top: 60px;
		outline: var(--debug-magenta);
		text-align: left;
		width: auto;
		margin-left: calc(2.617924em + 4.7vw) !important;
		margin-right: calc(2.617924em + 4.7vw) !important;
		margin-bottom: 5% !important;
	}

	body.page-template-charity-landing .cgm-lead-in .charity-content p {
		padding-top: 0;
	}

	body.page-template-charity-landing .cgm-lead-in .charity-content img {
		position: relative;
	}

	body.page-template-charity-landing .cgm-lead-in .charity-content {
		position: relative;
	}

	/* main title on each card */
	.charity-cta-card h2 {
		font-size: clamp(22px, calc(12px + 2.8vw), 80px);
		margin-bottom: 4.2vw;
	}

	/* single step item number */
	body.page-template-charity-landing .cgm-svg-number {
		width: 2.8vw;
		outline: var(--debug-magenta);
	}

	body.page-template-charity-landing .cgm-svg-number svg {
		height: 4vw;
	}

	/* single step item title */
	.cgm-landing-step h3 {
		font-size: clamp(22px, calc(22px + 0.72vw), 43px);
		outline: var(--debug-magenta);
	}

	/* single step item caption */
	.cgm-landing-step p {
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
		outline: var(--debug-green);
	}

	/* "make your donations count" card caption */
	.charity-cta-card.cgm-landing-card .cgm-caption {
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
		outline: var(--debug-magenta);
		width: 100% !important;
		max-width: 1120px;
	}

	.cgm-landing-card-button {
		margin-top: 4.7vw !important;
		outline: var(--debug-black);
	}

	.cgm-landing-card-button .charity-button {
		font-size: clamp(30px, 2.5vw, 46px) !important;
	}

	body.page-template-charity-landing .cgm-lead-in.cgm-lead-in-has-image .cgm-flex-row .cgm-flex-col-text p {
		margin: 0 10.3vw 0 0 !important;
	}
}

/*************************************************/
/* BECOME PAGE  */
/*************************************************/
@media(min-width: 1200px) {
	body.cgm-charity.page-template-charity-become .section--hero .wp-block-cover__inner-container .cgm-charity-hero-title-container h1.cgm-charity-hero-title {
		color: #005dab !important;
		text-shadow: none;
		font-size: clamp(72px, 4.2vw, 86px) !important;
		/* font-size: 86px !important; */
	}

	body.page-template-charity-become .cgm-charity-hero-title-container p.cgm-charity-hero-subtitle {
		color: #00a950 !important;
		text-shadow: none;
		margin-bottom: 26px;
		line-height: 1.1;
		/* font-size: clamp(24px, 3.5vw, 54px) !important; */
		font-size: calc(clamp(72px, 4.2vw, 86px) * 0.63) !important;
	}

	body.page-template-charity-become .section--hero .wp-block-cover__inner-container {
		width: 100% !important;
		max-width: none !important;
		/* outline: var(--debug-blue); */
	}

	body.page-template-charity-become .cgm-charity-hero-title-container {
		width: calc(50% + (25vw / 7));
		position: relative;
		top: clamp(-50px, -3.7vw, -30px);
		left: 1.4vw;
		outline: var(--debug-magenta);
	}
	body.page-template-charity-become .cgm-charity-hero-title-container {
		width: calc(55% + (25vw / 7));
	}

	body.cgm-charity.page-template-charity-become .cgm-charity-hero-title-container .charity-button.charity-do-action {
		font-size: calc(clamp(72px, 4.2vw, 86px) * 0.44) !important;
	}


	/* overview text right column */
	body.page-template-charity-become .charity-overview-text .charity-content {
		min-width: 380px !important;
		font-size: clamp(16px, calc(16px + 0.45vw), 46px);
		outline: var(--debug-magenta);
	}

	/* turnkey container  */
	.charity-info-group.cgm-info-group {
		padding: 5.8% 0;
		outline: var(--debug-blue);
	}

	/* container of entire "turnkey" title  */
	.charity-info-group h2 {
		margin-bottom: 6%;
		outline: var(--debug-blue);
	}

	/* "this is a turnkey partnership" */
	.charity-info-group.cgm-info-group h2 strong {
		display: block;
		font-size: clamp(22px, calc(8px + 1.5vw), 46px);
		outline: var(--debug-blue);
	}

	/* "where we handle everything"  */
	.cgm-block-group-headline {
		font-size: clamp(22px, calc(18px + 1.5vw), 46px);
		outline: var(--debug-blue);
	}

	/* turnkey single item icon container */
	.cgm-svg-icon-container {
		height: auto;
		margin-bottom: clamp(47px, 3.40vw, 67px);
		outline: var(--debug-blue);
	}

	/* turnkey single item icon */
	.cgm-svg-icon {
		height: clamp(75px, 6.2vw, 123px);
		margin: 0;
		outline: var(--debug-blue);
	}

	/* turnkey single item title */
	.charity-info-group.cgm-info-group h3 {
		font-size: clamp(18px, calc(16px + 0.7vw), 46px);
		outline: var(--debug-blue);
	}

	/* turnkey single item caption  */
	.cgm-group-block p {
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
		outline: var(--debug-blue);
	}
}

/*************************************************/
/* PARTNERS PAGE  */
/*************************************************/
@media(min-width: 1200px) {
	body.page-template-charity-partners.cgm-charity-static .cgm-keep-gutters {
		margin-left: calc(2.617924em + 1.6vw) !important;
		margin-right: calc(2.617924em + 1.6vw) !important;
	}

	body.page-template-charity-partners.cgm-charity-static .wp-block-cover > img {
		object-position: 0% 55% !important;
		overflow: visible !important;
	}

	body.page-template-charity-partners.cgm-charity-static .cgm-lead-in p {
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
	}

	body.page-template-charity-partners.cgm-charity-static .cgm-lead-in {
		max-width: 70%;
		margin: 60px auto 70px auto;
	}

	body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container {
		position: absolute;
		top: 60px;
		width: 58% !important;
		width: auto !important;
		right: -17px;
	}

	body.page-template-charity-partners.cgm-charity-static .wp-block-cover .wp-block-cover__inner-container h1.cgm-charity-hero-title {
		float: none;
		outline: var(--debug-none);
		font-size: clamp(69.5px, 5.2vw, 126px) !important;
		margin-right: 0;
		white-space: nowrap !important;
		margin-right: 4.2vw;
		position: absolute;
		top: 26%;
		left: -50vw;
	}

	body.page-template-charity-partners.cgm-charity-static .cgm-partner-card {
		width: 100%%;
	}

	.wp-block-columns.is-style-cards {
		gap: 2.2rem;
	}

	.wp-block-columns.is-style-cards .wp-block-column p {
		margin: clamp(0px, 1.8vw, 70px) 0 50px !important;
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
	}

	.cgm-partner-card > div {
		padding: 0 2.5rem;
	}

	.wp-block-columns.is-style-cards .wp-block-column {
		padding: 2.25rem;
	}

	.cgm-partner-card > div > div img {
		height: 120px;
	}

	.cgm-partner-card .charity-button {
		font-size: clamp(22px, 1.5vw, 34px) !important;
	}
}

@media(min-width: 1200px) {
	body.cgm-charity:not(.cgm-charity-single) .charity-container > .charity-sections {
		max-width:none;
	}

	body.page-template-charity-become .cgm-lead-in, body.page-template-charity-become .cgm-indent {
		left: 0;
		margin: 0 10%;
		font-size: clamp(16px, calc(16px + 0.45vw), 46px);
		max-width: none;
		width: min(80%, 1400px);
		margin-inline: auto; margin-top: 60px
	}

	.cgm-keep-gutters {
		margin-left: calc(2.617924em + 4.7vw) !important;
		margin-right: calc(2.617924em + 4.7vw) !important;
	}
}

@media(min-width: 1600px) {
	body.cgm-charity.page-template-charity-become .cgm-charity-hero-container > img {
		object-position: 0 clamp(-1200px, -12.3vw, 1px) !important;
		width: 104%;
	}
}

@media(min-width: 1900px) {
	.charity-cta-card.cgm-landing-card .cgm-caption {
		font-size: clamp(16px, calc(16px + 0.5vw), 46px);
		width: 70%;
		max-width: 1500px;
	}

	/* "this is a turnkey partnership" */
	.charity-info-group.cgm-info-group h2 strong {
		display: inline;
		font-size: clamp(22px, calc(18px + 1.5vw), 56px);
	}

	/* "where we handle everything"  */
	.cgm-block-group-headline {
		font-size: clamp(22px, calc(18px + 1.5vw), 56px);
	}
}

@media(max-width: 415px) {
	body.single-charity .charity-logo > img {
		outline:var(--debug-magenta);
		max-height: 50px;
		object-fit: contain;
		overflow: auto;
		margin: 0 auto;
		height: auto;
	}
}

#gform_confirmation_message_6 {
	text-align: center;
}

.cgm-charity-logo-container figure.wp-block-image {
	width:100%;
}

.cgm-christys-legacy-logo-wrap {
	background: #ffffff;
	padding: 10px 30px 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 6px #ccccccc9;
	margin-inline: auto;
	width:fit-content;
}



#content > div.col-full {
	padding: 0px !important;
}

/**************************************************************************************************/
/*!		DEBUG	*/
/**************************************************************************************************/


/* force open some divs when doing debug view */
body.qrk-debug #ds-fe__checkout-wrapper,
body.qrk-debug #psp-forgot-password,
body.qrk-debug #ds-fe__date-picker,
body.qrk-debug #ds-fe__products_wrapper,
body.qrk-debug #ds-fe__products_wrapper .ds-fe__display-none
{
	display: block !important;
}

/*********************************************************************
** extra/public.charity-flow.css *************************************
*********************************************************************/

/* --- Actual main styles for the step pages --- */
.steps-title {
  color: #015dab;
}

.confirm-num {
  color: #111827;
}

.scheduled-green-box {
  margin-left: 270px;
  margin-right: 270px;
}

@media (max-width: 768px) {
  .above-steps {
    height: 110px !important;
  }

  .step-2-btm-space {
    height: 250px;
  }

  .charity-selection-section {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .charity-selection-section > .wp-block-group__inner-container,
  .charity-selection-section > .wp-block-columns {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .charity-selection-section .wp-block-columns {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .pickup-guidelines-box,
  .charity-card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* steps background */
.charity-selection-section {
  background-color: #f4f7fa !important;
  padding-top: 80px !important;
  padding-bottom: 100px !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Force the inner content to stay centered with side margins */
.charity-selection-section > .wp-block-group__inner-container,
.charity-selection-section > .wp-block-columns {
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.charity-selection-section .wp-block-columns {
  display: flex !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

/* --- Pickup Guidelines Sidebar --- */
.pickup-guidelines-box {
  background-color: #ebf7ff !important;
  border: 1px solid #bee3ff !important;
  border-radius: 15px !important;
  padding: 40px 30px !important;
  height: auto !important;
  align-self: flex-start !important;
  box-shadow: 0 10px 30px rgba(1, 93, 171, 0.05) !important;
}

.pickup-guidelines-box .wp-block-columns:first-child {
  gap: 15px !important;
}

.pickup-guidelines-box
  .wp-block-columns:first-child
  .wp-block-column:first-child {
  flex-basis: auto !important;
  width: 40px !important;
}

/* --- Icon & Image Column Alignment Fix --- */

/* Standardize the first column width for all rows in the box */
.pickup-guidelines-box .wp-block-columns .wp-block-column:first-child {
  flex-basis: 45px !important;
  max-width: 45px !important;
  min-width: 45px !important;
  display: flex !important;
  justify-content: flex-start !important;
  margin-right: 0 !important;
}

/* Force the Icon element to remove default padding/margins */
.pickup-guidelines-box .wp-block-column:first-child .wp-block-icon {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

/* Ensure images (like the heart) and icons share the same vertical nudge */
.pickup-guidelines-box .wp-block-column:first-child img,
.pickup-guidelines-box .wp-block-column:first-child .wp-block-icon svg {
  margin-top: 5px !important;
}

/* standardizing the gap across all rows */
.pickup-guidelines-box .wp-block-columns {
  gap: 15px !important;
}

/*--- ART START HERE FOR ALL PLACEHOLDER STYLING ---*/

/* --- Step Tracker Placeholder Styling --- */
.step-tracker {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 900px !important;
  margin: 0 auto 60px !important;
  padding: 20px !important;
}

.step-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 15px !important;
  flex: 1 !important;
  min-width: 62px;
}

.step-circle {
  width: 65px !important;
  height: 65px !important;
  background-color: #e9f2f9 !important;
  color: #1a2b3c !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  position: relative !important;
}

.step-label {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #94a3b8 !important;
  letter-spacing: 1px !important;
}

.step-line {
  height: 3px !important;
  background-color: #e2e8f0 !important;
  flex: 1 !important;
  margin-bottom: 30px !important;
}

.step-item.active .step-circle {
  background-color: #02a950 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 6px #d1f2e1 !important;
}

.step-item.completed .step-circle {
  background-color: #02a950 !important;
  color: #ffffff !important;
  font-size: 18px !important;
}

.step-item .step-circle i.fas {
  display: none;
}

.step-item.completed .step-circle .step-number {
  display: none;
}
.step-item.completed .step-circle i.fas {
  display: block;
}

.step-item.completed .step-label,
.step-item.active .step-label {
  color: #1a2b3c !important;
}

.step-line.active {
  background-color: #02a950 !important;
}

/* Final Step Circle Styling */
.step-item.final-step .step-circle {
  background-color: #015dab !important;
  box-shadow: 0 0 0 6px #dceefc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

/* Sizing for the celebration PNG */
.final-step-icon {
  width: 32px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

.step-item.final-step .step-label {
  color: #1a2b3c !important;
  font-weight: 800 !important;
}

/* --- End Step Tracker Placeholder Styling --- */

/* --- STEP: 1 Zip Code Placeholder Card --- */
.zip-placeholder-container {
  background-color: #f4f7fa !important;
  border-radius: 15px !important;
  padding: 60px 40px !important;
  max-width: 650px !important;
  margin: 0 auto !important;
  box-shadow: 0 32px 80px -16px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 65px !important;
  border: 1px solid rgba(0, 0, 0, 0.02) !important;
}

.zip-input-mock {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  padding: 20px 25px !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  color: #94a3b8 !important;
  font-size: 18px !important;
}

.zip-button-mock {
  background-color: #015dab !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 22px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition:
    transform 0.2s ease,
    background-color 0.3s ease !important;
}

.zip-button-mock:hover {
  background-color: #018c42 !important;
}

/* --- End Zip Code Placeholder Card --- */

/* --- Zip Code Change Bar Placeholder --- */
.zip-change-bar-placeholder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  background-color: #ffffff !important;
  border: 3px solid #0055a51a !important;
  border-radius: 100px !important;
  padding: 20px 25px !important;
  max-width: fit-content !important;
  margin: 0 auto 40px !important;
}

.zip-display-group {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.zip-display-group i {
  color: #015dab !important;
  font-size: 16px !important;
}

.zip-number {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #111827 !important;
  letter-spacing: 1.1px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
}

.zip-change-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #015dab !important;
  text-decoration: none !important;
  letter-spacing: 1.5px !important;
  transition: opacity 0.2s ease !important;
}

.zip-change-link:hover {
  opacity: 0.7 !important;
  text-decoration: underline !important;
}

/* Mobile */
@media (max-width: 768px) {
  .zip-change-bar-placeholder {
    gap: 25px !important;
    padding: 10px 30px !important;
  }
  .zip-number {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .zip-change-link {
    font-size: 14px !important;
  }
}

/* --- STEP: 1 End Zip Code Change Bar Placeholder --- */

/* --- STEP 2: Charity Selection Grid (Strict 2x2) --- */
.charity-grid-placeholder {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin-bottom: 50px !important;
  width: 100% !important;
}

.charity-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 40px 30px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  border: 3px solid transparent !important;
  transition: all 0.3s ease !important;
}

.charity-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.charity-card.selected {
  border-color: #02a950 !important;
}

.charity-logo {
  height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}

.charity-logo img {
  max-height: 100% !important;
  max-width: 180px !important;
  object-fit: contain !important;
}

.charity-card h4 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1a2b3c !important;
  margin-bottom: 15px !important;
}

.charity-card p {
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 10px !important;
}

.read-more {
  font-size: 11px !important;
  font-weight: 900 !important;
  color: #015dab !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 25px !important;
  letter-spacing: 1px !important;
}

.select-btn {
  background-color: #02a950 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
}

.select-btn:hover {
  background-color: #018c42 !important;
  transform: translateY(-2px) !important;
}

.select-btn.is-selected {
  background-color: #02a950 !important;
  cursor: default !important;
}

.bottom-action {
  text-align: center !important;
  width: 100% !important;
}

.pickup-date-btn {
  background-color: #015dab !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 20px 50px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 25px rgba(1, 93, 171, 0.2) !important;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pickup-date-btn:hover {
  background-color: #02a950 !important;
}

/* --- Mobile --- */
@media (max-width: 900px) {
  .charity-grid-placeholder {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .step-circle {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
  }

  .step-label {
    font-size: 10px !important;
  }

  .zip-placeholder-container {
    padding: 30px 20px !important;
    gap: 30px !important;
    margin: 0 15px !important;
  }

  .zip-input-mock {
    padding: 15px !important;
    font-size: 16px !important;
  }

  .zip-button-mock {
    padding: 18px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .step-line {
    display: none !important;
  }

  .step-tracker {
    gap: 10px !important;
  }
}

/* --- STEP 2: End Charity Selection Grid (Strict 2x2) --- */

/* --- STEP 3: Calendar Placeholder Styling --- */
.calendar-wrapper {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 60px 40px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.calendar-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 50px !important;
}

.calendar-month {
  font-size: 38px !important;
  font-weight: 900 !important;
  color: #1a2b3c !important;
  margin: 0 !important;
}

.calendar-nav {
  display: flex !important;
  gap: 15px !important;
}

.nav-btn {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  border: 1.5px solid #e2e8f0 !important;
  background: white !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.nav-btn:hover {
  border-color: #015dab !important;
  color: #015dab !important;
}

.weekday-labels,
.date-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 12px !important;
  text-align: center !important;
}

.weekday-labels {
  margin-bottom: 25px !important;
}

.weekday-labels span {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #94a3b8 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
}

.day-box {
  aspect-ratio: 1/1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  position: relative !important;
}

.day-box.unavailable {
  background-color: #e5f5ff !important;
  color: #0055a526 !important;
}

.day-box.available {
  color: #1a2b3c !important;
  cursor: pointer !important;
}

.day-box.available .dot {
  width: 10px !important;
  height: 10px !important;
  background-color: #02a950 !important;
  border-radius: 50% !important;
  margin-top: 8px !important;
}

.day-box.selected {
  border: 3px solid #015dab !important;
  color: #1a2b3c !important;
}

.calendar-legend {
  display: flex !important;
  justify-content: center !important;
  gap: 40px !important;
  margin-top: 60px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #94a3b8 !important;
}

.legend-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 16px;
}

.leg-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #02a950;
}

.leg-square {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #e5f5ff;
}

.leg-outline {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2.5px solid #015dab;
}

/* --- Mobile --- */
@media (max-width: 768px) {
  .calendar-wrapper {
    padding: 30px 15px !important;
    border-radius: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  .calendar-header {
    margin-bottom: 30px !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .calendar-month {
    font-size: 24px !important;
  }

  .nav-btn {
    width: 45px !important;
    height: 45px !important;
  }

  .weekday-labels {
    gap: 4px !important;
    margin-bottom: 15px !important;
  }

  .weekday-labels span {
    font-size: 9px !important;
    letter-spacing: 0 !important;
  }

  .date-grid {
    gap: 6px !important;
  }

  .day-box {
    font-size: 15px !important;
    border-radius: 8px !important;
  }

  .day-box.available .dot {
    width: 5px !important;
    height: 5px !important;
    margin-top: 4px !important;
  }

  .calendar-legend {
    flex-wrap: wrap !important;
    gap: 10px 15px !important;
    margin-top: 30px !important;
    justify-content: center !important;
  }

  .legend-item {
    font-size: 11px !important;
  }
}

/* Extra small fix for very narrow phones (iPhone SE, etc) */
@media (max-width: 380px) {
  .day-box {
    font-size: 13px !important;
  }
  .calendar-month {
    font-size: 20px !important;
  }
  .date-grid {
    gap: 4px !important;
  }
}

/* --- STEP 3: End Calendar Placeholder Styling --- */

/* --- Summary Placeholder Styling --- */
.summary-card-placeholder {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 70px !important;
  max-width: 1200px !important;
  margin: 0 auto 50px auto !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05) !important;
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
}

/* Left Content Styles */
.summary-left {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  flex: 1.2 !important;
}

.summary-logo img {
  max-width: 140px !important;
  height: auto !important;
}

.summary-label {
  font-size: 11px !important;
  font-weight: 900 !important;
  color: #015dab !important;
  letter-spacing: 1.5px !important;
  display: block !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
}

.summary-title {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #1a2b3c !important;
  margin: 0 !important;
}

.summary-date {
  font-size: 16px !important;
  color: #94a3b8 !important;
  margin: 5px 0 20px 0 !important;
}

.summary-change-btn {
  display: inline-block !important;
  padding: 10px 25px !important;
  border: 2px solid #e2e8f0 !important;
  border-radius: 50px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #015dab !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
}

.summary-change-btn:hover {
  background-color: #f8fafc !important;
  border-color: #015dab !important;
}

/* Vertical Divider */
.summary-divider {
  width: 1px !important;
  height: 100px !important;
  background-color: #e2e8f0 !important;
}

/* Right Content Styles */
.summary-right {
  flex: 1 !important;
}

.guidelines-header {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 25px !important;
}

.g-header-img {
  width: 32px !important;
  height: auto !important;
  object-fit: contain !important;
}

.guidelines-header h4 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1a2b3c !important;
  margin: 0 !important;
}

.guidelines-icons-row {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.g-icon-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.g-icon-item i {
  color: #015dab !important;
  font-size: 23px !important;
}

.g-custom-img {
  width: 32px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.g-icon-item span {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #1a2b3c !important;
  white-space: nowrap !important;
}

/* Mobile */
@media (max-width: 900px) {
  .summary-card-placeholder {
    flex-direction: column !important;
    text-align: center !important;
    padding: 30px !important;
  }
  .summary-left {
    flex-direction: column !important;
  }
  .summary-divider {
    width: 80% !important;
    height: 1px !important;
    margin: 20px 0 !important;
  }
  .guidelines-icons-row {
    flex-direction: column !important;
    align-items: center !important;
  }
  .summary-right {
    width: 100% !important;
  }
  .guidelines-header {
    justify-content: center !important;
  }
  .g-custom-img {
    margin-bottom: 5px;
  }
}
/* END: Summary Placeholder Styling */

/* --- Step 4: Details Form Placeholder Styling --- */
.contact-details-container {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 60px !important;
  max-width: 1000px !important;
  margin: 0 auto 40px auto !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.details-form-mock {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
}

.form-row {
  display: flex !important;
  gap: 20px !important;
}

.form-row.three-col .form-group {
  flex: 1 !important;
}

.form-group {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.form-group label {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #1a2b3c !important;
}

.form-group label span {
  color: #015dab !important;
  font-weight: 400 !important;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 18px 20px !important;
  font-size: 16px !important;
  color: #1a2b3c !important;
  width: 100% !important;
}

.form-group textarea {
  height: 120px !important;
  resize: none !important;
}

.checkbox-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  margin: 10px 0 !important;
}

.custom-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #475569 !important;
  cursor: pointer !important;
}

.custom-checkbox input {
  width: 20px !important;
  height: 20px !important;
  margin-top: 2px !important;
}

.custom-checkbox input[type="checkbox"] {
  accent-color: #015dab !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
}

.custom-checkbox a {
  color: #015dab !important;
  text-decoration: none !important;
}

.furniture-warning-box {
  background-color: #fff1f2 !important;
  border: 1px solid #fee2e2 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  color: #991b1b !important;
  font-weight: 900 !important;
  text-align: center !important;
  font-size: 16px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-details-container {
    padding: 30px 20px !important;
  }
  .form-row {
    flex-direction: column !important;
    gap: 25px !important;
  }
  .furniture-warning-box {
    font-size: 14px !important;
  }
}
/* END: Step 4: Details Form Placeholder Styling */

/* --- Step 5: Confirmation Card Placeholder Styling --- */
/* START: Confirmation Card */
.confirmation-card-container {
  padding: 40px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.confirmation-card {
  background-color: #ebf7ff !important; /* The soft blue from your image */
  border: 1px solid #bee3ff !important;
  border-radius: 20px !important;
  padding: 60px 40px !important;
  max-width: 550px !important;
  width: 100% !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(1, 93, 171, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* Forces all children to center */
}

/* Header Section & Logo Centering */
.conf-logo-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

.conf-logo-section img {
  max-width: 200px !important;
  height: auto !important;
  margin-bottom: 30px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.conf-proudly {
  display: block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #015dab !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  width: 100% !important;
}

.conf-charity-name {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #1a2b3c !important;
  margin: 0 0 15px 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.conf-thank-you {
  font-size: 18px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
}

/* Data Rows & Labels */
.conf-data-row {
  width: 100% !important;
  text-align: center !important;
}

.conf-divider {
  height: 1px !important;
  background-color: #bee3ff !important;
  width: 100% !important;
  margin: 30px 0 !important;
}

.conf-label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #015dab !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.conf-value {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1a2b3c !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Mobile Responsive Confirmation */
@media (max-width: 768px) {
  .confirmation-card {
    padding: 40px 20px !important;
  }
  .conf-charity-name {
    font-size: 26px !important;
  }
  .conf-value {
    font-size: 18px !important;
  }
}
/* END: Step 5: Confirmation Card Placeholder Styling */

/* --- ART - END OF PLACEHOLDER STYLING --- */



.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-heading-text {
  color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading {
  text-align: center;
  margin-top: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-desc-text {
  margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight {
  font-style: normal;
  font-weight: Default;
  background: #007cba;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
  color: #fff;
  background: #007cba;
  -webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight::selection {
  color: #fff;
  background: #007cba;
  -webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d .uagb-heading-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -2px;
}


.step-header-caption {
  color:#4a5565;
  margin-top:var(--wp--preset--spacing--50);
  margin-right:0;
  margin-bottom:var(--wp--preset--spacing--50);
  margin-left:0;
  font-size:20px;
  font-style:normal;
  font-weight:500;
}

.steps-title-container .uagb-heading-text {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wp-block-uagb-advanced-heading.uagb-block-5e265a2d .uagb-heading-text {
    font-size: 47px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}

/**************************************************************************************************/
/*!		STEP WIZARD	*/
/**************************************************************************************************/

.step-engine {
  /* display: none; */
}

.step-wizard .step-header {
  display: none;
}

.step-wizard .step-content {
  display: none;
}

.step-wizard.busy .step-header-busy {
  display: block;
}

.step-wizard.busy .step-content-busy {
  display: block;
}

/*********************************************************************
** extra/public.homepage.css *****************************************
*********************************************************************/


/* NAV FIX FOR PAGES THAT DONT USE NEW TEMPALTE - USES SAME WIDTH AS NEW NAV	*/
body.donate-stuff:not(.page-template-template-website-refresh) .site-header .storefront-primary-navigation .col-med {
    max-width: 1690px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important; 
}





/*start of fix menu responsive when viewing pages without new template*/

/* ==========================================================================
   STAGE 1: SMALLER/TIGHTER DESKTOP MENU (1400px down to 1171px)
   Keeps the desktop menu alive but makes it more compact
   ========================================================================== */
@media (max-width: 1650px) and (min-width: 1171px) {
    /* 1. Apply your preferred 18px font and tighten padding */
    body.donate-stuff:not(.page-template-template-website-refresh) .main-navigation ul.menu li a {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 18px !important;
    }

    /* 2. THE EMERGENCY SQUEEZE: Triggers at 1400px to stop the 1382px jump */
    @media (max-width: 1400px) {
        body.donate-stuff:not(.page-template-template-website-refresh) .main-navigation ul.menu li a {
            font-size: 15px !important; /* Drops just enough to save the line */
            padding-left: 4px !important;
            padding-right: 4px !important;
        }
        body.donate-stuff:not(.page-template-template-website-refresh) .site-header .button {
            min-width: 140px !important; /* Slimmer buttons for the tight squeeze */
            font-size: 11px !important;
            padding: 10px 12px !important;
        }
    }

    /* 3. Minimize all gaps in the header container */
    body.donate-stuff:not(.page-template-template-website-refresh) .site-header .col-med {
        gap: 8px !important;
    }
}

/* ==========================================================================
   STAGE 2: MOBILE MENU SWITCH (1170px and below)
   Stacks the logo and menu button vertically and centers both
   ========================================================================== */
@media (max-width: 1170px) {
    /* 1. Hide the desktop menu items */
    body.donate-stuff:not(.page-template-template-website-refresh) .main-navigation ul.menu,
    body.donate-stuff:not(.page-template-template-website-refresh) .secondary-navigation {
        display: none !important;
        font-size: 13px !important;
    }

    /* 2. Force the header container to stack vertically */
    body.donate-stuff:not(.page-template-template-website-refresh) .site-header .col-med {
        display: flex !important;
        flex-direction: column !important; /* This forces the stacked look */
        align-items: center !important;    /* Centers everything horizontally */
        gap: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    /* 3. Style the Logo for Mobile */
    body.donate-stuff:not(.page-template-template-website-refresh) .site-branding {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 20px !important; /* Space between logo and menu button */
        padding: 0 !important;
        width: 100% !important;
    }

    /* 4. Center the "Menu" Button */
    body.donate-stuff:not(.page-template-template-website-refresh) .menu-toggle {
        display: inline-block !important;
        margin: 0 auto !important;
        float: none !important; /* Removes legacy floats that cause offset */
    }

    /* 5. Header padding adjustment */
    body.donate-stuff:not(.page-template-template-website-refresh) #masthead {
        padding: 0 !important;
    }

    body.donate-stuff:not(.page-template-template-website-refresh) .site-header .storefront-primary-navigation .main-navigation {
      text-align: center !important;
    }
}

/*end of fix menu responsive when viewing pages without new template*/






/* SCHEDULE DONATION PAGE ZIP CODE ELEMENT FIX - TARGETS ONLY THAT PAGE	*/
.page-id-266250 #ds-fe__order-form #ds-fe__lead-wrapper {
  justify-content: center !important;
}

/* GLOBAL RESIZE FIX (Paired with bayli.js) - Stops the mobile menu from flashing when dragging the window size */
.no-transitions * {
  transition: none !important;
}

/* Removes padding from #masthead ONLY on pages NOT using the refresh template */
body.donate-stuff:not(.page-template-template-website-refresh) #masthead {
    padding: 0 !important;
}

/**************************************************************************************************/
/*!		GLOBAL DEFS	*/
/**************************************************************************************************/

:root {


  /**************************************************************************************************/
  /*!		BLACKS	*/
  /**************************************************************************************************/

  --ds-black-op05:			rgba(0, 0, 0, 0.05);
  --ds-black-op08:			rgba(0, 0, 0, 0.08);
  --ds-black-op10:			rgba(0, 0, 0, 0.10);


  /**************************************************************************************************/
  /*!		WHITES	*/
  /**************************************************************************************************/
  --ds-white:					#ffffff;


  /**************************************************************************************************/
  /*!		GRAYS	*/
  /**************************************************************************************************/
  --ds-gray:					#94a3b8;
  --ds-gray-blue-dark:		#6a7282;
  --ds-x:						#4a5568;
  --ds-x:						#475569;


  /**************************************************************************************************/
  /*!		BLUES	*/
  /**************************************************************************************************/
  --ds-blue:					#015dab;
  --ds-blue-light:			#90d5f9;

  /**************************************************************************************************/
  /*!		GREENS	*/
  /**************************************************************************************************/
  --ds-green:					#02a950;
  --ds-green-op70:			rgba(1, 169, 79, 0.7);
  --ds-green-op30: 			rgba(2, 169, 80, 0.3);
  --ds-peppermint: 			#d1f2e1;



  --ds-2: #f0f7ff;
  --ds-4: #f4f7fa;
  --ds-x: #f7fafc;

  --ds-x: #e2e8f0;
  --ds-x: #f3f4f6;
  --ds-x: #f1f5f9;
  --ds-x: #d1d5dc;
  --ds-x: #f0f0f0;
  --ds-x: #cbd5e0;



  --ds-navy: #1a2b3c;
  --ds-navy: #1e293b;

  --ds-x: #111827;
  --ds-x: #101828;

  --ds-x: rgba(1, 93, 171, 0.3);
  --ds-x: rgba(1, 93, 171, 0.12);
  --ds-x: rgba(1, 93, 171, 0.15);




}

/**************************************************************************************************/
/*!		NORMALIZE BUTTONS	*/
/**************************************************************************************************/

footer button,
button[id^="ds-fe_"],
a.wp-block-button__link {

  border-radius: 30px !important;

  font-family: "filson-pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 1.2px !important;
  transition: all 0.3s ease !important;
}

a.wp-block-button__link .uagb-button__link {
  font-family: "filson-pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 1.2px !important;
  transition: all 0.3s ease !important;
}


/**************************************************************************************************/
/*!		FOOTER	*/
/**************************************************************************************************/

/* --- 1. Footer Background & Swoosh (High-Power Overlap) --- */
.refresh-footer {
  /* Kill the white background here so the swoosh is truly transparent */
  background-color: transparent !important;
  padding: 0 !important;
  position: relative !important;
  margin-top: -50px !important; /* Pulls the curve up over the blog cards */
  z-index: 100 !important;
}

.footer-swoosh {
  width: 100% !important;
  line-height: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.footer-swoosh img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* This is where the white background actually starts (below the curve) */
.footer-main-container {
  background-color: var(--ds-white) !important;
  max-width: 100% !important; /* Ensures the white stretches edge-to-edge */
  margin: 0 !important;
  padding: 60px 0 40px !important;
  position: relative !important;
  z-index: 10 !important;
}

/* --- 2. Newsletter Overlap Card --- */
.footer-newsletter-card {
  max-width: 1100px !important;
  /* Adjusted margin to sit perfectly on top of the curved swoosh */
  margin: -140px auto 0 !important;
  background: var(--ds-2) !important;
  border-radius: 24px !important;
  padding: 40px 60px !important;
  box-shadow: 0 25px 60px rgba(1, 93, 171, 0.12) !important;
  position: relative !important;
  z-index: 100 !important; /* This forces it to the absolute front */
}

/**************************************************************************************************/
/*!		NEWSLETTER	*/
/**************************************************************************************************/

/* 1. The Parent Container */
.newsletter-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 40px !important;
    width: 100% !important;
}

/* 2. The Left Side (The Text) - Force to 50% */
.newsletter-intro {
    flex: 1 1 50% !important; /* Takes exactly half the space */
    width: 50% !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

/* 3. The Right Side (The Form) - Force to 50% */
.newsletter-form-wrapper {
    flex: 1 1 50% !important; /* Takes exactly half the space */
    width: 50% !important;
    max-width: none !important; /* Remove the 500px/650px limit */
}

/* 4. The White Pill (Inside the Form side) */
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
    max-width: 100% !important; /* Fills the right 50% of the card */
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
}

/* 5. Ensure the Input box stretches inside that pill */
.newsletter-form-wrapper .gfield.gfield--type-email {
    flex-grow: 1 !important;
}

.newsletter-form-wrapper input[type=email] {
    width: 100% !important;
}

.newsletter-intro {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.newsletter-icon img {
  width: 60px !important;
  height: auto !important;
}

.newsletter-title h3 {
  font-size: 25px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  color: var(--ds-navy) !important;
}

.newsletter-title h3 span {
  color: var(--ds-blue) !important;
}

.newsletter-title p {
  font-size: 14px !important;
  color: var(--ds-gray) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.newsletter-form {
  display: flex !important;
  background: #f8fafc !important;
  border-radius: 50px !important;
  padding: 6px 6px 6px 25px !important;
  width: 100% !important;
  max-width: 500px !important;
  border: 1px solid #e2e8f0 !important;
}

.input-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-grow: 1 !important;
}

/* .input-wrapper i {
  color: var(--ds-gray) !important;
}

.newsletter-form input {
  border: none !important;
  background: transparent !important;
  font-size: 15px !important;
  outline: none !important;
}

.newsletter-form input[type=email] {
  box-shadow: none;
}

.newsletter-form button {
  background: var(--ds-blue) !important;
  color: var(--ds-white) !important;
  border: none !important;
  padding: 14px 30px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.newsletter-form button:hover {
  background: var(--ds-green) !important;
} */


/**************************************************************************************************/
/*!		GRAVITY FORMS NEWSLETTER STYLING	*/
/**************************************************************************************************/

/* 1. The White Pill Container - Cleaned & Widened */
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important; /* Pushes input left, button right */
    background: #f8fafc !important;
    border-radius: 50px !important;
    padding: 6px 6px 6px 25px !important;
    width: 100% !important;
    max-width: 600px !important; /* Set this to your preferred width */
    border: 1px solid #e2e8f0 !important;
    align-items: center !important;
    grid-template-columns: none !important; /* Kill the grid conflict */
}

/* Remove default list styling and margins */
.newsletter-form-wrapper .gform_wrapper ul.gform_fields, 
.newsletter-form-wrapper .gform_wrapper .gform_fields {
    margin: 0 !important;
    list-style: none !important;
}

/* 2. The Email Field - Force it to stretch and eat the empty space */
.newsletter-form-wrapper .gfield.gfield--type-email {
    flex-grow: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* 3. The Actual Text Input */
.newsletter-form-wrapper input[type=email] {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
    color: var(--ds-navy) !important;
}

/* 4. The Button Wrapper - Prevents the button from being pushed/stretched */
.newsletter-form-wrapper .gfield.gfield--type-submit {
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 5. THE GHOST KILLER - Completely nuke the hidden anti-spam field space */
.newsletter-form-wrapper .gform_validation_container,
.newsletter-form-wrapper .gfield_visibility_hidden {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* 1. The Main Button State */
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-submit input[type="submit"],
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-submit button[type="submit"] {
    background-color: var(--ds-blue) !important;
    color: var(--ds-white) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 35px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1.2px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* 2. The Hover State - Flip to Green */
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-submit input[type="submit"]:hover,
.newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-submit button[type="submit"]:hover {
    background-color: var(--ds-green) !important;
}

/* 5. Handling the Envelope Icon */
/* Since Gravity Forms doesn't natively include the <i> tag, 
   we can add the envelope icon using a pseudo-element on the field li */
/* .newsletter-form-wrapper .gfield {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-grow: 1 !important;
    margin: 0 !important;
}

.newsletter-form-wrapper .gfield::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    color: var(--ds-gray) !important;
} */

/* Hide labels and descriptions for that clean look */
.newsletter-form-wrapper .gfield_label,
.newsletter-form-wrapper .gfield_description,
.newsletter-form-wrapper .gform_validation_container {
    display: none !important;
}

 .newsletter-form-wrapper .gform_footer {
      display: none !important;
     }

/* Mobile Adjustment */
@media (max-width: 768px) {
    .newsletter-form-wrapper .gform_wrapper.gravity-theme .gform_fields {
        flex-direction: column !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        gap: 15px !important;
        display: flex !important;
    }
    
    /* 1. Reset all fields (Removes the accidental white pill from the submit button wrapper) */
    .newsletter-form-wrapper .gfield,
    .newsletter-form-wrapper .gform_footer {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    /* 2. Apply the white pill specifically to the FIRST field (the email input) */
    .newsletter-form-wrapper .gfield:first-child {
        background: var(--ds-white) !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 50px !important;
        padding: 15px 25px !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 3. Add the Envelope Icon back to the email field */
    .newsletter-form-wrapper .gfield:first-child::before {
        content: "\f0e0";
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
        font-weight: 400 !important;
        color: var(--ds-gray) !important;
        margin-right: 12px !important;
        font-size: 16px !important;
        display: inline-block !important;
    }

    /* 4. Ensure the input text area fills the rest of the white pill */
    .newsletter-form-wrapper input[type=email] {
        width: 310px !important;
        flex-grow: 1 !important;
        background: white!important;
        border: none !important;
        padding: 20px 20px !important;
        border-radius: 15px;
        margin-bottom: 20px !important;
        box-shadow: none !important;
    }

    /* 5. Make the Submit button full width and match the input's height */
    .newsletter-form-wrapper input[type=submit],
    .newsletter-form-wrapper button[type=submit] {
        width: 310px !important;
        padding: 18px 30px !important; /* Thickens the button to match the email field */
    }
}

/* --- 3. 5-Column Grid --- */
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1.5fr !important;
  gap: 50px !important;
  max-width: 1800px !important; /* Design constraint */
  margin: 0 auto !important;
  padding: 0 40px 60px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.footer-col h4 {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 30px !important;
  color: #101828 !important;
}

.footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0px;
}

.footer-col ul li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important; /* Space between chevron and text */
}

/* The Light Green Chevron */
.footer-col ul li::before {
  content: "\f054" !important; /* FontAwesome Chevron-Right */
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: var(--ds-peppermint) !important; /* Light green from your design */
  display: inline-block !important;
  transition: all .3s ease;
}

/* icon gets a hover flourish if the link is hovered */
.footer-col ul li:has(> a:hover)::before {
  color: #6ec488 !important;
}

.footer-col ul li a {
  color: #6a7282 !important; /* Exact hex requested */
  text-decoration: none !important;
  font-size: 15px !important; /* Exact size requested */
  font-weight: 500 !important; /* Bold */
  transition: all 0.3s ease !important;
  line-height: 1 !important;
}

.footer-col ul li a:hover {
  color: var(--ds-blue) !important;
}

/* --- 4. Brand & Phone Styling --- */
.brand-col .footer-logo img {
  max-width: 250px !important;
  margin-bottom: 25px !important;
  /* margin: 0 auto 25px auto !important; */
}

@media (max-width: 768px)  {
  .brand-col .footer-logo img {
     margin: 0 auto 25px auto !important;
  }
}

.footer-serving-text {
  font-size: 14px !important;
  color: #475569 !important;
  line-height: 1.6 !important;
}

.footer-social-icons {
  display: flex !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

.social-circle {
  width: 44px !important;
  height: 44px !important;
  background: var(--ds-green-op70) !important;
  color: var(--ds-green) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s !important;
}

.social-circle:hover {
  background: var(--ds-green) !important;
  color: var(--ds-white) !important;
  transform: translateY(-3px) !important;
}

.phone-block {
  margin-bottom: 18px !important;
}

.phone-block strong {
  display: block !important;
  font-size: 14px !important;
  color: #101828 !important;
  margin-bottom: 2px !important;
}

.phone-block a {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #6a7282 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease;
  }

/* The Light Green Phone Icon */
.phone-block a::before {
  position: relative;
  top: 2px;
  content: "\f095" !important; /* FontAwesome Phone Icon */
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  color: var(--ds-peppermint) !important; /* Light green from your design */
  display: inline-block !important;
  padding-right: 8px;
  transition: all 0.3s ease;
}

.phone-block a:hover::before {
  color: #6ec488 !important;
}

.phone-block a:hover {
  color: var(--ds-blue) !important;
}

/* --- 5. Bottom Bar --- */
.footer-bottom-bar {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 35px !important;
  font-size: 13px !important;
  color: var(--ds-gray) !important;
  margin-left: 145px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-legal-links a {
  margin-left: 20px !important;
  color: var(--ds-gray) !important;
  text-decoration: none !important;
}

/* --- 6. Mobile Responsiveness --- */
@media (max-width: 1200px) {
  .footer-grid {
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 40px !important;
  }
}

@media (max-width: 768px) {
  .footer-swoosh {
    top: 20px !important;
  }
  .footer-grid {
  grid-template-columns: 1fr !important;
  text-align: center !important;
  }
  .footer-social-icons {
  justify-content: center !important;
  }
  .newsletter-inner {
  flex-direction: column !important;
  text-align: center !important;
  }
  .footer-newsletter-card {
  padding: 30px !important;
  margin-top: -140px !important;
  margin: 25px !important; 
  }
}
/* --- Global Background Reset --- */

body.donate-stuff
  .wp-block-uagb-advanced-heading.uagb-block-74c2fffd.wp-block-uagb-advanced-heading {
  margin-right: 0px;
}

/* Forces the entire site container and content area to be white */
body,
#page,
#content,
.site-content,
#primary {
  background-color: var(--ds-white) !important;
}

/* Removes any specific grey background from the refresh template */
.page-template-template-website-refresh #content {
  background-color: var(--ds-white) !important;
}

.entry-taxonomy {
  display: none !important;
}

#masthead {
  border: none;
  padding: 55px 0;
}

/* --- Layout Grid --- */
.header-grid-container {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center !important;
  align-content: center !important;
  gap: 40px;
}

.site-branding {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.site-branding a {
  display: flex;
  align-items: center;
}

.site-branding img {
  margin: 0 !important;
  display: block;
}

/* ==========================================================================
   DESKTOP DROPDOWN STYLING
   ========================================================================== */
@media (min-width: 1025px) {
  /* 1. Set the parent as the anchor */
  .baylis-menu-grid-container ul li {
    position: relative;
  }

  /* 2. Add a tiny chevron to parent items (Using WP default class) */
  .baylis-menu-grid-container ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 8px;
    color: var(--ds-green);
    transition: transform 0.3s ease;
    display: inline-block;
  }

  /* Flip chevron on hover */
  .baylis-menu-grid-container ul li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }

  /* 3. The Dropdown Card */
  .baylis-menu-grid-container ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px); 
    min-width: 240px;
    background: var(--ds-white);
    border-radius: 16px;
    padding: 15px 0;
    margin: 0;
    box-shadow: 0 20px 40px rgba(1, 93, 171, 0.12);
    border: 1px solid #f1f5f9;
    
    /* Animation defaults */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    
    /* Override top-level flex settings */
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 9999;
  }

  /* Invisible hover bridge (prevents dropdown from disappearing when moving mouse down) */
  .baylis-menu-grid-container ul li ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
  }

  /* 4. Trigger the Dropdown */
  .baylis-menu-grid-container ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0); 
  }

  /* 5. Dropdown Link Styling */
  .baylis-menu-grid-container ul li ul.sub-menu li {
    width: 100%;
    display: block;
  }

  .baylis-menu-grid-container ul li ul.sub-menu li a {
    display: block;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: none; 
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #475569; 
    text-align: left;
    min-width: auto;
    height: auto;
    border-radius: 0; 
  }

  /* Dropdown Link Hover */
  .baylis-menu-grid-container ul li ul.sub-menu li a:hover {
    color: var(--ds-blue);
    background-color: #f8fafc; 
    padding-left: 32px; 
  }
}

/* ==========================================================================
   MOBILE NAVIGATION DROPDOWN STYLING
   ========================================================================== */
@media (max-width: 1024px) {
  /* 1. Add a chevron to mobile parent items */
  .baylis-menu-grid-container ul li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    float: right;
    color: #cbd5e0;
    margin-top: 2px;
    transition: transform 0.3s ease; /* Added for smooth animation */
  }

  /* 2. Container for nested items - CLOSED BY DEFAULT */
  .baylis-menu-grid-container ul li ul.sub-menu {
    display: none; /* Changed from flex to none so it starts closed */
    flex-direction: column;
    /* background: #f8fafc;  */
    border-radius: 12px;
    margin: 5px 0 15px 0;
    padding: 10px 0;
    width: 100%;
    /* border-left: 3px solid var(--ds-green); */
  }

  /* 3. Nested items styling */
  .baylis-menu-grid-container ul li ul.sub-menu li {
    border-bottom: none;
  }

  .baylis-menu-grid-container ul li ul.sub-menu li a {
    padding: 12px 20px 12px 20px; 
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    color: #4a5568;
    height: auto;
    margin: 0;
    justify-content: left !important;
  }

  .baylis-menu-grid-container ul li ul.sub-menu li a:hover,
  .baylis-menu-grid-container ul li ul.sub-menu li a:active {
    color: var(--ds-blue);
    background-color: rgba(1, 93, 171, 0.05);
  }

  /* 4. ACTIVE STATE: Applied via JavaScript to open the menu */
  .baylis-menu-grid-container ul li.is-dropdown-open ul.sub-menu {
    display: flex; 
  }

  /* Flip the chevron upside down when the menu is open */
  .baylis-menu-grid-container ul li.menu-item-has-children.is-dropdown-open > a::after {
    transform: rotate(180deg);
  }
}

/* ==========================================================================
   MOBILE UI/UX FIXES 
   ========================================================================== */

/* 1. Remove the default blue tap-highlight box on mobile devices */
.baylis-menu-grid-container ul li a,
.baylis-menu-grid-container ul li.menu-item-has-children > a,
.menu-toggle,
.menu-close {
    /* Makes the default mobile tap flash completely invisible */
    -webkit-tap-highlight-color: transparent !important; 
    
    /* Removes the rigid default browser focus outline */
    outline: none !important; 
}

/* 2. Add a very subtle background color change on active tap for better UX */
.baylis-menu-grid-container ul li a:active {
    background-color: rgba(1, 93, 171, 0.05) !important;
}


/* --- Navigation Container --- */
.baylis-menu-grid-container {
  display: flex !important;
  justify-content: flex-end;
  align-items: center !important;
}

.baylis-menu-grid-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.baylis-menu-grid-container ul li a {
  text-decoration: none;
  color: #111827;
  font-weight: 700;
  letter-spacing: 1.3px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* Restored Hover for Links */
.baylis-menu-grid-container ul li a:hover {
  color: var(--ds-blue);
}

/* --- Button Styles --- */
.baylis-menu-grid-container ul li:nth-last-child(2) a,
.baylis-menu-grid-container ul li:last-child a {
  text-align: center;
  line-height: 1;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-width: 210px;
  height: 58px;
}

/**************************************************************************************************/
/*!		MENU BUTTONS, GENERALLY	*/
/**************************************************************************************************/
.ds-menu-btn > a {
  padding: 0 20px;
  gap: 12px;
  border: 2px solid var(--ds-blue);
}

/**************************************************************************************************/
/*!		"MY PICKUPS" MENU BUTTON	*/
/**************************************************************************************************/

/* truck Icon tucked in before the text */
.ds-menu-btn.ds-menu-btn-my-pickups > a::before {
  content: "\f0d1";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

.ds-menu-btn.ds-menu-btn-my-pickups > a {
  color: var(--ds-blue);
  background-color: transparent;
  margin-left: 40px;
}

/* Restored Hover for "MY PICKUPS" */
.ds-menu-btn.ds-menu-btn-my-pickups > a:hover {
  color: var(--ds-white) !important;
  background-color: var(--ds-blue);
}

/**************************************************************************************************/
/*!		"SCHEDULE PICKUP" MENU BUTTON	*/
/**************************************************************************************************/

/* "SCHEDULE PICKUP" - Solid Blue */
.ds-menu-btn.ds-menu-btn-schedule-pickup > a {
  color: var(--ds-white) !important;
  background-color: var(--ds-blue);
}

/* Restored Hover for "SCHEDULE PICKUP" */
.ds-menu-btn.ds-menu-btn-schedule-pickup > a:hover {
  border-color: var(--ds-green);
  background-color: var(--ds-green);
}

/* --- MOBILE RESPONSIVE VERSION (SCOPED TO NEW TEMPLATE ONLY) --- */

/* Hide custom menu elements on desktop, ONLY on the new template */
.page-template-template-website-refresh .menu-toggle,
.page-template-template-website-refresh .menu-close,
.page-template-template-website-refresh .mobile-drawer-logo,
.page-template-template-website-refresh .menu-overlay {
  display: none;
}

@media (max-width: 1375px) {
  .page-template-template-website-refresh #masthead {
    padding: 20px 0;
  }

  .page-template-template-website-refresh .header-grid-container {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }

  /* Logo Sizing */
  .page-template-template-website-refresh .site-branding img,
  .page-template-template-website-refresh .mobile-drawer-logo img {
    width: 133px !important;
    height: 36px !important;
    object-fit: contain;
  }

  /* Safely style the new toggle without squishing the old one */
  .page-template-template-website-refresh .menu-toggle,
  .page-template-template-website-refresh .menu-close {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  /* The 3 hamburger bars */
  .page-template-template-website-refresh .menu-toggle span {
    width: 28px;
    height: 3px;
    background: #111827 !important;
    border-radius: 2px;
    display: block !important;
    margin: 0 auto;
    position: relative !important;
  }

  /* Mobile Drawer Container */
  .page-template-template-website-refresh .baylis-menu-grid-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: var(--ds-white);
    z-index: 9999;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 40px 25px !important;
    transition: 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -5px 0 15px var(--ds-black-op10);
  }

  /* Open States */
  .page-template-template-website-refresh.menu-open .baylis-menu-grid-container {
    right: 0;
  }

  .page-template-template-website-refresh .menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 1;
    visibility: hidden;
    transition: 0.3s;
  }

  .menu-open .page-template-template-website-refresh .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .page-template-template-website-refresh .mobile-drawer-logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
  }

  .page-template-template-website-refresh .menu-close {
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 45px;
    color: #111827 !important;
    line-height: 1;
    cursor: pointer;
  }

  .page-template-template-website-refresh .baylis-menu-grid-container ul {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .page-template-template-website-refresh .baylis-menu-grid-container ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .page-template-template-website-refresh .baylis-menu-grid-container ul li a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
  }

  /* .page-template-template-website-refresh .baylis-menu-grid-container ul li:nth-last-child(2) a,
  .page-template-template-website-refresh .baylis-menu-grid-container ul li:last-child a {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    height: 52px;
    margin-top: 15px;
  } */

/* --- CENTER MOBILE MENU BUTTONS --- */
  /* Added '>' to ensure we ONLY target the top-level main menu items, not sub-menus */
  .page-template-template-website-refresh .baylis-menu-grid-container > ul > li:nth-last-child(2) > a,
  .page-template-template-website-refresh .baylis-menu-grid-container > ul > li:last-child > a {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important; 
    text-align: center !important;
    padding: 0 !important;
    gap: 12px !important; 
  }

  /* Remove the desktop left-margin on My Pickups so it is perfectly dead-center on mobile */
  .page-template-template-website-refresh .ds-menu-btn.ds-menu-btn-my-pickups > a,
  .page-template-template-website-refresh .ds-menu-btn-schedule-pickup > a  {
    margin-left: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

/* --- Hero & Transparent Header Logic --- */

/* 1. Base Header Reset */
.page-template-template-website-refresh #masthead {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  max-width: none !important;
  z-index: 10000 !important;
  background: var(--ds-white);
  border: none !important;
  padding: 23px 0 !important;
  transition:
  padding 0.3s ease,
  background-color 0.3s ease !important;
}

/* 2. Inner Grid Alignment - Desktop Stays Centered */
.page-template-template-website-refresh .header-grid-container {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center !important;
  width: 100% !important;
  max-width: 1800px !important; /* Keep desktop contained */
  margin: 0 auto !important;
  padding: 0 40px !important;
}

/* --- MOBILE ONLY OVERRIDE --- */
@media (max-width: 1375px) {
  /* Force the container to fill the screen on mobile to kill the gap */
  .page-template-template-website-refresh .header-grid-container {
  max-width: 100% !important;
  display: flex !important; /* Switch to flex for easier edge alignment */
  justify-content: space-between !important;
  padding: 0 20px !important; /* Slimmer side gutters for mobile */
  }

  /* Ensure the header itself has no margins causing shifts */
  .page-template-template-website-refresh #masthead.is-sticky {
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  }
}

/* 3. Sticky State - Mobile & Desktop Fix */
.page-template-template-website-refresh #masthead.is-sticky {
  position: fixed !important;
  background-color: var(--ds-white) !important;
  box-shadow: 0 4px 15px var(--ds-black-op08) !important;
  padding: 15px 0 !important;
  z-index: 10001 !important;
}

/* 4. Fix Hamburger Bars & Kill Blue Streaks - MOBILE ONLY */
@media (max-width: 1375px) {
  /* Targets BOTH states: standard and sticky so bars always stack */
  .page-template-template-website-refresh #masthead .menu-toggle,
  .page-template-template-website-refresh #masthead.is-sticky .menu-toggle {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  }

  /* Styles the 3 spans for a clean black hamburger on both states */
  .page-template-template-website-refresh #masthead .menu-toggle span,
  .page-template-template-website-refresh
  #masthead.is-sticky
  .menu-toggle
  span {
  background-color: #111827 !important;
  display: block !important;
  width: 28px !important;
  height: 3px !important;
  border-radius: 2px !important;
  margin: 0 !important;
  position: relative !important;
  left: auto !important;
  }

  /* Kills the extra horizontal "junk" lines */
  .page-template-template-website-refresh #masthead .menu-toggle::before,
  .page-template-template-website-refresh #masthead .menu-toggle::after,
  .page-template-template-website-refresh #masthead .menu-toggle span::before,
  .page-template-template-website-refresh #masthead .menu-toggle span::after,
  .page-template-template-website-refresh
  #masthead.is-sticky
  .menu-toggle::before,
  .page-template-template-website-refresh
  #masthead.is-sticky
  .menu-toggle::after,
  .page-template-template-website-refresh
  #masthead.is-sticky
  .menu-toggle
  span::before,
  .page-template-template-website-refresh
  #masthead.is-sticky
  .menu-toggle
  span::after {
  display: none !important;
  content: none !important;
  }
}

/* 5. Mobile & Desktop Sticky Padding Adjustments */
@media (max-width: 1375px) {
  /* Force the container to fill the screen on mobile to kill the gap */
  .page-template-template-website-refresh .header-grid-container {
  max-width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 20px !important;
  }

  .page-template-template-website-refresh #masthead {
  padding: 20px 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  }

  .page-template-template-website-refresh #masthead.is-sticky {
  padding: 10px 0 !important;
  }
}

/* 6. Reset Desktop Nav Visibility on Scroll */
@media (min-width: 1376px) {
  .page-template-template-website-refresh .baylis-menu-grid-container {
  display: flex !important;
  position: relative !important;
  right: 0 !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  }
}

/* --- Hero Section & Full Width Pattern --- */
.hero-color {
  color: var(--ds-green);
}

.hero-pattern-group {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-top: 180px !important;
  padding-bottom: 80px !important;
  /* background-repeat: repeat !important;
  background-size: auto !important; */
  background-repeat: no-repeat !important; /* Stop the double pattern */
  background-size: cover !important; /* Stretch to fill the tall mobile space */
  background-position: center bottom !important; /* Keep the wave at the bottom */
}

.hero-pattern-group > .wp-block-group__inner-container,
.hero-pattern-group > div:first-child {
  max-width: 1550px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

/* ==========================================================================
   HERO SECTION TABLET/MOBILE FIX
   Hides the image and makes text full-width below 1313px
   ========================================================================== */
@media (max-width: 1313px) {
    /* 1. Stop WordPress from trying to force a flex grid */
    .hero-responsive-fix {
        display: block !important;
    }

    /* 2. Force the Left Column (Text & Zip) to take up the full screen width */
    .hero-responsive-fix > .wp-block-column:nth-child(1) {
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    /* 3. Completely hide the Right Column (Image) */
    .hero-responsive-fix > .wp-block-column:nth-child(2) {
        display: none !important;
    }
}

/* ==========================================================================
   HOW IT WORKS SECTION TABLET FIX
   Forces the columns to stack before the text gets crushed into a single line
   ========================================================================== */
@media (max-width: 1024px) {
    
    /* 1. Break the native WordPress side-by-side grid */
    .how-it-works-fix {
        display: block !important;
    }

    /* 2. Force both columns to take up the full screen width */
    .how-it-works-fix > .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important; /* Adds breathing room between the image and text once stacked */
    }

    /* 3. Center the image nicely when it stacks on top */
    .how-it-works-fix > .wp-block-column:nth-child(1) {
        display: none !important;
    }
    
    .how-it-works-fix > .wp-block-column:nth-child(1) img {
        margin: 0 auto !important;
        display: inline-block !important;
    }
}

/* --- Hero Mobile Responsiveness --- */
@media (max-width: 768px) {
  .hero-pattern-group > .wp-block-group__inner-container,
  .hero-pattern-group > div:first-child {
  /* Reduce padding so text has more room on small screens */
  padding: 0 20px !important;

  /* Ensure the container stacks or scales correctly */
  max-width: 100% !important;
  }
  .hero-pattern-group {
  padding-top: 130px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  }
  .hero-description {
  margin-right: 0px !important;
  font-size: 20px !important;
  }
  #ds-fe__zipcode {
  box-shadow: none !important;
  }
}

@media (max-width: 480px) {
  .hero-pattern-group > .wp-block-group__inner-container,
  .hero-pattern-group > div:first-child {
  padding: 0 15px !important;
  }
}

.page-template-template-website-refresh #primary {
  float: none !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1550px !important;
}

/* --- Zip Code Design: Specific to .donate-stuff pages --- */

body.donate-stuff #ds-fe__order-form #ds-fe__lead-wrapper {
  justify-content: left;
}

body.donate-stuff .ds-fe__zipcode-container {
  display: flex !important;
  background: var(--ds-white) !important;
  border-radius: 15px !important;
  border: 1px solid #f3f4f6 !important;
  padding: 14px 25px !important;
  box-shadow: 0 32px 64px -16px var(--ds-black-op10) !important;
  max-width: 654px !important;
  width: 100% !important;
  height: 92px !important;
  align-items: center !important;
  position: relative;
}

/* Icon - only on .donate-stuff pages */
body.donate-stuff .ds-fe__zipcode-container:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #d1d5dc;
  margin-right: 15px;
}

body.donate-stuff #ds-fe__zipcode {
  flex-grow: 1 !important;
  border: none !important;
  font-size: 24px !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none;
}

body.donate-stuff #ds-fe__zip-btn {
  background-color: var(--ds-green) !important;
  color: var(--ds-white) !important;
  border-radius: 50px !important;
  padding: 0 30px !important;
  height: 64px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  margin-left: 15px !important;
  transition: background-color 0.3s ease;
  /* --- NEW FIXES TO PREVENT SQUISHING --- */
  flex-shrink: 0 !important;      /* Forces the button to keep its full width */
  white-space: nowrap !important; /* Prevents text from stacking vertically */
}

body.donate-stuff #ds-fe__zip-btn:hover {
  background-color: var(--ds-blue) !important;
}

/* Mobile Zip Stack - only on .donate-stuff pages */
@media (max-width: 600px) {
  body.donate-stuff .ds-fe__zipcode-container {
  flex-direction: column !important;
  height: auto !important;
  padding: 20px !important;
  }
  body.donate-stuff #ds-fe__zip-btn {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 10px;
  }
  body.donate-stuff .ds-fe__zipcode-container:before {
  display: none !important;
  }
}

/* --- Impact Cards Section --- */
.impact-card {
  /* Layout & Centering */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

/* FLUID DESIGN DIMENSIONS (Fixes the overlap!) */
  width: 100% !important;        /* Fill the column */
  max-width: 400px !important;   /* Never get too big */
  height: 330px !important;

  /* Spacing & Style */
  margin: 0 auto !important;
  padding: 30px !important;
  background: var(--ds-white) !important;
  box-sizing: border-box !important;
  border-radius: 20px !important; /* Added to match design */
}

/* Fix Icon Centering - The "Auto" margin fix */
.impact-card .wp-block-image,
.impact-card figure,
.impact-card img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
  display: block !important;
}

/* --- Specific Card Glows --- */

/**************************************************************************************************/
/*!		SPECIFIC CARD GLOWS	*/
/**************************************************************************************************/

/* 1. Raised for Charities - Blue (var(--ds-blue)) */
.card-blue {
  border: 2px solid var(--ds-blue) !important;
  box-shadow: 0 32px 80px -16px rgba(1, 93, 171, 0.3) !important;
}

/* 2. Lives Improved - Green  */
.card-green {
  border: 2px solid var(--ds-green) !important;
  /* box-shadow: 0 32px 80px -16px rgba(2, 169, 80, 0.3) !important; */
  box-shadow: 0 32px 80px -16px var(--ds-green-op30) !important;
}

/* 3. Donations Picked Up - Light Blue */
.card-cyan {
  border: 2px solid var(--ds-blue-light) !important;
  box-shadow: 0 32px 80px -16px rgba(144, 213, 249, 0.3) !important;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
  .impact-card {
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  min-height: 330px !important;
  margin-bottom: 30px !important;
  }
}

/* --- How It Works Section --- */

.how-it-works-section {
  background-color: var(--ds-4) !important;

  /* The Breakout Trick: Forces the block to span the full viewport width */
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  /* Internal Spacing */
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  box-sizing: border-box !important;
}

/* Ensure the content inside stays centered and aligned with the header */
.how-it-works-section .wp-block-columns {
  max-width: 1630px !important; /* Matches your design grid */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Slimmer padding for mobile screens */
@media (max-width: 768px) {
  .how-it-works-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  }
  .tax-description {
  margin-left: 0px !important;
  margin-right: 0px !important;
  }
  .how-steps {
    text-align: center;
    padding-bottom: 40px !important;
  }
  .how-steps-text {
    text-align: center;
  }
  .how-steps-img {
    display: block;
    margin: auto;
    width: 60%;
  }
}

/* ==========================================================================
   TAX RECEIPT BOX FIX
   Forces the container to stack items vertically instead of crushing them
   ========================================================================== */
.tax-receipt-fix {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;   
    text-align: center !important;    
    gap: 15px !important;             
}

.tax-receipt-fix .wp-block-button__link,
.tax-receipt-fix a {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* --- Our Impact Section -- */
.impact-cta1 {
  color: var(--ds-blue-light);
}

.impact-cta2 {
  color: var(--ds-green);
}

.impact-cta-bg-2 {
  box-shadow: 0 20px 25px -5px var(--ds-black-op10) !important;
}

.impact-cta-bg-1 {
  box-shadow: 0 20px 25px -5px var(--ds-black-op10) !important;
}

.impact-divider {
  height: 0.25px !important;
}

.impact-cta-3 {
  padding: 80px !important;
}



@media (max-width: 1068px) {
  .impact-cta-mobile {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  .impact-cta-3 {
    padding: 20px !important;
  }
  .impact-cta-mobile {
    flex-wrap: inherit !important;
    padding: 30px !important;
  }
  .impact-divider {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}

/* --- What can I donate Section --- */
.what-donate {
  color: var(--ds-blue);
}

.what-donate-card {
  box-shadow: 0 20px 25px -5px var(--ds-black-op10) !important;
  padding: 20px !important;
}

/* =========================================
   SVG Icon Fix for "What can I donate" Section
   ========================================= */

.what-donate-svg {
    display: block !important;
    text-align: center !important;
    margin: 0 auto 15px auto !important;
    width: 100% !important; 
}

/* 2. Force the actual SVG image to render using STRICT pixel values */
.what-donate-svg img {
    width: 65px !important;      
    height: 65px !important;     
    min-width: 65px !important;   
    min-height: 65px !important;  
    display: inline-block !important;
    object-fit: contain !important; 
}

/* ==========================================================================
   "WHAT CAN I DONATE" GRID FIX
   Prevents the 7 columns from squishing into text towers on tablets
   ========================================================================== */
@media (max-width: 1250px) {
    
    /* 1. Break the rigid single-row layout and allow wrapping */
    .what-donate-wrap-fix {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px !important; /* Adds clean spacing between the wrapping rows */
    }

    /* 2. Give each card a comfortable minimum size so it never squishes */
    .what-donate-wrap-fix > .wp-block-column {
        flex: 1 1 140px !important;  /* Allows the card to naturally grow/shrink around 140px */
        max-width: 160px !important; /* Stops cards on the bottom row from stretching too wide */
        margin-left: 0 !important;   /* Kills WordPress's native spacing */
        margin-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .donate-card-title p{
        font-size: 13px !important;       /* Shrinks the font just enough to fit the container */
        letter-spacing: -0.2px !important; /* Pulls the letters slightly closer together */
        padding-left: 5px !important;      /* Reclaims some internal padding for extra room */
        padding-right: 5px !important;
        line-height: 1.4 !important;
    }
}


@media (max-width: 768px) {
 .what-donate-text {
  text-align: center !important;
 }
}


/* --- Nonprofits/Charities Section --- */
.nonprofit-steps-section {
  padding: 80px !important;
  position: relative !important;
  overflow: visible !important; /* Critical: allows the seal to overlap the edge */
  box-shadow: 0 20px 25px -5px var(--ds-black-op10);
}

@media (max-width: 768px) {
 .nonprofit-steps-section {
  padding: 60px 40px !important;
 }
}

.non-profits-heading {
  color: var(--ds-green);
  text-transform: uppercase;
  font-weight: 800;
}

.seal-container {
  margin: 0px !important;
}

.floating-seal {
  position: absolute !important;
  top: 45px !important;
  right: 45px !important; /* Distance from the right edge */
  width: 170px !important; /* Adjust size to match the design scale */
  z-index: 10 !important; /* Keeps it on top of all other blocks */
  margin: 0 !important;
}


@media (max-width: 1650px) {
    .floating-seal {
        top: 25px !important;   
        right: 20px !important;  
        width: 140px !important;
    }
}


@media (max-width: 1350px) {
    .floating-seal {
        top: 15px !important;
        right: 20px !important;
        width: 120px !important;
    }
}

@media (max-width: 768px) {
  .floating-seal {
  top: 10px !important;
  right: 15px !important;
  width: 80px !important;
  }
}

.donors-heading {
  color: var(--ds-blue);
  text-transform: uppercase;
  font-weight: 800;
}

.donors-big-section {
  padding: 80px 80px !important;
  margin-bottom: 50px;
  box-shadow: 0 20px 25px -5px var(--ds-black-op10);
}
@media (max-width: 768px) {
.donors-big-section {
  padding: 60px 40px !important;
 }
}

.donors-cards {
  padding: 50px !important;
}


/* ==========================================================================
   DONORS SECTION RESPONSIVE FIX (V2 - 1250px Breakpoint)
   Forces early stacking to prevent "Million Dollar" number wrap
   ========================================================================== */

/* 1. Force the numbers to stay on one line and scale down slightly */
.donors-num-heading {
    white-space: nowrap !important;
    font-size: 36px !important; /* Starts a bit smaller so it fits longer */
    display: block !important;
}

/* 2. Force the stack at 1250px (before the squishing starts) */
@media (max-width: 1250px) {
    .donors-columns-fix {
        display: block !important;
    }
    
    .donors-columns-fix > .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 500px !important;         /* Keeps the cards from getting too wide */
        margin: 0 auto 30px auto !important; /* Centers them and adds bottom spacing */
    }
}

/* 3. Scale numbers down more for smaller mobile devices */
@media (max-width: 480px) {
    .donors-num-heading {
        font-size: 28px !important;
    }
}

/* ---  TESTIMONIALS INTRO  --- */

@media (max-width: 768px) {
  .testimonial-intro-text {
    text-align: center !important;
  }
}

/* --- 1. The Slider Window (Stationary Frame) --- */
.review-slider-window {
  overflow: visible !important; /* * Changed from hidden to show the overlap */
  width: 100% !important;
  max-width: 950px !important;
  margin: 0 auto !important;
  position: relative !important;
  padding-top: 30px;
}

/* --- 2. The Slider Track (The moving train) --- */
.review-slider-track,
.review-slider-track > .wp-block-group__inner-container {
  display: flex !important;
  flex-wrap: nowrap !important; /* Keeps slides in a single horizontal line */
  gap: 0 !important; /* Set to 0 to match the 100% movement in JS */
  width: 100% !important;
  transition: transform 0.5s ease !important;
}

.review-slider-track {
  overflow: hidden !important;
  border-radius: 20px !important; /* Match your slide corners */
}

/* --- 3. The Individual Slide --- */
.review-slide {
  flex: 0 0 100% !important; /* Each slide takes exactly the full window width */
  min-width: 100% !important;
  background-color: var(--ds-peppermint) !important;
  border-radius: 20px !important;
  padding: 60px 80px !important;
  position: relative !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.review-slide::before {
  content: "" !important;
  position: absolute !important;
  top: 30px !important;
  left: 30px !important;
  width: 60px !important;
  height: 60px !important;
  /* background-image: url("https://stg-donatestuff200-staging.kinsta.cloud/wp-content/uploads/2026/03/quote-img.png") !important; */
  background-image: url("https://stg-donatestuff200-staging.kinsta.cloud/wp-content/uploads/2026/03/quote-img.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  z-index: 5 !important;
}

.review-slide p {
  font-size: 26px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  font-style: italic !important;
  color: #1e2939 !important;
  margin-bottom: 20px !important;
}

.review-slide h4 {
  font-size: 30px !important;
  font-weight: 900 !important;
  color: #1e2939 !important;
  margin: 0 !important;
}

.testimonial-div {
  /* background: rgba(2, 169, 80, 0.31); */
  background: var(--ds-green-op30);
  height: 3px;
}

/* --- 4. Navigation Layout (Outside the Window) --- */
.slider-nav-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: -30px !important;
  position: relative !important;
  z-index: 100 !important;
}

/* Circular Arrows */
.slider-arrow {
  background: var(--ds-white) !important;
  border: none !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 15px var(--ds-black-op10) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease !important;
}

.slider-arrow img {
  width: 20px !important; /* Ensures arrows don't explode in size */
  height: auto !important;
}

.slider-arrow:hover {
  transform: scale(1.1) !important;
}

/* Dots Navigation */
.slider-dots {
  display: flex !important;
  gap: 8px !important;
  background: var(--ds-white) !important;
  padding: 12px 24px !important;
  border-radius: 40px !important;
  box-shadow: 0 4px 20px var(--ds-black-op08) !important;
}

.dot {
  width: 12px !important;
  height: 12px !important;
  background: #e2e8f0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.dot.active {
  background: var(--ds-green) !important;
  width: 30px !important;
  border-radius: 10px !important;
}


@media (max-width: 768px) {
 .review-slide {
    padding: 60px 30px !important;
 }
}


.lives-impacted-heart {
  position: relative !important;
  /* This creates the 'bottom' of the sandwich */
  transform-style: preserve-3d !important;
  z-index: 1 !important;

  /* Your existing styles */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 2px solid #f3f4f6;
  height: 100% !important;
  padding: 40px 20px !important;
  background-color: var(--ds-white) !important; /* Forces the card to stay white */
  border-radius: 24px !important;
}

/* This forces the Heart and Text to the absolute front */
.lives-impacted-heart > * {
  position: relative !important;
  z-index: 2 !important;
  transform: translateZ(1px); /* Extra insurance for modern browsers */
}

.lives-impacted-heart::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(2, 169, 80, 0.2) !important; */
  background-color: var(--ds-green-op30) !important;
  border-radius: 24px !important;

  /* This pushes it behind the white card */
  z-index: -1 !important;
  transform: rotate(-6deg) translateZ(-1px) !important;
}

/* Let's add the blue one back while we're at it so it looks complete */
.lives-impacted-heart::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 93, 171, 0.15) !important;
  border-radius: 24px !important;
  z-index: -2 !important;
  transform: rotate(6deg) translateZ(-2px) !important;
}

/* --- 1. The Full-Width Section Wrapper --- */
.heading-blog {
  color: var(--ds-green);
}

.blog-section {
  background-color: var(--ds-4) !important;
  /* The Breakout Trick: Exactly like your 'How It Works' section */
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  box-sizing: border-box !important;
}

/* Constrain the inner grid to match your design grid */
.blog-section .wp-block-columns,
.blog-section .wp-block-query {
  max-width: 1550px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Grid layout for the cards */
.blog-section .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  /* padding: 0 60px !important; */
  margin-left: 0 !important;
}

/* --- 2. Individual Blog Card Styling --- */
.blog-card-container {
  background: var(--ds-white) !important;
  border-radius: 20px !important;
  padding: 40px !important;
  border: 2px solid var(--ds-blue) !important; /* Default Blue Border */
  box-shadow: 0 10px 30px var(--ds-black-op05) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: all 0.3s ease !important;
}

/* Alternate colors: Blue for 1 & 3, Green for 2nd card */
.wp-block-post:nth-child(even) .blog-card-container {
  border-color: var(--ds-green) !important;
}

.blog-card-container:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px var(--ds-black-op10) !important;
}

/* --- 3. Headline & Excerpt Typography --- */
.blog-headline a {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #1a2b3c !important;
  text-decoration: none !important;
  margin-bottom: 15px !important;
  display: block !important;
}

.blog-headline a:hover {
  color: var(--ds-green) !important;
}

.blog-excerpt {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #4a5568 !important;
  margin-bottom: 25px !important;
  /* Limits text to 4 lines for uniform height */
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- 4. Date & Arrow Footer --- */
.blog-card-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: auto !important;
}

.blog-date {
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #cbd5e0 !important;
}

.blog-arrow-circle {
  width: 45px !important;
  height: 45px !important;
  background: #f7fafc !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--ds-blue) !important;
  transition: 0.3s !important;
}

.blog-card-container:hover .blog-arrow-circle {
  background: var(--ds-blue) !important;
  color: var(--ds-white) !important;
}

/* --- 5. Mobile Responsiveness --- */
@media (max-width: 1024px) {
  .blog-section .wp-block-post-template {
  grid-template-columns: 1fr !important; /* Stack cards on tablet/mobile */
  padding: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .blog-section .wp-block-post-template {
  padding: 60px 0px !important;
  margin-left: 0px !important;
  }
}



/* ==========================================================================
   FOOTER MOBILE OPTIMIZATIONS (UPDATED FOR 2-COLUMN MOCKUP)
   ========================================================================== */
@media (max-width: 768px) {
    
    /* 1. The Main Footer Grid - 2 Columns Left Aligned! */
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        text-align: left !important; /* Reverts the center alignment */
        padding: 0 20px 40px !important;
        gap: 40px 20px !important; /* 40px gap between rows, 20px between columns */
    }

    /* 2. Full-width rows for non-navigation columns */
    .brand-col,
    .instagram-col,
    .contact-col {
        grid-column: span 2 !important;
    }

    /* Keep the brand logo and socials centered, as they usually look best that way */
    .brand-col {
        text-align: center !important;
    }
    .brand-col .footer-social-icons {
        justify-content: center !important;
    }

    /* 3. The Navigation Lists - Ensure they stay left aligned */
    .footer-col ul li {
        justify-content: flex-start !important; 
    }

    /* 4. Phone Numbers Sub-Grid (2 Columns) */
    .contact-col {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px 15px !important;
    }
    
    /* Make the "GIVE US A CALL" title span across both phone columns */
    .contact-col h4 {
        grid-column: span 2 !important;
        margin-bottom: 0 !important; /* We let the grid gap handle the spacing */
    }

    /* Remove bottom margin from phone blocks so they align perfectly in the grid */
    .phone-block {
        margin-bottom: 0 !important;
    }

    /* 5. Keep the bottom bar and newsletter stacked and centered */
    .footer-bottom-bar {
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 !important; /* Kills the 145px desktop margins */
        padding: 30px 20px 0 !important;
        gap: 15px !important;
        text-align: center !important;
    }
    .footer-legal-links a {
        margin: 0 10px !important; 
    }
    .newsletter-intro {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    .newsletter-title h3 {
      line-height: 1 !important;
      padding-bottom: 20px !important;
    }
}

/*********************************************************************
** extra/public.signin-signup.css ************************************
*********************************************************************/

.donate-stuff html, body {
    overflow-x: hidden !important;
}

.sign-in-form-card {
    border: 1px solid #F3F4F6;
    box-shadow: 0 32px 80px -16px rgba(0, 0, 0, 0.08);
    margin-right: auto !important;
    max-width: 560px;
    padding: 50px;
}

.sign-in-form-heading {
    color: #015DAB;
}

.sign-in-pickups {
    color:#02A950;
}

.sign-up-form-heading {
       color: #015DAB;
}

.join-thousands-heading {
    color:#02A950;
}

.form-note {
    font-size: 12px;
}


/* --- Feature Cards Section Styling --- */

.feature-cards-section {
    position: relative !important;
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important;
    z-index: 1 !important;
}

.feature-cards-container {
    position: relative !important;
    z-index: 2 !important; 
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 500px !important;
}

/* Floating Background Blobs */
.blur-blob {
    position: absolute !important;
    width: 335px !important;
    height: 335px !important;
    border-radius: 335px !important;
    background: rgba(0, 85, 165, 0.25) !important; 
    filter: blur(150px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

.blur-blob.blob-bottom {
    background: rgba(2, 169, 80, 0.25) !important;
    bottom: 20px !important;
    left: 120px !important;
}

.blob-top {
    top: -50px !important;
    right: 30px !important;
}


/* Individual Card Styling */
.feature-card {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 25px 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    text-align: left !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease !important;
}

.feature-card:hover {
    transform: translateY(-5px) !important;
}

.feature-card-icon {
    /* 1. This prevents the container from squishing the icon */
    flex-shrink: 0 !important;
    
    /* 2. Ensure the container matches the intended image width */
    width: 35px !important;
    
    /* 3. Optional: Ensure the icon stays at the top if text is long */
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

/* Icon Sizing */
.feature-card-icon img {
 width: 35px !important;
    height: auto !important;
    display: block !important;
}


/* Text Styling */
.feature-card-text h3 {
    margin: 0 0 5px 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1a2b3c !important;
}

.feature-card-text p {
    margin: 0 !important;
    font-size: 15px !important;
    color: #64748b !important;
    line-height: 1.4 !important;
}

/* Responsive fix for smaller phones */
@media (max-width: 480px) {
    .feature-card {
        padding: 20px !important;
        gap: 15px !important;
    }
    .feature-card-text h3 {
        font-size: 18px !important;
    }
}



/*--- ART START HERE FOR ALL PLACEHOLDER STYLING ---*/

/*SIGN IN FORM PLACEHOLDER*/

/* Container sizing */
.signin-container {
    max-width: 450px !important;
}

.signin-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

/* Label Styling */
.form-group label {
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #64748b !important; 
    margin-bottom: 8px !important;
}

/* Label Row for Password + Forgot Link */
.label-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.forgot-link {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #015dab;
    text-decoration: none !important;
}

.forgot-link:hover {
    color:#02A950 !important;
}

/* Input Styling */
.form-group input {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 15px !important;
    font-size: 16px !important;
    background-color: #ffffff !important;
    color: #1a2b3c !important;
    box-sizing: border-box !important;
}

.form-group input::placeholder {
    color: #94a3b8 !important;
}

/* Password Wrapper & Icon */
.password-wrapper {
    position: relative !important;
    width: 100% !important;
}

/* Green Button Styling */
.btn-signin {
    background-color: #02A950 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: background 0.3s ease !important;
}

.btn-signin:hover {
    background-color: #1e833a !important;
}

/* Footer Text */
.form-footer {
    text-align: center !important;
    font-size: 16px !important;
    color: #64748b !important;
}

.form-footer a {
    color: #015dab !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.form-footer a:hover {
    color: #02A950 !important;
}

/*END SIGN IN FORM PLACEHOLDER*/




/* --- [psp_my_account] SIGN IN FIELDS --- */

/* 1. Force the plugin's internal wrappers to fill your container */
#donate-psp-login-form .ds-fe-flex-wrap, 
#donate-psp-login-form .ds-fe-flex-column,
#donate-psp-login-form span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 2. Style the Labels */
#donate-psp-login-form label {
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

/* 3. Style the Input Fields (Email & Password) */
#donate-psp-login-form input[type="email"],
#donate-psp-login-form input[type="password"],
#donate-psp-login-form input[type="text"] {
    width: 100% !important; /* This now fills your container's width */
    padding: 15px 20px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 15px !important;
    font-size: 16px !important;
    background-color: #ffffff !important;
    color: #1a2b3c !important;
    box-sizing: border-box !important; /* Critical to prevent padding overflow */
    margin-bottom: 20px !important;
    display: block !important;
}

/* 4. The Submit Button */
#psp-login-submit {
    width: 100% !important;
    background-color: #02A950 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
}

#psp-login-submit:hover {
    background-color: #1e833a !important;
}

/* 5. Forgot Password Link */
.psp-forgot-pass-link {
    display: block !important;
    text-align: center !important;
    margin-top: 15px !important;
    font-size: 14px !important;
    color: #015dab !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.psp-forgot-pass-link:hover {
    color:#02A950 !important;
}

/* --- END [psp_my_account] SIGN IN FIELDS --- */

.sign-up-form-card {

    border: 1px solid #F3F4F6;
    box-shadow: 0 32px 80px -16px rgba(0, 0, 0, 0.08);
    margin-right: auto !important;
    max-width: 690px;
    padding: 50px;
}



/* --- CREATE ACCOUNT FORM PLACEHOLDER --- */
.signup-form {
    width: 100% !important;
    /* max-width: 500px !important; */
    margin: 0 0 auto !important; 
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.form-row {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
}

.form-row .form-group {
    flex: 1 !important;
}

/* Typography for labels and footer text */
.form-group label {
    font-weight: 700 !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
}

.form-footer {
    text-align: center !important;
    margin-top: 20px !important;
    color: #64748b !important;
}

.label-text a:hover {
    color:#02A950 !important;
}


/* --- Fix for shrinking checkboxes - Art if you comment this out you will see what is going on here. --- */
.custom-checkbox input[type="checkbox"] {
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important; 
}

/* mobile responsiveness */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column !important;
        gap: 0 !important;
    }
}

/* --- END CREATE ACCOUNT FORM PLACEHOLDER --- */

/*--- ART END HERE FOR ALL PLACEHOLDER STYLING ---*/

/* --- Testimonial Wall Fix --- */

.testimonial-wall {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    /* CRITICAL FIX: Creates a container for z-index: -1 elements */
    position: relative !important;
    z-index: 1 !important; 
    /* overflow: hidden !important;  */
    overflow: visible !important; 
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 800px;
    position: relative !important;
    z-index: 2 !important; /* Ensures text stays above blobs */
    padding: 0 20px; /* Moves the padding here so cards don't hit screen edges */
}

/* --- Base Blob Styling --- */
.blur-blob {
    position: absolute !important;
    width: 335px !important;
    height: 335px !important;
    border-radius: 50% !important;
    background: rgba(0, 85, 165, 0.25) !important; /* Blue */
    filter: blur(150px) !important;
    -webkit-filter: blur(150px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
    will-change: filter; /* Helps browser performance */
}

/* --- Specific Blob Positions (Covering 6 Cards) --- */
.blob-top { top: -50px !important; right: 30px !important; }

.blob-bottom { 
    background: rgba(2, 169, 80, 0.25) !important; /* Green */
    bottom: 20px !important; 
    left: 120px !important; 
}

.blob-mid-1 { 
    top: 20% !important; 
    left: 160px !important; 
}

.blob-mid-2 { 
    top: 40% !important; 
    right: -100px !important; 
    background: rgba(2, 169, 80, 0.25) !important; 
}

.blob-mid-3 { 
    top: 60% !important; 
    left: 210px !important; 
}

.blob-mid-4 { 
    top: 80% !important; 
    right: 150px !important; 
    background: rgba(2, 169, 80, 0.25) !important; 
}

/* Adjusting blob positions so they peek but don't cause massive scroll */
.blur-blob.pos-1 { 
    left: -50px !important; 
}
.blur-blob.pos-2 { 
    right: -50px !important; 
}
.blur-blob.pos-5 { 
    left: -30px !important; 
}
.blur-blob.pos-6 { 
    right: -30px !important; 
}

/* --- Quote Cards --- */
.quote-card {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    max-width: 460px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease !important;
    cursor: default;
}

/* Hover State */
.quote-card:hover {
    z-index: 10 !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
}

/* Fonts per specs */
.quote-text {
    color: #27272A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22.75px !important;
    margin-bottom: 12px !important;
}

.quote-name {
    color: #71717A !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

.quote-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quote-stars {
    color: #02a950;
    font-size: 14px;
    letter-spacing: 1px;
}

/* --- Scatter Effect --- */
.quote-card:nth-child(odd) { align-self: flex-start; transform: rotate(-1deg); }
.quote-card:nth-child(even) { align-self: flex-end; transform: rotate(1.2deg); }

.quote-card:nth-child(1) { margin-left: 20px; }
.quote-card:nth-child(3) { margin-left: 50px; transform: rotate(-0.5deg); }
.quote-card:nth-child(4) { margin-right: 40px; }
.quote-card:nth-child(6) { margin-right: 15px; transform: rotate(0.8deg); }

/* Hover Maintenance of Rotation */
.quote-card:nth-child(odd):hover { transform: translateY(-10px) scale(1.03) rotate(-1deg) !important; }
.quote-card:nth-child(even):hover { transform: translateY(-10px) scale(1.03) rotate(1.2deg) !important; }
.quote-card:nth-child(3):hover { transform: translateY(-10px) scale(1.03) rotate(-0.5deg) !important; }
.quote-card:nth-child(6):hover { transform: translateY(-10px) scale(1.03) rotate(0.8deg) !important; }

@media (max-width: 768px) {
    .quote-card {
        max-width: 100% !important;
        align-self: center !important;
        transform: none !important;
        margin: 0 !important;
    }
}


/*********************************************************************
** extra/public.uagb.css *********************************************
*********************************************************************/

.wp-block-uagb-advanced-heading h1,.wp-block-uagb-advanced-heading h2,.wp-block-uagb-advanced-heading h3,.wp-block-uagb-advanced-heading h4,.wp-block-uagb-advanced-heading h5,.wp-block-uagb-advanced-heading h6,.wp-block-uagb-advanced-heading p,.wp-block-uagb-advanced-heading div {
	word-break: break-word
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
	margin: 0
}

.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin: 0
}

.wp-block-uagb-advanced-heading .uagb-separator {
	font-size: 0;
	border-top-style: solid;
	display: inline-block;
	margin: 0 0 10px 0
}

.wp-block-uagb-advanced-heading .uagb-highlight {
	color: #f78a0c;
	border: 0;
	transition: all .3s ease
}

.uag-highlight-toolbar {
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	border-right-color: #1e1e1e
}

.uag-highlight-toolbar .components-button {
	border-radius: 0;
	outline: none
}

.uag-highlight-toolbar .components-button.is-primary {
	color: #fff
}

.wp-block-uagb-icon svg {
	width: 30px
}

.uagb-icon-wrapper .uagb-svg-wrapper {
	transition: box-shadow .2s ease
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading {
	text-align: center;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-5e265a2d .uagb-heading-text {
	font-weight: 700;
	font-size: 60px;
	line-height: 90px;
	letter-spacing: -2px;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-a1d26c19 .uagb-heading-text {
	font-weight: 800;
	font-size: 28px;
}

.uagb-block-a2519403.uagb-icon-wrapper {
	text-align: center;
}

.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper a {
	display: contents;
}

.uagb-block-a2519403.uagb-icon-wrapper svg {
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	box-sizing: content-box;
	fill: #0055a5;
	filter: drop-shadow( 0px 0px 0px #00000070 );
}

.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper {
	display: inline-flex;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: default;
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper:hover {
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper:focus-visible {
	box-shadow: 0px 0px 0 #00000070 ;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-ee381f51 .uagb-heading-text {
	font-weight: 800;
	font-size: 20px;
}

.uagb-block-f0141cf6.uagb-icon-wrapper {
	text-align: center;
}

.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper a {
	display: contents;
}

.uagb-block-f0141cf6.uagb-icon-wrapper svg {
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	box-sizing: content-box;
	fill: #0055a5;
	filter: drop-shadow( 0px 0px 0px #00000070 );
}

.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper {
	display: inline-flex;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: default;
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper:hover {
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper:focus-visible {
	box-shadow: 0px 0px 0 #00000070 ;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-b2429502 .uagb-heading-text {
	font-weight: 800;
	font-size: 20px;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-4b75ac25 .uagb-heading-text {
	font-weight: 800;
	font-size: 20px;
}

.uagb-block-1dfae051.uagb-icon-wrapper {
	text-align: center;
}

.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper a {
	display: contents;
}

.uagb-block-1dfae051.uagb-icon-wrapper svg {
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	box-sizing: content-box;
	fill: #0055a5;
	filter: drop-shadow( 0px 0px 0px #00000070 );
}

.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper {
	display: inline-flex;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: default;
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper:hover {
	box-shadow: 0px 0px 0 #00000070 ;
}

.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper:focus-visible {
	box-shadow: 0px 0px 0 #00000070 ;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading .uagb-heading-text {
	color: #111827;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading .uagb-desc-text {
	margin-bottom: 15px;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading .uagb-highlight {
	font-style: normal;
	font-weight: Default;
	background: #007cba;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading .uagb-highlight::selection {
	color: #fff;
	background: #007cba;
	-webkit-text-fill-color: #fff;
}

.wp-block-uagb-advanced-heading.uagb-block-6035e44f .uagb-heading-text {
	font-weight: 800;
	font-size: 20px;
}

@media only screen and (max-width: 976px) {
	.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}

	.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}

	.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}
}



@media only screen and (max-width: 767px) {
	.wp-block-uagb-advanced-heading.uagb-block-5e265a2d .uagb-heading-text {
		font-size: 47px;
		line-height: 50px;
		letter-spacing: -1px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-a1d26c19.wp-block-uagb-advanced-heading {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-a1d26c19 .uagb-heading-text {
		font-size: 22px;
		letter-spacing: -1px;
	}

	.uagb-block-a2519403.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}

	.wp-block-uagb-advanced-heading.uagb-block-ee381f51.wp-block-uagb-advanced-heading {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-ee381f51 .uagb-heading-text {
		font-size: 22px;
		letter-spacing: -1px;
	}

	.uagb-block-f0141cf6.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}

	.wp-block-uagb-advanced-heading.uagb-block-b2429502.wp-block-uagb-advanced-heading {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-b2429502 .uagb-heading-text {
		font-size: 22px;
		letter-spacing: -1px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-4b75ac25.wp-block-uagb-advanced-heading {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-4b75ac25 .uagb-heading-text {
		font-size: 22px;
		letter-spacing: -1px;
	}

	.uagb-block-1dfae051.uagb-icon-wrapper .uagb-svg-wrapper {
		display: inline-flex;
	}

	.wp-block-uagb-advanced-heading.uagb-block-6035e44f.wp-block-uagb-advanced-heading {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.wp-block-uagb-advanced-heading.uagb-block-6035e44f .uagb-heading-text {
		font-size: 22px;
		letter-spacing: -1px;
	}
}

.uag-blocks-common-selector {
	z-index: var(--z-index-desktop) !important
}

@media(max-width: 976px) {
	.uag-blocks-common-selector {
		z-index:var(--z-index-tablet) !important
	}
}

@media(max-width: 767px) {
	.uag-blocks-common-selector {
		z-index:var(--z-index-mobile) !important
	}
}