.mem_company_short_description.no-badge-margin {
    margin-top: 20px;
} 
.all_tags {
/*     display: ruby !important;  why was this added? */
	gap: 15px!important;
}
#priceset > span {
    display: none;
}
#pricevalue {
	display: block !important;
}
#priceset > div.crm-section.event_fee_s_-section.crm-price-field-id-2824 > div.content.event_fee_s_-content > div > span {
	display: none;
}
#primary > div.container > div {
	margin-bottom: -100px;
}

body.single-civi_member #primary > div.container > div {
	margin-bottom: 0px;
}
/* MENU */

html, body {
	margin: 0; 
}
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	/* overflow: hidden; */
}

img, iframe {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	transition: all .15s;
	/* color: #165A2B; */
	font-weight: 400;
	/* text-decoration: none; */
	color: #333;
}

  @media screen and (min-width: 1365px) {
    .menu-toggle {
        display: none;
    }
}

    .menu-toggle:focus {
        outline: none;
    }

    
.menu-toggle {
	border: none;
	background: transparent;
	padding-top: 8px;
    position: relative;
    z-index: 999999;
}

.menu-toggle.opened {
	position: fixed;
	top: 20px;
	right: 20px;
}

body.logged-in .menu-toggle.opened {
	top: 40px;
}
  
#nav-icon1 {
	width: 40px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3.5px;
	width: 100%;
	background: var(--ag-green);
	border-radius: 8px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-toggle.opened #nav-icon1 span {
	background: #EC5527;
}


#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 11px;
}

#nav-icon1 span:nth-child(3) {
	top: 22px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media screen and (max-width: 1365px) {
	.nav-menu-wrap {
        min-height: 600px;
        background: #fff;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 99999;
   }
    .nav-menu-wrap .menu-primary-container {
        padding: 120px 32px;
   }
    .nav-menu-wrap ul {
        padding: 0;
        margin-bottom: 20px;
   }
    .nav-menu-wrap.active .menu-primary-container {
        display: block;
        overflow: auto;
   }
    .nav-menu-wrap .menu-item {
        padding: 7px 0;
   }
    .nav-menu-wrap.active {
        opacity: 1;
        visibility: visible;
   }
    .nav-menu-wrap.active li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
   }
    .nav-menu-wrap.active li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
   }
    .nav-menu-wrap.active li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
   }
    .nav-menu-wrap.active li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
   }
    .nav-menu-wrap.active li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
   }
    .nav-menu-wrap.active li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
   }
    .nav-menu-wrap.active li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
   }
    .nav-menu-wrap.active li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
   }
    .nav-menu-wrap.active li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
   }
    .nav-menu-wrap.active li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
   }
    .nav-menu-wrap.active li {
        -webkit-animation-duration: 1.0s;
        animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
   }

    .nav-menu-wrap ul a {
        -webkit-transform: translateZ(0);
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
   }
    .nav-menu-wrap ul a:hover {
        opacity: 1;
   }
    .nav-menu-wrap .nav-menu-wrap {
        position: relative;
   }
    .nav-menu-wrap .nav-menu-wrap a {
        color: #165A2B;
        display: block;
        text-decoration: none;
   }
    .nav-menu-wrap .nav-menu-wrap a:first {
        padding-top: 0;
   }
}



body {
	color: #333333;
	background: #FEF8F4!important;
	/* background: rgba(247, 198, 171, 0.12) !important; */
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-style: normal;
	line-height: 32px; /* 177.778% */
	letter-spacing: 0.09px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .wp-block-image {
	max-width: 1375px;
	margin-left: auto;
	margin-right: auto;
	
}


body h1, body .crm-container h1:not(.article-sidebar h1) {
	
	color: #165A2B;
	font-family: "Manrope";
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.96px;
	background: transparent;
}


body h2, body .crm-container h2:not(.article-sidebar h2) {
	margin-bottom: 30px;
	color: #165A2B;
	text-align: center;
	font-family: "Manrope";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.72px;
	margin-bottom: 30px;
	background: transparent;
}

body h3, body .crm-container h3:not(.article-sidebar h3) {
	color: #165A2B;
	font-family: "Manrope";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 32px;
	background: transparent;
}

body h4, body .crm-container h4:not(.article-sidebar h4) {
	color: #165A2B;
	font-family: "century-gothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 166.667% */
	margin-bottom: 24px;
	background: transparent;
}

body h5, body .crm-container h5:not(.article-sidebar h5) {
	color: #165A2B;
	font-family: "century-gothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 166.667% */
	margin-bottom: 20px;
	background: transparent;
}

body h6, body .crm-container h6:not(.article-sidebar h6) {
	color: #165A2B;
	font-family: "century-gothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 166.667% */
	margin-bottom: 18px;
	background: transparent;
}

@media screen and (max-width: 1365px) {
	body h1, body .crm-container h1:not(.article-sidebar h1) {
		font-size: 34px;
		margin-bottom: 32px;
	}
	body h2, body .crm-container h2:not(.article-sidebar h2) {
		font-size: 32px;
		margin-bottom: 32px;
	}
	body h3, body .crm-container h3:not(.article-sidebar h3) {
		font-size: 26px;
		margin-bottom: 24px;
	}
	body h5, body .crm-container h5:not(.article-sidebar h5) {
		font-size: 20px; 
		margin-bottom: 20px;
	}
}

#site-navigation {
	padding: 0;
}

.inner-content:not(.header-wrap):not(.no-padding-inner-content), .container:not(.no-pad-container) {
	max-width: 1440px; 
/* 	changed from 1375 to include padding */
	margin: 0 auto;
}


.no-padding-row.row {
	padding: 0 0 0 0;
}
.no-margin-row.row {
	margin: 0 0 0 0;
}

.container:not(.no-pad-container) {
	padding: 32px 24px;
}

.inner-content:not(.header-wrap):not(.no-padding-inner-content) {
	padding: 32px 24px;
}
.container-fluid {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.container:not(.no-pad-container) {
		padding: 64px 32px;
	}
	.inner-content:not(.header-wrap):not(.no-padding-inner-content) {
		padding: 64px 32px;
	}
}

#masthead {
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
	z-index: 9999;
	/* padding: 0 24px; */
}

.header-wrap {
	max-width: 1440px;
	margin: 0px auto 0;
	padding: 0px 20px 28px;
}

.site-branding {
	padding: 0!important;
}

@media screen and (min-width: 991px) {
	#masthead {
		/* padding: 0 32px;  */
	}
	.header-wrap.row {
		margin: 0px auto 0;
		padding: 0px 32px 28px;
		border-radius: 32px;
	}
}

#primary-menu .menu-item a {
	color: #333;
	font-family: "Manrope";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	transition: all .15s;
}

#primary-menu .menu-item a.standard-button {
	font-weight: 800;
}

#primary-menu .menu-item:not(.search-menu-item) a:not(.standard-button):hover {
	color: #165A2B;
	opacity: 0.8;
}

#primary-menu .sub-menu .menu-item a {
	color: #333;
	font-family: "century-gothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#primary-menu .sub-menu a:not(.standard-button) {
	transition: all .15s;
}
#primary-menu .sub-menu a:not(.standard-button):hover {
	color: var(--ag-green);
	font-weight: 600;
}

#primary-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}

@media screen and (max-width: 1365px) {
	#primary-menu {
		padding: 102px 24px 20px;
		display: flex;
		flex-direction: column;
	}
}


.header-wrap:not(.sub-menu) .menu-item.menu-item-has-children::after { 
	content: "\f078";
	  font-weight: 900;
	  font-family: "Font Awesome 6 Free";
	  position: absolute;
	  top: 2px;
	  right: -5px;
	  font-size: 12px;
	  /* top: -8px; */
	  color: #333;
	  /* padding: 14px 10px; */
	  /* margin-left: 5px; */
}
.sub-menu {
	z-index: 9999;
}
.header-wrap:not(.sub-menu) .menu-item.menu-item-has-children {
	position: relative;
	padding-right: 10px;
}
@media screen and (min-width: 1365px) { 

    .current-menu-item .sub-menu a::after, .sub-menu li a:hover::after { 
		content: none; display: none; 
	}
    .sub-menu .current-menu-item a::after { 
		content: none; display: none; 
	}
    .sub-menu { 
		padding: 24px 24px 20px; 
		position: absolute; 
		background: #fff; 
		border-radius: 8px; 
		box-shadow: 0px 0px 116px rgba(0, 0, 0, 0.25);
		right: -30px;
		margin-top: 24px;
	}
    .sub-menu a::after { 
		display: none; content: "none"; 
	}
    .sub-menu {
		display: none; list-style: none; 
	}
    .menu-item-has-children:hover::before { 
        content: '';
        opacity: 1;
        transition: all .2s;
        display: block !important;
        position: absolute !important;
        margin-top: 42px !important;
        margin-left: 18px !important;
        /* bottom: -20px; */
        /* margin-top: 10px; */
        z-index: 10000;
        /* left: 50%; */
        transform: translateX(-50%);
        width: 0;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
	}
    .menu-item-has-children:hover .sub-menu { 
		display: block; 
	}
    .sub-menu .menu-item { 
		padding: 5px !important; min-width: 200px; 
	} 

	#primary-menu .menu-item a:not(.standard-button) {
		padding: 40px 0;
	}
	#primary-menu .menu-item .sub-menu .menu-item a {
		padding: 6px 0;
	}
}

.header-wrap.row {
	align-items: center;
	justify-content: space-between;
}

.header-wrap .nav-menu-wrapp {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.custom-logo {
	min-width: 152px; 
	height: auto;
	position: relative;
	z-index: 9;
    max-width: 100%;
}

@media screen and (min-width: 1365px) {
	.custom-logo {
		min-width: 213px; 
		height: auto;
	}
	#primary-menu .menu-item {
		margin-left: 24px;
	}
	#primary-menu .sub-menu .menu-item {
		margin-left: 0;
	}
}


body:not(.home) #primary, .home .home-hero {
/* 	padding-top: 90px;  */
}


body.logged-in:not(.home) #primary, .logged-in.home .home-hero {
/* 	padding-top: 45px;  */
}


@media screen and (min-width: 991px) {
	body:not(.home) #primary, .home .home-hero {
/* 		padding-top: 160px; */
	}
	body.logged-in:not(.home) #primary, .logged-in.home .home-hero {
/* 		padding-top: 130px; */
	}
}


@media screen and (max-width: 1365px) {
	#primary-menu {
		align-items: flex-start; 
		text-align: left; 
	}
	#primary-menu .menu-item-has-children:first-child {
		pointer-events: none; 
	}
	#primary-menu .menu-item {
		width: 100%;
	}

	#primary-menu .menu-item-has-children .sub-menu { 
		display: none; 
	}
	#primary-menu .menu-item-has-children-show-them .sub-menu {
		display: block; 
		margin-bottom: 0;
		padding-left: 24px;
		margin-top: 8px;
	}
	#primary-menu .menu-item-has-children-show-them .sub-menu li {
		padding: 0;
		font-size: 16px;
	}
	#primary-menu .menu-item-has-children-show-them .sub-menu li a {
		font-size: 16px;
	}
	
	.header-wrap:not(.sub-menu) .menu-item.menu-item-has-children.menu-item-has-children-show-them::after { 
		transform: rotate(-180deg);
	}
	
}


#primary-menu .menu-item.search-menu-item a {
	padding: 12px; 
	border-radius: 8px;
	border: 2px solid #165A2B;
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

#primary-menu .menu-item.search-menu-item a:hover {
	background: #165A2B;
	color: #fff;
	opacity: 1;
}



.facetwp-reset, .standard-button {
	min-height: 48px;
	min-width: 116px; 
	display: flex; 
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #165A2B;
	text-align: center;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border: 2px solid;
	padding: 12px 13px;
	text-decoration: none;
	width: fit-content;
}

.filters-wrap .facetwp-checkbox {
	color: #333;
	font-family: "century-gothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 18px;
	position: relative;
}
.filters-wrap .facetwp-checkbox span {
	color: #333;
	font-family: "century-gothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.filters-wrap .facetwp-checkbox::before {
    content: " ";
    border-radius: 2px;
    background: #DDD;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -6px;
}

.filters-wrap .facetwp-checkbox.checked::before {
	background: #646464;
}

.ctas-wrap {
	display: flex;
	flex-wrap: wrap; 
	gap: 22px;
}

.top-header-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 14px 18px;
}
.top-header-ctas {
	justify-content: flex-end;
}

@media screen and (min-width: 991px) {
	.top-header-wrap {
		padding: 14px 32px;
	}
	.filters-wrap .facetwp-checkbox {
		margin-bottom: 24px;
	}
}

.standard-button.orange-button {
	border-color: #EC5527;
	background-color: #F7C6AB;
}
.standard-button.green-button {
	border-color: #165A2B;
	background-color: #165A2B;
	color: #fff;
}
.standard-button i {
	margin-left: 5px; 
	margin-right: 5px;
	font-size: 15px;
	margin-top: 2px;
}

.standard-button:not(.orange-button):not(.green-button):hover {
	opacity: .8;
}
.standard-button.orange-button:hover {
/* 	background: #EC5527; */
/* 	color: #fff; */
}
.standard-button.green-button:hover {
/* 	background-color: #0e8733; */
/* 	border-color: #0e8733; */
}


/* Page hero */

.page_hero .carousel-item img {
	width: 230px;
	height: 230px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

@media screen and (min-width: 400px) {
	.page_hero .carousel-item img {
		width: 350px; 
		height: 350px;
	}
	.flex-reverse-mobile-md {
		flex-direction: column-reverse;
	}

	.hide-desktop-md {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page_hero .carousel-item img {
		width: 450px; 
		height: 450px;
	}
	.flex-reverse-mobile-md {
		flex-direction: column-reverse;
	}

	.hide-desktop-md {
		display: none;
	}
}

.hero_text {
	padding-bottom: 20px;
}


@media screen and (min-width: 991px) {
	.page_hero .col-lg-5 {
		padding: 0;
	}
	.page_hero .hero-col-left .col-content-left {
		padding-right: 42px;
	}
	.page_hero .carousel-item img { 
		width: 560px; 
		height: 560px;
	}
	
	.page_hero .carousel-item img { 
		width: 560px; 
		height: 560px;
	}
	
	.page_hero.small .carousel-item img { 
		width: 450px; 
		height: 450px;
	}
	
	
	
	.hero_text, .hero_text p {
		color: #333;
		font-family: "century-gothic", sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 56px; /* 175% */
		letter-spacing: 0.16px;
	}
	.hide-desktop-lg {
		display: none;
	}
	.hero_text {
		padding-bottom: 24px;
	}
}

@media screen and (max-width: 991px) {
	.hero-col-left {
		margin-top: 32px;
	}

	.flex-reverse-mobile-lg {
		flex-direction: column-reverse;
	}
	.hide-mobile-lg {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	.hide-mobile-md {
		display: none !important;
	}
}
@media screen and (min-width: 1365px) {
	.mobile-header-ctas {
		display: none;
	}
}
@media screen and (max-width: 1365px) {
	.mobile-header-ctas .standard-button {
		min-height: 38px;
		min-width: 110px;
		font-size: 15px;
		padding: 10px;
	}
	
	#primary-menu .menu-item.search-menu-item a {
		min-height: 38px;
		font-size: 15px;
		padding: 10px;
	}
	
	.mobile-header-ctas {
		padding: 0 24px;
		justify-content: flex-start;
	}
	.desktop-header-ctas {
		display: none !important;
	}
}

.becoming_a_member_banner {
	background-image: url('/wp-content/uploads/2021/11/green_background.svg');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}


.becoming-member-cta {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 24px;
	padding: 7px 12px;
}
.becoming-member-cta a {
	text-decoration: none;
}

.becoming-member-cta .becoming-a-member-cta-arrow i {
	margin-right: 10px; 
	transition: all .2s;
	color: #EC5527;
	font-size: 20px;
}
.becoming-member-cta:hover .becoming-a-member-cta-arrow i {
	margin-right: 0;
}

.becoming-member-cta-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}
.becoming-member-cta .becoming-a-member-cta-left {
	display: flex;
	align-items: center;
}

.becoming-member-cta-title {
	color: #165A2B;
	font-family: "Manrope";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
}

.becoming_a_member_banner .bold_text {
	color: #165A2B;
	font-family: "century-gothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 166.667% */
	letter-spacing: 0.24px;
}

.becoming_a_member_banner .small_text {
	color: #333;
	font-family: "century-gothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
	letter-spacing: 0.09px;
	margin-top: 24px;
	margin-bottom: 24px;
}

@media screen and (min-width: 1365px) {
	.becoming_a_member_banner .small_text {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.becoming_a_member_banner .col-md-6 {
		margin-bottom: 32px;
	}
}

/* Knowledge Hub */

.search-wrap .facetwp-input-wrap  .facetwp-icon {
	right: unset;
	left: 8px;
}
.search-wrap .facetwp-input-wrap {
	width: 100%;
}

.search-wrap .facetwp-input-wrap input {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.93);
	height: 48px;
	width: 100%; 
	padding: 4px 12px 4px 38px !important;
	color: #333;
	font-family: "century-gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none; 
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

.kh-new-card-container {
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.kh-new-card-img-wrap {
	height: 100%;
}
.kh-new-card-img-wrap img {
	object-fit: cover;
	width: 100%; 
	height: 100%;
	max-height: 400px;
}
.kh-new-card-img-col {
	padding: 0;
}
.kh-new-card-img-wrap.no-imggg img {
	object-fit: contain;
}
.kh-new-card-img-wrap.no-imggg {
	padding: 32px;
}

.kh-new-card-content {
	padding: 24px;
}

.kh-new-card-taxonomies {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.kh-new-card-cat {
	min-height: 40px; 
	border-radius: 8px;
	padding: 8px 12px; 
	display: flex;
	align-items: center;
}
.kh-new-card-cat.knowledge-base-post-type {
	border: 2px solid #165A2B;
	background: #165A2B;
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.kh-new-card-cat.cattt {
	color: #165A2B;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border: 2px solid #EC5527;
	background: #F7C6AB;
}

.kh-new-card-content h6 {
	margin-bottom: -10px;
}
.kh-new-card-content-col {
	display: flex;
	align-items: center;
}

.auth-name {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.article-sidebar-col-content .auth-name {
	margin-bottom: 30px;
}

.article-sidebar-col-content p {
	margin-bottom: 30px;
}

.article-sidebar-col-content i {
	width: 32px;
	font-size: 25px;
	text-align: center;
} 

.article-sidebar-col-content .sidebar-post-tag {
display: flex;	
	align-items: center;
	gap: 12px;
}

.article-sidebar-col-content .auth-name {
	gap: 12px;
}

.article-content-col a{
	color: var(--ag-green);
	font-weight: bold;
	text-decoration: underline;
}

.search-wrap .facetwp-facet {
	margin-bottom: 20px;
}
.search-wrap {
	margin-bottom: 32px;
}
.search-wrap .standard-button {
	width: 100%;
}

.facetwp-reset {
	border: 2px solid #165A2B;
	background: #FFF;
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	width: 100%;
}

.facetwp-reset:after {
	content: "\f057";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 8px;
}

.listing-intro {
	margin-bottom: 32px;
}

.filter-wrap {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	padding: 24px;
	margin-bottom: 24px;
}

.filter-wrap p.filter-title {
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.filter-wrap p.filter-title i {
	font-size: 14px;
	margin-left: 4px;
}

.facetwp-pager {
	margin-top: 32px;
}

.facetwp-pager .facetwp-page {
	text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px 4px;
	width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.facetwp-pager .facetwp-page.active {
	font-weight: bold;
	border: 2px solid var(--ag-green);
}

.facetwp-pager .facetwp-page.dots {
	border: none;
}
.container.kh-new-container {
	padding-top: 0;
}
@media screen and (min-width: 991px) {
	.facetwp-pager {
		margin-top: 42px;
	}
	.filter-wrap {
		margin-bottom: 32px;
	}
	.listing-intro {
		margin-bottom: 42px;
	}
	.search-wrap .facetwp-facet {
		margin-bottom: 32px;
	}
	.kh-new-card-taxonomies {
		gap: 24px;
		margin-bottom: 32px;
	}
	.kh-new-filters-col .kh-new-col-content {
		padding-right: 42px;
	}
	.kh-new-card-container {
		margin-bottom: 42px;
	}
	.kh-new-card-content {
		padding: 32px;
	}

}

.row.no-pad-row {
	margin-left: 0; 
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.sigle_b_date {
	color: #165A2B;
	font-size: 10px;
	margin-bottom: 10px;
}

/* Single article */

.article-feat-img img {
	max-height: 400px; 
	width: 100%; 
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	margin-bottom: 32px;
}

.container.no-pad-container {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0; 
	margin-right: 0;
}

.green-tag {
	border-radius: 8px;
	border: 2px solid #165A2B;
	background: #165A2B;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	width: fit-content;
	padding: 6px 12px;
}

.article-top-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.article-top-meta .auth-name {
	margin-bottom: 0;
}

.article-disclaimer {
	color: #333;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	margin-bottom: 24px;
}
.quote-box-img img {
	max-width: 100%;
}

.quote-box-container.container {
	padding: 24px;
	border-radius: 8px;
	background: rgba(130, 169, 63, 0.24);
}

.quote-box-img-col-content {
	width: 100%;
	text-align: center;
}

.quote-box-img-col-content img {
	border-radius: 197px;
	border: 8px solid #82A93F;
	width: 197px; 
	height: 197px; 
	object-fit: cover;
	margin-bottom: 24px;
}
.quote-box-author-name {
	color: #165A2B;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px; /* 177.778% */
	text-align: center;
}
.quote-box-author-role {
	color: #333;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}

.quote-box {
	margin-bottom: 32px;
}

.article-content-col-content h5 {
	margin-top: 24px;
}

.bottom-cards-container .bottom-card-title {
	color: #000;
	text-align: center;
	font-family: "century-gothic";
	margin-top: 12px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}
.bottom-cards-container {
	margin-top: 32px; 
	margin-bottom: 32px;
}

.share-buttons {
	width: 100%;
}
.page-social-sharing {
	max-width: 893px;
}
.page-social-sharing .heateor_sss_sharing_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 19px;
	border-radius: 8px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	color: #165A2B;
	/* Button Text */
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	gap: 20px;
	width: fit-content
}

.heateor_sss_sharing_ul {
	display: flex;
	align-items: center;
	gap: 15px;
}
.share-buttons {
	margin-bottom: 32px;
}

.heateor_sss_sharing_ul i {
	color: #165A2B;
}
.bottom-card-col {
	margin-bottom: 24px;
}
.related-posts ul {
	padding: 0;
	display: flex;
	gap: 24px;
}
.related-posts {
	padding-top: 32px;
}
.related-posts .dragable_slider_container {
/* 	max-width: 940px; */
}
.custom_button a {
	text-decoration: none;
}

.article-sidebar-col-content:not(.evt-article-sidebar-col-content) {
	border-radius: 8px;
	background: #165A2B;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	color: #fff;
	padding: 24px 20px;
}
.article-sidebar-col-content h3, .article-sidebar-col-content h2, .article-sidebar-col-content h4, #crm-main-content-wrapper .evt-container-new .article-sidebar-col-content a {
	color: #fff !important;
	margin-bottom: 30px !important;
}
.article-sidebar-col-content .auth-name {
	color: #fff;
}
.sidebar-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.sidebar-post-tag, .sidebar-date {
	margin-bottom: 30px;
	color: #FFF;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.sidebar-date {
	display: flex;
	gap: 12px;
}
.sidebar-date-title, .sidebar-auth-title {
	margin-bottom: 12px;
	color: #FFF;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.article-row {
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.article-sidebar-col {
		padding-left: 40px;
	}
	.article-sidebar-col-content {
		position: sticky;
		top: 32px;
	}
	.article-row {
		margin-bottom: 40px;
	}
}


.two-cols-images-container {
	margin-top: 20px;
}
.two-cols-images-container img {
	border-radius: 8px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
/* 	margin-bottom: 20px; */
}

.two-cols-images-col-content {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.article-row {
		flex-direction: column-reverse;
	}
	.article-sidebar-col {
		margin-bottom: 32px;
	}
	.two-cols-images-container img {
		width: 300px; 
		height: 250px;
		object-fit: cover;
	}
}


@media screen and (min-width: 991px) {
	.share-buttons {
		margin-bottom: 40px;
	}
	.bottom-cards-container {
		margin-bottom: 40px;
	}
	.quote-box {
		margin-bottom: 40px;
	}
	.quote-box-container.container {
		padding: 32px;
	}
	.article-disclaimer {
		margin-bottom: 32px;
	}
	.article-top-meta {
		gap: 24px;
		margin-bottom: 29px;
	}
	.article-feat-img img {
		margin-bottom: 40px;
	}
	.two-cols-images-container img {
		width: 445px;
		height: 318px;
		object-fit: cover;
	}
}


/* Top Banner */

.notification-banner-wrap {
	background: #165A2B;
	color: #fff;
}
.notification-banner-row-top {
	margin-bottom: 12px;
}

.notification-banner-wrap .notification-banner-container.container {
	padding-top: 22px; 
	padding-bottom: 22px; 
}

.notification-banner-wrap .close-banner {
	text-align: right;
}

.notification-banner-wrap .close-banner #close-banner-span:hover {
	cursor: pointer;
}

.notification-banner-content-col, .notification-banner-title-col {
	padding-left: 0;
}

.notification-banner-close-col, .notification-banner-cta-col {
	padding-right: 0;
}

@media screen and (min-width: 768px) {
	.notification-banner-row-bottom .notification-banner-cta-col .notification-banner-col-content {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.notification-banner-col-content {
		margin-bottom: 16px;
	}
	.notification-banner-col {
		padding-left: 0;
	}
}


/* KH menu */

.hidden-menu-item {
	display: none;
}

#primary-menu .kh-sub-menu-notice a.standard-button {
	color: #fff;
	padding: 8px 12px;
}
.kh-sub-menu-notice-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.kh-sub-menu-notice {
	border-radius: 8px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	padding: 16px;
	margin-bottom: 20px;
}

.kh-sub-menu-notice-title, .kh-menu-items-title {
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 12px;
}
.kh-menu-items-title {
	margin-bottom: 20px;
}

.kh-menu-items .kh-menu-items-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.kh-menu-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#primary-menu .kh-menu-items a {
	color: #333;
	font-family: "manrope";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
	display: flex;
}
#primary-menu .kh-menu-items a img {
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	margin-right: 8px;
	width: 32px; 
	height: 32px;
	object-fit: contain;
	object-position: center;
}
@media screen and (min-width: 1365px) {
	#primary-menu .kh-menu-items a img {
		width: 44px; 
		height: 44px;
	}
	.kh-menu-items {
		flex-direction: row;
		gap: 16px;
		justify-content: space-between;
		width: 100%;
	}
	.kh-menu-items .kh-menu-items-col {
		gap: 3%;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	#primary-menu .kh-menu-items .kh-menu-items-col a {
		width: 31%;
		margin-bottom: 16px;
	}
	.kh-sub-menu-notice-title, .kh-menu-items-title {
		font-size: 20px;
	}
	.kh-menu-item .sub-menu {
		width: 1075px;
		right: -405px;
	}
	.kh-sub-menu-notice {
		padding: 20px;
	}
	.kh-sub-menu-notice-text {
		width: 82%;
	}
	.kh-sub-menu-notice-cta {
		width: 14%;
	}
	#primary-menu .menu-item .kh-sub-menu a {
		padding: 0;
	}
}

@media screen and (min-width: 1267px) {
	.kh-menu-item .sub-menu {
		width: 1075px;
		right: -585px;
	}
}

@media screen and (max-width: 1365px) {
	.kh-sub-menu-notice {
		display: none;
	}
	#kh-sub-menu {
		display: none;
	}
	.kh-menu-item::after {
		/* display: none; */
	}
	.search-menu-item {
		margin-top: 20px;
	}
}


#primary-menu .membership-sub-menu-notice a.standard-button {
	color: #fff;
}
.membership-sub-menu-notice-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.membership-sub-menu-notice {
	border-radius: 8px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	padding: 16px;
	margin-bottom: 20px;
}

.membership-sub-menu-notice-title, .membership-menu-items-title {
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 12px;
}
.membership-menu-items-title {
	margin-bottom: 20px;
}

.membership-menu-items .membership-menu-items-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.membership-menu-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#primary-menu .membership-menu-items a:not(.standard-button):hover {
	opacity: .8;
}
#primary-menu .membership-menu-items a {
	color: #333;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
#primary-menu .membership-menu-items a img {
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	margin-right: 8px;
	width: 32px; 
	height: 32px;
	object-fit: contain;
	object-position: center;
}
@media screen and (min-width: 1365px) {
	#primary-menu .membership-menu-items a img {
		width: 44px; 
		height: 44px;
	}
	.membership-menu-items {
		flex-direction: row;
		gap: 16px;
		justify-content: space-between;
		width: 100%;
		margin-top: 24px;
	}
	.membership-menu-items .membership-menu-items-col {
		gap: 6%;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	#primary-menu .membership-menu-items .membership-menu-items-col a {
		width: 20%;
		margin-bottom: 16px;
		margin-bottom: 40px;
	}
	.membership-sub-menu-notice-title, .membership-menu-items-title {
		font-size: 20px;
	}
	.membership-menu-item .sub-menu {
		width: 1075px;
		right: -405px;
	}
	.membership-sub-menu-notice {
		padding: 20px;
	}
	.membership-sub-menu-notice-text {
		width: 77%;
	}
	.membership-sub-menu-notice-cta {
		width: 19%;
	}
	#primary-menu .menu-item .membership-sub-menu a:not(.standard-button) {
		padding: 0;
	}
	#primary-menu .membership-menu-items a {
		margin-bottom: 6px;
		color: #333;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		font-size: 18px;
	}
}

@media screen and (min-width: 1267px) {
	.membership-menu-item .sub-menu {
		width: 1075px;
		right: -585px;
	}
}

@media screen and (max-width: 1365px) {
	#primary-menu .membership-menu-items {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.membership-sub-menu-notice {
		display: none;
	}
	#membership-sub-menu {
		display: none;
	}
	.membership-menu-item::after {
		/* display: none; */
	}
}

#primary-menu .events-calendar-sub-menu-notice a.standard-button {
	color: #fff;
}
.events-calendar-sub-menu-notice-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.events-calendar-sub-menu-notice {
	border-radius: 8px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	padding: 16px;
	margin-bottom: 20px;
}

.events-calendar-sub-menu-notice-title, .events-calendar-menu-items-title {
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 12px;
}
.events-calendar-menu-items-title {
	margin-bottom: 20px;
}

.events-calendar-menu-items .events-calendar-menu-items-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.events-calendar-menu-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#primary-menu .events-calendar-menu-items a:not(.standard-button):hover {
	opacity: .8;
}
#primary-menu .events-calendar-menu-items a {
	color: #333;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
#primary-menu .events-calendar-menu-items a img {
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	margin-right: 8px;
	width: 32px; 
	height: 32px;
	object-fit: contain;
	object-position: center;
}
@media screen and (min-width: 1365px) {
	#primary-menu .events-calendar-menu-items a img {
		width: 44px; 
		height: 44px;
	}
	.events-calendar-menu-items {
		flex-direction: row;
		gap: 16px;
		justify-content: space-between;
		width: 100%;
		margin-top: 24px;
	}
	
	.events-calendar-menu-items .events-calendar-menu-items-col {
		gap: 3%;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	#primary-menu .events-calendar-menu-items .events-calendar-menu-items-col a {
		width: 31%;
		margin-bottom: 16px;
	}
	.events-calendar-sub-menu-notice-title, .events-calendar-menu-items-title {
		font-size: 20px;
	}
	.events-calendar-menu-item .sub-menu {
		width: 1075px;
		right: -280px;
	}
	.events-calendar-sub-menu-notice {
		padding: 20px;
	}
	.events-calendar-sub-menu-notice-text {
		width: 77%;
	}
	.events-calendar-sub-menu-notice-cta {
		width: 20%;
	}
	#primary-menu .menu-item .events-calendar-sub-menu a:not(.standard-button) {
		padding: 0;
	}
	#primary-menu .events-calendar-menu-items a {
		margin-bottom: 6px;
		color: #333;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		font-size: 18px;
	}
}

@media screen and (min-width: 1267px) {
	.events-calendar-menu-item .sub-menu {
		width: 1075px;
		right: -420px;
	}
}

@media screen and (max-width: 1365px) {
	#primary-menu .events-calendar-menu-items {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.events-calendar-sub-menu-notice {
		display: none;
	}
	#events-calendar-sub-menu {
		display: none;
	}
	.events-calendar-menu-item::after {
		/* display: none; */
	}
}


#primary-menu .opportunity-zone-sub-menu-notice a.standard-button {
	color: #fff;
}
.opportunity-zone-sub-menu-notice-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.opportunity-zone-sub-menu-notice {
	border-radius: 8px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	padding: 16px;
	margin-bottom: 20px;
}

.opportunity-zone-sub-menu-notice-title, .opportunity-zone-menu-items-title {
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 12px;
}
.opportunity-zone-menu-items-title {
	margin-bottom: 20px;
}

.opportunity-zone-menu-items .opportunity-zone-menu-items-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.opportunity-zone-menu-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#primary-menu .opportunity-zone-menu-items a:not(.standard-button):hover {
	opacity: .8;
}
#primary-menu .opportunity-zone-menu-items a {
	color: #333;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}
#primary-menu .opportunity-zone-menu-items a img {
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #EC5527;
	background: #F7C6AB;
	margin-right: 8px;
	width: 32px; 
	height: 32px;
	object-fit: contain;
	object-position: center;
}
@media screen and (min-width: 1365px) {
	#primary-menu .opportunity-zone-menu-items a img {
		width: 44px; 
		height: 44px;
	}
	.opportunity-zone-menu-items {
		flex-direction: row;
		gap: 16px;
		justify-content: space-between;
		width: 100%;
		margin-top: 24px;
	}
	.opportunity-zone-menu-items .opportunity-zone-menu-items-col {
		gap: 3%;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	#primary-menu .opportunity-zone-menu-items .opportunity-zone-menu-items-col a {
		width: 23%;
		margin-bottom: 16px;
	}
	.opportunity-zone-sub-menu-notice-title, .opportunity-zone-menu-items-title {
		font-size: 20px;
	}
	.opportunity-zone-menu-item .sub-menu {
		width: 1075px;
		right: -60px;
	}
	.opportunity-zone-sub-menu-notice {
		padding: 20px;
	}
	.opportunity-zone-sub-menu-notice-text {
		width: 80%;
	}
	.opportunity-zone-sub-menu-notice-cta {
		width: 20%;
	}
	#primary-menu .menu-item .opportunity-zone-sub-menu a:not(.standard-button) {
		padding: 0;
	}
	#primary-menu .opportunity-zone-menu-items a {
		margin-bottom: 6px;
		color: #333;
		font-family: Manrope;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		font-size: 18px;
	}
}

@media screen and (min-width: 1267px) {
	.opportunity-zone-menu-item .sub-menu {
		width: 1075px;
		right: -220px;
	}
}

@media screen and (max-width: 1365px) {
	#primary-menu .opportunity-zone-menu-items {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.opportunity-zone-sub-menu-notice {
		display: none;
	}
	#opportunity-zone-sub-menu {
		display: none;
	}
	.opportunity-zone-menu-item::after {
		/* display: none; */
	}
}



/* Events listing */

.featured-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.featured-event-card-img-col-content {
	height: 100%;
}

.featured-event-card-img-col-content img {
	object-fit: cover;
	width: 100%; 
	height: 100%;
}

.featured-event-summary {
	margin-bottom: 16px;
	color: #333;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.featured-event-meta .featured-event-card-meta-item {
	color: #231F20;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

.featured-event-meta .featured-event-card-meta-item i {
	color: #EC5527;
}

.featured-event-card {
	background-color: #fff;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	width: 100%;
	min-width: 100%;
}
.featured-event-card-row {
	width: 100%;
}
.featured-event-card-img-col, .featured-event-card-content-col {
	padding: 0;
}

.featured-event-card-content {
	padding: 19px 20px;
}

.featured-event-card-content h6, .featured-event-card-content h4 {
	margin-bottom: 16px;
}
.events-listing-new {
	margin-top: 32px;
}

.events_searchbox #ev_search {
	width: 100%;
}
.events-listing-new .events_filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 32px;
}
.events-listing-new .events_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.events-listing-new .events_searchbox, .events-listing-new .event-date-filter-wrap, .events-listing-new .event-type-filter-wrap, .events-listing-new .event-location-filter-wrap, .events-listing-new .events_sort {
	position: relative;
}
.events-listing-new .events_searchbox, .events-listing-new .events_sort {
	margin-bottom: 16px;
}

.events-listing-new .events_searchbox img, .events-listing-new .event-date-filter-wrap img, .events-listing-new .event-type-filter-wrap img, .events-listing-new .event-location-filter-wrap img, .events-listing-new .events_sort img {
	position: absolute;
	left: 24px;
	top: 17px;
	max-width: 25px; 
	max-height: 25px;
	object-fit: contain;
}

.events-listing-new .events_searchbox input, .events-listing-new .event-date-filter-wrap select, .events-listing-new .event-type-filter-wrap select, .events-listing-new .event-location-filter-wrap select, .events-listing-new .events_sort select {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
	min-height: 56px;
	padding: 12px 32px 12px 50px;
	border: none;
	appearance: none;
	color: #165A2B;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.events-listing-new .events_searchbox input {
	padding-left: 58px;
}
.events-listing-new .events_searchbox input::placeholder {
	color: #231F20;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
} 

.events-listing-new .events_searchbox img:hover {
	cursor: pointer;
}

.events-listing-new .event-date-filter-wrap option, .events-listing-new .event-type-filter-wrap option, .events-listing-new .event-location-filter-wrap option, .events-listing-new .events_sort option {
	font-size: 15px;
	padding: 6px 24px;
}

.events-listing-new .filters-form {
	margin-top: 53px;
}

.events-listing-new #event_location {
	width: 329px;
}
.events-listing-new #event_type {
	width: 329px
}
.events-listing-new #event_date {
	width: 256px;

}

.events-listing-new .all_events.main_all_events .single_event_card {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	width: 100%; 
	max-width: 445px;
	display: flex;
	flex-direction: column;
}
.events-listing-new .all_events.main_all_events .single_event_card .single_event_details {
	padding: 24px 24px 24px 24px;
	height: 100%;
	position: relative;
}

.events-listing-new .single-event-card-meta .featured-event-card-meta-item {
	display: flex;
	align-items: center;
	color: #333;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}

.events-listing-new .single-event-card-meta .featured-event-card-meta-item i {
	margin-right: 12px;
}

.events-listing-new .all_events.main_all_events .single_event_card .single_event_title {
	color: #165A2B;
	font-family: "century-gothic";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 166.667% */
	min-height: 28px; 
	margin-bottom: 24px;
	min-height: 74px;
	margin-bottom: 20px;
}

.events-listing-new .all_events.main_all_events {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.events-listing-new .all_events.main_all_events .single_event_card img {
	width: 100%; 
	height: 240px;
	object-fit: cover;
}

.all_events.main_all_events i:not(.standard-button i) {
	color: #EC5527;
	font-size: 18px;
}

.events-listing-new .single_event_desc {
	color: #231F20;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
	height: 125px; 
	overflow: hidden;
	margin-bottom: 24px;
}

@media screen and (min-width: 991px) {
	.events-listing-new .all_events.main_all_events .single_event_card .single_event_details {
		padding: 24px 24px 86px 24px;
		height: 100%;
		position: relative;
	}
	.events-listing-new .events_filters-wrapper {
		margin-bottom: 64px;
	}
	.events-listing-new .events_searchbox {
		margin-bottom: 32px;
	}
	.featured-event-meta {
		gap: 32px;
	}
	.featured-event-card-img-col {
		border-right: 1px solid #e3e3e3;
	}
	.events-listing-new {
		margin-top: 52px;
	}
	
	.events-listing-new .all_events.main_all_events .single_event_card .single_event_details .ctas-wrap {
		position: absolute;
		bottom: 24px; 
		left: 24px; 
		right: 24px;
	}
}

@media screen and (max-width: 990px) {
	.featured-event-card-img-col {
		border-bottom: 1px solid #e3e3e3;
	}
}

@media screen and (max-width: 768px) {
	.events-listing-new #event_location, .events-listing-new #event_type, .events-listing-new #event_date, .events-listing-new #event_sort, .events-listing-new .event-date-filter-wrap, .events-listing-new .event-type-filter-wrap, .events-listing-new .event-location-filter-wrap, .event-date-filter-wrap #events_sort, .events-listing-new .events_sort {
		width: 100%;
	}
}

.footer-socials-col a i {
	color: #165A2B;
}

.site-footer#colophon .site-info .footer-col a:hover , .site-footer#colophon .site-info .footer-col a:hover i {
	color: #333;
	opacity: .8;
}

.crm-event-deets i, .evt-container-new i {
	max-width: 23px;
	max-height: 23px;
}

@media screen and (max-width: 1365px) {
	.site-footer {
		background-size: cover !important;
	}
}

.evt-container-new .crm-content-container {
	color: #000;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.crm-event-deets-50-col, .evt-container-new .featured-event-card-meta-item {
	display: flex;
	gap: 12px;
}


.evt-container-new .article-sidebar-col-content {
	padding: 0;
}

.evt-container-new .article-sidebar-col-sub-content {
	border-radius: 8px;
	background: #165A2B;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	color: #fff;
}
.evt-container-new .crm-event-deets-50-col, .evt-container-new .featured-event-card-meta-item {
	margin-bottom: 24px;
	color: #FFF;
	font-family: "century-gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.evt-container-new .article-sidebar-col-sub-content {
	margin-bottom: 32px;
}
.evt-container-new .article-sidebar-col-sub-content-content {
	padding: 24px 20px;
}

.share-links .standard-button {
	width: 100%;
}
.share-links .standard-button:hover {
	opacity: .8;
}
.share-links .standard-button:hover i {
	transform: unset;
}
.evt-container-new .crm-event-deets-50-col i {
	margin-top: 1px;
}
@media screen and (min-width: 991px) {
	.evt-container-new .crm-event-deets-50-col, .evt-container-new .featured-event-card-meta-item {
		margin-bottom: 24px;
	}
}

.event-map, .event-map #map {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.evt-container-new .crm-event-deets-col .actions-deets {
	display: flex;
	flex-wrap: wrap;
}

/* Member dash */

.user-dash-container.container {
	padding-left: 0; 
	padding-right: 0;
}

#member-navigation {
	padding: 0;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	list-style: none;
	background: #fff;
	overflow: hidden;
	margin-bottom: 32px;
	min-width: 233px;
}
#member-navigation .menu-item {
	padding: 0px 12px;
}

#member-navigation .menu-item a::after {
	content: " ";
	width: 100%; 
	height: 2px;
	background: #165A2B;
	position: absolute;
	bottom: -2px; 
	left: 0; 
	right: 0;
}
#member-navigation .menu-item a {
	text-decoration: none;
	color: #333;
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 12px; 
	padding-bottom: 12px;
}
#member-navigation .menu-item i {
	margin-right: 8px;
	color: #EC5527;
	font-size: 15px;
}
#member-navigation .menu-item.current-menu-item, #member-navigation .menu-item:hover, .member-nav-toggle-mobile {
	background: #165A2B;
}
#member-navigation .menu-item.current-menu-item a::after, #member-navigation .menu-item:hover a::after {
	content: none;
}
#member-navigation .menu-item.current-menu-item a, .member-nav-toggle-mobile a {
	color: #fff;
	font-weight: 800;
}
#member-navigation .menu-item:hover a  {
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}
#member-navigation .menu-item.current-menu-item i, #member-navigation .menu-item:hover i, #member-navigation .member-nav-toggle-mobile a i {
	color: #fff;
}

#member-navigation .menu-item:last-child a::after, #member-navigation .menu-item.member-nav-toggle-mobile a::after {
	content: none;
}

@media screen and (max-width: 990px) {
	#member-navigation .menu-item:not(.member-nav-toggle-mobile) {
		transform: scaleY(0);
		transform-origin: top;
		transition: transform 0.26s ease;
		max-height: 0;
		overflow: hidden;
	}
	#member-navigation.member-nav-open .menu-item.menu-item:not(.member-nav-toggle-mobile) {
		transform: scaleY(1);
		max-height: fit-content;
		padding-top: 24px;
	}
}

.user-profile-right-cols-col {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

@media screen and (min-width: 991px) {
	#member-navigation .menu-item a {
		font-size: 18px;
	}
	#member-navigation .menu-item a i {
		font-size: 15px;
	}
	.user-profile-right-cols-col {
		gap: 32px;
	}
	.user-dash-row .user-dash-col {
		padding-left: 80px;
	}
	#member-navigation .menu-item a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#member-navigation .menu-item {
		padding: 0px 12px;
	}
	
	.user-dash-row .user-dash-nav-col {
		padding: 0;
	}

	.member-nav-toggle-mobile {
		display: none;
	}

}


.job_meta_descrganisation {
	word-break: break-word;
}

.speaker_info.show-speaker-info {
	display: block !important;
	margin-top: 12px; 
	margin-bottom: 12px;
}

.speaker_small_img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50px;
	margin-right: 10px;
}

.speaker-item-standard {
	margin-bottom: 12px;
}

.speaker-item-standard-content .speaker_name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.read-more-speaker span {
	text-decoration: underline;
}
.speaker-item-standard-content {
	display: flex;
	align-items: center;
}

.event_excerpt {
	/* word-break: break-all; */
/* 	max-height: 135px; */
	overflow: hidden;;
}

.session-document {
	margin-top: 10px;
}

.session-document img {
	max-height: 30px; 
	margin-right: 5px;
}

.session-document li:hover {
	opacity: .6;
}

@media screen and (max-width: 991px) {
	.sponsor_cards.large_cards .user_card {
		flex-direction: column;
	}
	.crm-agenda-item-title div {
		display: flex;
		flex-direction: column;
	}
	.large_cards .user_card.active .user_bio {
		max-height: 2000px !important;
	}
}


@media screen and (max-width: 600px) {
	.all_resources_tabs.reap_tabs .main_resources_content h2 {
		display: none;
	}
	.all_resources_tabs.reap_tabs .main_resources_content {
		margin-top: 24px;
	}
	body .sponsor_cards.large_cards .user_details {
		padding: 20px 20px 20px 20px!important;
		max-width: 100% !important;
	}
	.sponsor_cards .bio_activator {
		position: static !important;
	}
	.sponsor_cards .sponsor_details {
		margin-bottom: 32px;
	}
	.large_cards .user_card.active .user_bio {
		margin-top: 32px;
	}
}
