body.debug {
	/* visibility:visible; */
}


/** Popup Toggle Tooltip - Popper - Default */
.id-at-searchbox-headerhero-form .popuptoggle-panel-expanded .popuptooltip-arrow{
	font-size: 30px;
	width: 1em;
	height: 1em;
	overflow: hidden;
	position: relative;
}
 
.id-at-searchbox-headerhero-form .popuptoggle-panel-expanded .popuptooltip-arrow:before{
	display:block;
	font-size: 0.5em;
	content: '';
	width: 0;
	height: 0;
	border: 1em solid transparent;	
	position:absolute; 
}

.id-at-searchbox-headerhero-form [data-popper-placement^="left"] > .popuptooltip-arrow:before {
	border-right-width: 0;
	border-left-width: 1.5em;
	border-left-color: var(--color-lightgray);
	left:0;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="right"] > .popuptooltip-arrow:before {
	border-left-width: 0;
	border-right-width: 1.5em;
	border-right-color: var(--color-lightgray);
	right:0;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="top"] > .popuptooltip-arrow:before {
	border-bottom-width: 0;
	border-top-width: 1.5em;
	border-top-color: var(--color-lightgray);
	top:0;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="bottom"] > .popuptooltip-arrow:before {
	border-top-width: 0;
	border-bottom-width: 1.5em;
	border-bottom-color: var(--color-lightgray);
	bottom:0;
}


.id-at-searchbox-headerhero-form [data-popper-placement^="left"] > .popuptooltip-arrow {
	right: -1em;
	left: auto;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="right"] > .popuptooltip-arrow {
	left: -1em;
	right: auto;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="top"] > .popuptooltip-arrow {
	bottom: -1em;
	top: auto;
}

.id-at-searchbox-headerhero-form [data-popper-placement^="bottom"] > .popuptooltip-arrow {
	top: -1em;
	bottom: auto;
}

.popuptoggle-panel[aria-hidden="true"]{
	z-index:-1;
	display: none!important;
}

.popuptoggle-panel[data-popper-placement]:before{
	display: none!important;
}

/** Popup Toggle Tooltip - Popper - Headerhero Search Engine */

.popuptooltip.popuptoggle-panel-expanded.headerhero-at-searchbox-popup {
	width: 900px!important;
}

.show-popuptoggle-panel:before{
	 display:none!important;
 }