.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	max-height: 600px;
	margin: 20px auto;
	overflow-y: scroll;
	padding: 60px 40px;
	border-radius: 10px;
}
.video-modal.white-popup {
	padding: 0;
	overflow: hidden;
	background: none;
}
body button.mfp-close {
	background: #1f93bd ;
	opacity: 1;
	margin-right: 5px;
	margin-top: 5px;
	color: #fff;
	width: auto;
	font-size: 14px;
	padding: 0 20px;
	height: auto;
	border-radius: 20px!important;
	-webkit-border-radius: 20px!important;
}
body .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	align-content: center;
	justify-items: center;
	background: none;
	margin-right: 5px;
	margin-top: 0;
	font-family: 'Roboto'!important;
	background: #2d5227;
	border-radius: 20px!important;
	-webkit-border-radius: 20px!important;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 300;
}

body .mfp-arrow-left:after, body .mfp-arrow-right:after {
	transform: none;
	background: none;
}
body .mfp-arrow-right:after {
	margin-left: 13px;
	margin-top: -3px;
}
body .mfp-arrow-left:after {
	margin-left: 3px;
	margin-top: -3px;
}
.mfp-close-btn-in .mfp-close {
	color: #FFF;
}
.flex-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* adjust spacing between items */
}

.flex-gallery .gallery-item {
	width: calc(100% / 6 - 20px); /* subtract gap to avoid overflow */
	box-sizing: border-box;
	position: relative;
	height: 200px;
	overflow: hidden;
}
.normal-size .flex-gallery .gallery-item {
	width: calc(100% / 4 - 20px); /* subtract gap to avoid overflow */
	box-sizing: border-box;
	position: relative;
	height: auto;
}
.flex-gallery .gallery-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.normal-size .flex-gallery .gallery-item img {
	position: relative;
	left: unset;
	top: unset;
	min-height: unset;
	width: 100%;
	max-width: unset;
	-webkit-transform: translate(0%,0%) scale(1);
	-ms-transform: translate(0%,0%) scale(1);
	transform: translate(0%,0%) scale(1);
	max-width: unset;
	min-width: unset;
	height: auto;
	object-fit: cover;
}
.interviews-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* adjust spacing between items */
}

.interviews-content-wrapper .single-interview {
	width: calc(100% / 2 - 20px); /* subtract gap to avoid overflow */
	box-sizing: border-box;
	position: relative;
}
.highlights-content-wrapper .max-video{
	margin-left: 0;
}
ul.link-list {
	margin: 0;
	padding: 0;
}
ul.link-list li {
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
#nyse-gallery .flex-gallery {
	justify-content: center;
}
.mt-5{
	margin-top:50px;
}
/*home video*/
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 5%;
}
.nectar_video_player_self_hosted .wpb_wrapper video, .nectar_video_player_self_hosted__overlay {
	position: relative;
}

/*header archives*/
body #page-header-bg, body #page-header-wrap {
	height: 550px;
	max-height: 550px;
}
.archive .page-header-bg-image:after, .nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs=default_minimal] .page-header-bg-image:after {
	background-color: #000;
	opacity: 0.25;
}

/*main title*/
/* .container-wrap .section-title {
	background: #07189E;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 20px 0;
} */
.container-wrap .section-title {
	background: transparent;
	color: #07189E;
	border-radius: 0;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid rgb(0, 150, 255);
}
.strong{
	font-weight: 500;
}
.align-inline{
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap:20px;
	margin:20px 0;
}
/*header logos*/
.forum-header-logos {
	background: rgba(255,255,255,1);
	border-radius: 10px;
	display: flex;
	justify-content: space-evenly;
	align-items: start;
}
.forum-header-logos-col {
	flex-basis: 33%;
}
.header_logo_image img {
	max-width: 80px;
	max-height: 30px;
}
.forum-header-logos-imgs {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	column-gap: 15px;
}
.forum-header-logos-col h3 {
	font-size: 14px!important;
	font-weight: 500!important;
	color:#2d5227!important;
}
.mb-5 {
	margin-bottom: 50px;
}
ul.submenu.level-3 {
	padding-left: 20px;
}
ul.submenu.level-3 li a {
	font-size: 14px!important;
}
#sidebar a.nectar-button.large.see-through-2.has-icon {
	width: 100%;
}
span.podcast-date {
	padding-left: 40px;
	color: #001;
}

/*playlists*/
.row.dynamic-playlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row.dynamic-playlist .video-entry {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .row.dynamic-playlist .video-entry {
	width: 50%;
  }
}
@media (min-width: 992px) {
  .row.dynamic-playlist .video-entry {
	width: 33.3333%;
  }
}

#sidebar a.nectar-button {
	width: 100%;
}
.category-35 div#sidebar {
	margin-top: 40px;
}

div#menu-wrapper {
	background: #2d5227;
	margin-top: 0;
	padding: 10px;
}
div#menu-wrapper ul#forum-menu li.level-1,
div#menu-wrapper ul#forum-menu li.level-1 > a,div#menu-wrapper ul#forum-menu li.level-1 > span{
	color: #fff;
}
div#menu-wrapper ul#forum-menu ul.submenu li.level-2
 {
	color:#0096ff;
}
div#menu-wrapper ul#forum-menu ul.submenu li.level-2 a:hover,
div#menu-wrapper ul#forum-menu ul.submenu li.level-2 a:focus,
div#menu-wrapper ul#forum-menu ul.submenu li.level-3 a:hover,
div#menu-wrapper ul#forum-menu ul.submenu li.level-3 a:focus {
	color:#07189E;
}



/*companies*/
.alphabet-filter {
	display: flex;
	justify-content: space-between;
}
.alphabet-filter .active {
	font-weight: bold;
}
.table-headings.post-header-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
article.type-companies,
article.type-ngos,
article.type-reports,
article.type-library,
article.type-post {
	border-bottom: 1px solid #ccc;
}
article.type-companies:last-child,
article.type-ngos:last-child,
article.type-reports:last-child {
	border-bottom: none;
}
#ngos-archive .post-area .article-content-wrap .post-featured-img-wrap a span img, #company-archive .post-area .article-content-wrap .post-featured-img-wrap a span img {
	max-height: 75px;
	width: auto;
	height: auto;
	max-width: 220px;
}
#ngos-archive .post-area .article-content-wrap .post-featured-img-wrap h3, #ngos-archive .post-area .article-content-wrap .post-featured-img-wrap h3 a, #company-archive .post-area .article-content-wrap .post-featured-img-wrap h3, #company-archive .post-area .article-content-wrap .post-featured-img-wrap h3 a,
#reports-archive .post-content h3.title {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 0px 20px;
	margin-top: 10px;
	text-transform: uppercase;
}
#reports-archive .post-content h3.title{
	padding: 0;
}
.ngos-row .ngo-item img, #reports-archive .post-featured-img img {
	width: auto;
	max-height: 100px;
	max-width: 300px;
	height: auto;
}
.ngo-item p {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
}
.ngos-row .ngo-item {
	align-items: start;
}

#reports-archive .post-featured-img-wrap,
#reports-archive .post-content-wrap {
	width: 33%;
}
#reports-archive .text-center.post-content-wrap {
	justify-content: center;
	align-content: center;
}
nav#pagination ul {
	margin-top: 20px;
	text-align: center;
}
.archive .post .content-inner {
	padding-bottom: 0;
}
.archive .container-wrap article h2 a {
	color: #2d5227;
	font-size: 28px;
	line-height: 30px!important;
	margin-bottom:10px!important;
}
.scroll-down-wrap.minimal-arrow.nectar-next-section-wrap {
	display: none;
}

.single-ngos span.meta-date.date.updated,
.single-ngos .row.heading-title.hentry,
.single-companies span.meta-date.date.updated,
.single-companies .row.heading-title.hentry  {
	display: none;
}

.clients.no-carousel img {
	max-height: 50px;
	margin-left:auto!important;
	margin-right:auto!important;

}
.nectar-post-grid-filters > div {
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-direction: row-reverse;
	background: #2E402B;
	border-radius: 40px;
	color: #fff;
}
.wpforms-confirmation-container-full {
	text-align: center;
	margin-top: 100px!important;
	margin-bottom: 50px!important;
}

/*final css version 5*/
.bg-title h2 {
	background: rgba(45,82,39,0.8);
	padding: 10px 10px 17px;
	line-height: 1;
	border-radius: 10px;
	color: #fff!important;
}
.page-id-28725 .bg-title h2 {
	background: rgba(60, 163, 197, .8);

}
.page-id-28725 .nectar-post-grid .nectar-post-grid-item .content a.nectar-post-grid-link {
	color: #000!important;
}
.page-id-28725 .nectar-post-grid.vert_list_hover_effect_featured_image .nectar-post-grid-item .content a.nectar-post-grid-link:hover {
	color: #fff!important;
}
.page-id-28725 #interviews .post-content-wrap, .page-id-28725 .random-interviews-wrap .post-bottom-contents h3.title {
	background: none;
	color: #000!important;
	font-size: 16px;
}
.page-id-28725 button#wpforms-submit-6036[type="submit"] {
	background: rgba(60, 163, 197, 1)!important;

}

.page-id-28725 .youtube-content-wrap iframe {
	border-radius: 10px;
	overflow: hidden;
}


#interviews h2 {
	margin-bottom: 0;
}


.vertical-col .vc_column-inner {
		align-content: center;
		justify-content: center;
	
}


span.report-name {
	color: #2f502a;
}
.post-type-archive-reports .post-content-wrap svg {
	fill: #2f502a;
}
.awards-2-col .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content h3 span {
	color: #2f502a ;
}


.post-type-archive-reports .post-area.featured_img_left .article-content-wrap .post-featured-img {
	border-radius: 5px;
	overflow: visible;
}
.post-type-archive-companies .post-area.featured_img_left .article-content-wrap .post-featured-img {
	background-size: contain;
	background-position: center center;
}
.ngos-row .ngo-item img{
	width: auto;
	max-height: 100px;
	max-width: 180px;
	height: auto;
}
.ngos-row .ngo-item {
	align-items: start;
	align-content: end;
}

.archive .main-content .excerpt {
	display: none;
}
.archive .main-content .meta-category {
	display: none;
}
.archive .main-content h3.title a,
.archive .main-content h3.title {
	font-family: 'Playfair Display';
	font-size: 18px;
	color: #000!important;
	line-height: 18px;
}
.archive.category .post-area.featured_img_left .article-content-wrap .post-content-wrap {
	padding: 0% 0 0% 2%;
}
.archive.category  .post-area.featured_img_left .post .post-content {
	padding-left: 0!important;
	margin: 10px 0;
	padding: 10px 0;
}
.archive.category .post-area.featured_img_left .post .post-content {
	min-height: 150px;
}
#reports-archive .post-featured-img-wrap {
	align-items: center;
	align-content: center;
}
#reports-archive .post-area.featured_img_left .article-content-wrap .post-content-wrap {
	padding: 3% 0% 3% 10%;
}
#ngos-archive .post-area .article-content-wrap .post-featured-img-wrap a span img, #company-archive .post-area .article-content-wrap .post-featured-img-wrap a span img {

	text-align: center;
	position: relative;
	margin:auto;
}
/* .archive.category  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	left: unset;
	top: unset;
}
.archive.category  .post-area.featured_img_left .post-featured-img-wrap, .archive.category  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span, .archive.category  .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .popular-featured-img {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}


.post-area .article-content-wrap .post-featured-img-wrap a span img {
	display: block;
	max-width: 100%;
	position: relative;
	left: unset;
	top: unset;
	max-height: 80%;
	width: auto;
	height: auto;
}

 */