/* Inline SVG stand-ins for the Font Awesome and Foundation icon fonts. */

.tac-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-style: normal;
	vertical-align: -0.125em;
}

.tac-icon::before,
.tac-icon::after {
	content: none !important;
}

.tac-icon .tac-svg {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

.eael-accordion-header > .tac-icon {
	margin-right: 0.45em;
	font-size: 0.85em;
	color: #08633e;
	vertical-align: -0.15em;
}

/* Desktop submenu chevron previously drawn with Font Awesome \f105. */
.fl-node-xgd4yqs9ov1p .sub-menu .menu-item a::before {
	content: "" !important;
	font-family: inherit !important;
	font-weight: 400 !important;
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	margin: 0 10px 0.12em 0;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	vertical-align: middle;
}
