@import url("https://use.typekit.net/kwo6tpp.css");
/* Nav menu — base link color */
.elementor-nav-menu li a.elementor-item {
	color: #ffffff !important;
	text-decoration: none !important;
	position: relative;
	padding-left: 0;
	transition: padding-left 0.25s ease;
	cursor: pointer !important;
}
/* Nav menu — active/current page (no color change, no underline) */
.elementor-nav-menu li.current-menu-item a.elementor-item {
	color: #ffffff !important;
	text-decoration: none !important;
}
/* Kill Elementor's built-in Pointer/underline effect on hover + current */
.elementor-nav-menu .elementor-item::after {
	display: none !important;
}
/* Nav menu — leaf green dot on hover */
.elementor-nav-menu li a.elementor-item::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #929B23 !important; /* Leaf Green */
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.elementor-nav-menu li a.elementor-item:hover::before {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}
/* Kill Elementor's built-in indent/slide hover effect on vertical nav menus */
.elementor-nav-menu--layout-vertical .elementor-item,
.elementor-nav-menu--layout-vertical .elementor-item:hover {
	padding-left: 0 !important;
	transform: none !important;
}
/* Leaf green dot stays visible on the active/current page */
.elementor-nav-menu li.current-menu-item a.elementor-item::before {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}
/* Nav menu — vertical layout (footer): indent text + reposition active/hover dot inside that space (tablet/mobile) */
@media (max-width: 1024px) {
  .elementor-nav-menu--layout-vertical .elementor-item,
  .elementor-nav-menu--layout-vertical .elementor-item:hover {
    padding-left: 14px !important;
  }

  .elementor-nav-menu--layout-vertical .elementor-item::before {
    left: 0;
  }
}
/* Nav menu — footer only: remove Elementor's default hover/active highlight background so the dot is the only rollover indicator (tablet/mobile) */
@media (max-width: 1024px) {
  .elementor-location-footer .elementor-nav-menu--dropdown a.elementor-item:hover,
  .elementor-location-footer .elementor-nav-menu--dropdown a.elementor-item:focus,
  .elementor-location-footer .elementor-nav-menu--dropdown a.elementor-item.elementor-item-active,
  .elementor-location-footer .elementor-nav-menu--dropdown a.elementor-item.highlighted {
    background-color: transparent !important;
  }
}
/* Nav menu — center "About" text, arrow offset to the right (tablet/mobile) */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown a.elementor-item.has-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 11px;
  }

  .elementor-nav-menu--dropdown a.elementor-item.has-submenu .sub-arrow {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    flex-shrink: 0;
  }

  .elementor-nav-menu--dropdown a.elementor-item.has-submenu .sub-arrow svg {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-left: 4px;
    flex-shrink: 0;
  }
}
span.underline_dash {
	background-color: #929B23 !important;
	background: #929B23 !important;
}
.elementor-widget-text-editor p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #444340;
}
.elementor-widget-text-editor p strong {
	font-weight: 700;
	color: #1F1D1E;
}
.elementor-widget-text-editor ul li {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #444340;
}
.elementor-widget-text-editor ul {
	padding-left: 1.4em;
	margin: 0;
	list-style-position: outside;
}
.elementor-widget-text-editor li {
	margin-bottom: 1em;
}
.loc-list-tight ul li {
	line-height: 0.7;
}
.shortLists {
	margin-bottom:3px !important;
}
/* HERO PARAGRAPH */
.heroParagraph {
	padding-bottom: 40px;
	/* max-width: 1000px; */
	position: relative;
	z-index: 10;
	font-family:'Gotham', 'Verdana', sans-serif, ui-sans-serif;
	font-weight: 500;
	font-size:28px;
	/* line-height:36px; */
	line-height:1.4em;
	text-align: center;
	color: #ffffff;
}
/* DEFAULT BUTTON STYLES */
.loc-btn-Leaf-Green {
	margin: 0;
	padding: 17px 80px 15px 80px;
	font-family: 'Roboto', Verdana, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color:#ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #929B23 !important;
	transition: background-color 300ms ease;
}
.loc-btn-Leaf-Green:hover {
  /* cursor: pointer; */
	background-color: #522512 !important;
	transition: background-color 300ms ease;
}
/* accordion header color white */
.whiteAccordion .e-n-accordion-item-title,
.whiteAccordion .e-n-accordion-item-title-header,
.whiteAccordion .e-n-accordion-item-title-text {
  background-color: #FFFFFF !important;
}
/* accordion content tightening */
.accordionBulletTightening {
	margin-bottom: 0.5em !important;
	line-height: 24px !important;
}
/* BEGIN Quote Attribution */
.quoteAttribution {
	font-size:14px;
	color:#522512;
	font-family: 'Roboto', verdana, sans-serif;
	font-weight: 500;
	text-align:center;
}
/* END Quote Attribution */

/* hides section */
.doNotShowMe {
	display:none !important;
}