/***
* Shrinking Sticky header, no container edition
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/
/***
* Shrinking Sticky header, no container edition
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/
header {
	--header-height: 100px; /* Set your own header height */
}
header.elementor-sticky--effects {	
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: rgba(229,229,229, 1); /* Set your own background color */
	transition: background-color var(--transition-timing),
				backdrop-filter var(--transition-timing),
				box-shadow var(--transition-timing);	
	--shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
	background-color: rgba(224, 220, 248, 1); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
}
header > .e-con-inner {
	min-height: var(--header-height);
	transition: all var(--transition-timing);	
}
header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
	padding-top: 15px;
	padding-bottom: 15px;	
}
@media screen and (min-width: 769px) {
	header .elementor-nav-menu a.elementor-item.elementor-item-active::after, header .elementor-nav-menu a.elementor-item:hover::after {
	  content: "";
	  position: absolute;
	  left: 20px;
	  right: 20px;
	  bottom: 5px;
	  height: 1px;
	  background: #62874F!important;	
	}
}
footer a {color: #fff}
footer p strong {font-weight: 600}
.members .elementor-accordion .elementor-tab-content img.alignleft {margin-right: 30px}
.members .elementor-accordion .elementor-tab-title .elementor-accordion-title span {display: block; color: #606A70; margin-top: 20px; font-weight: 400; font-size: 16px}
.members .elementor-accordion .elementor-tab-title .elementor-accordion-title span strong {font-weight: 600}
.members .elementor-accordion-item {border-left: 0!important; border-right: 0!important;}
.members .elementor-accordion-item .elementor-tab-content {border-top: 0!important}
.members .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg
{
  width: 1.5em;
  height: 1.5em;
}