/************************************************************
 * GENERAL
 ***********************************************************/
.fl-animation,
.fl-animated {
	z-index:1
}

.gap-1 {
	gap:0.25rem;
}

.gap-2 {
	gap:0.5rem;
}

.gap-3 {
	gap:1rem;
}

.gap-4 {
	gap:1.5rem;
}

.gap-5 {
	gap:3rem;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module-box :where( .fl-module-box ) {
    width: auto;
}

.fl-builder-content .infobox-left .uabb-button-left,
.fl-builder-content .infobox-left .uabb-button-center,
.fl-builder-content .infobox-left .uabb-button-right {
    text-align: left;
}

.fl-builder-content .infobox-center .uabb-button-left,
.fl-builder-content .infobox-center .uabb-button-center,
.fl-builder-content .infobox-center .uabb-button-right {
    text-align: center;
}

.fl-builder-content .infobox-right .uabb-button-left,
.fl-builder-content .infobox-right .uabb-button-center,
.fl-builder-content .infobox-right .uabb-button-right {
    text-align: right;
}

@media (max-width:767px) {
	.fl-builder-content .infobox-responsive-left .uabb-button-left,
	.fl-builder-content .infobox-responsive-left .uabb-button-center,
	.fl-builder-content .infobox-responsive-left .uabb-button-right {
	    text-align: left;
	}
	
	.fl-builder-content .infobox-responsive-center .uabb-button-left,
	.fl-builder-content .infobox-responsive-center .uabb-button-center,
	.fl-builder-content .infobox-responsive-center .uabb-button-right {
	    text-align: center;
	}
	
	.fl-builder-content .infobox-responsive-right .uabb-button-left,
	.fl-builder-content .infobox-responsive-right .uabb-button-center,
	.fl-builder-content .infobox-responsive-right .uabb-button-right {
	    text-align: right;
	}
}

.avsi-video .pp-video-play-icon::after {
	content: 'AVSI-USA in a minute';
	position: absolute;
    top: 100%;
    left: 0;
    line-height: 1.2;
    color: #fff;
    margin-top: 20px;
}

.btn-links-group .uabb-button {
	text-align: left !important;
}

.wp-block-buttons {
	margin-bottom: 1.5rem;
}

.wp-block-button__link {
    font-family: "Atlas Grotesk", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
	border-radius: 60px;
	padding: 18px 42px;
	color: #ffffff;
	background-image: linear-gradient(90deg, #009736 19%, #1d71b8 100%);
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
	color: #ffffff;
	background-image: linear-gradient(-45deg, #009736 14%, #1d71b8 92%);
}

a.wp-block-button__link[target="_blank"]::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/></svg>");
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 0.5rem;
}

@media (max-width: 767px) {
	
	.fl-builder-content-14 .fl-node-mli9bj6sztng {
		align-items: center;
	}
	
	.page-banner .fl-row-content-wrap {
		position: relative;
	}

	.page-banner .fl-row-content-wrap::before {
		content: '';
		width: 100%;
		height: 300px;
		top: 0;
		position: absolute;
		background-image: inherit;
		background-position: center top;
		background-size: cover;
	}

	.page-banner .fl-row-content {
		position: relative;
	}
	
	.wp-block-button .wp-block-button__link,
	.fl-builder-content .fl-module-button a.fl-button,
	.fl-builder-content .fl-module-button a.fl-button:visited,
	.fl-page .fl-builder-content .fl-module-button a.fl-button,
	.fl-page .fl-builder-content .fl-module-button a.fl-button:visited,
	.fl-builder-content .fl-module-button-group a.fl-button,
	.fl-builder-content .fl-module-button-group a.fl-button:visited,
	.fl-page .fl-builder-content .fl-module-button-group a.fl-button,
	.fl-page .fl-builder-content .fl-module-button-group a.fl-button:visited{
		font-size: 14px;
		line-height: 18px;
		padding: 12px 24px;
	}
}

/************************************************************
 * WORDS
 ***********************************************************/

.words-image {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.words-image > img {
	object-fit: cover;
}

.words-title {
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	bottom: 2rem;
	color: #ffffff;
	margin: 0;
}

.words-title > span {
	position: relative;
	z-index: 1;
}

.words-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: calc(100% - 20px);
	background-image: linear-gradient(90deg, #009736 0%, #1d71b8 100%);
	z-index: 0;
}

.words-card {
	border-radius: 6px;
	height: 100%;
	color: #1d71b8;
}

.words-card.words-card--definition {
	font-size: 26px;
	line-height: 1.3;
	position: relative;
}

.words-card.words-card--definition::before,
.words-card.words-card--story::before {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background: #009736;
	bottom: 2rem;
	left: 2rem;
}

.words-card.words-card--story::before {
	left: auto;
	right: 2rem;
	background: #1d71b8;
}

.words-card.words-card--definition::after,
.words-card.words-card--story::after {
	content: '';
	position: absolute;
	height: 2px;
	width: calc(100% - 2rem);
	background-image: linear-gradient(90deg, #009736 0%, #1d71b8 200%);
	bottom: 2rem;
	left: 2rem;
	transform: translateY(-2px);
}

.words-card.words-card--story::after {
	left: auto;
	right: 2rem;
	background-image: linear-gradient(90deg, #009736 -100%, #1d71b8 100%);
}

.words-card--body {
	padding: 4rem 2rem;
}

.words-card--body p {
	margin-bottom: 0;
}

.words-card--body strong,
.words-card--body b {
	font-weight: 400;
	color: #fff;
	background-image: linear-gradient(90deg, #009736 0%, #1d71b8 100%);
}

.words-card.words-card--story {
	font-size: 16px;
}

/************************************************************
 * RESOURCES
 ***********************************************************/

.resource-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}

.resource-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.resource-feed .fl-post-feed-post,
.resource-feed .fl-post-feed-post:last-child {
	margin-bottom: 20px !important;
}

@media (min-width: 600px) {
	.resource-feed .fl-post-feed-post {
		width: 50%;
	}
}

.resource-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	padding-top: 5px;
	padding-bottom: 20px;
}

.resource-annual-report-card {
	display: flex;
	align-items: center;
	flex-direction: row;
	
	border: none;
	border-radius: 0;
}

.resource-card .resource-annual-report-card--image {
	width: 140px;
    min-width: 140px;
	aspect-ratio: 4/5;
	object-fit: cover;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 6px;
}

.resource-card .resource-annual-report-card--body {
	padding: 0;
}

.resource-card .resource-annual-report-card--date {
	display: inline-block;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resource-card .resource-annual-report-card--title {
	font-size: 28px;
	margin-bottom: 15px;
}

.resource-card .resource-annual-report-card--link {
	color: #2B3B44;
	font-family: "Atlas Grotesk", sans-serif;
	font-weight: 700;
    font-size: 18px;
}

.resource-card .resource-annual-report-card--link .fl-button-icon {
	color: #fff !important;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.resource-card .resource-annual-report-card--link .fl-button-icon::before {
	font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.resource-toolkit-card {
	border: none;
	border-bottom: 1px solid #C0C4C7;
	border-radius: 0;
	padding: 0;
	position: relative;
	height: 100%;
}

.resource-toolkit-card--body {
	padding: 0;
}

.resource-toolkit-card--title {
	font-size: 20px;
	padding-right: 30px;
}

.resource-toolkit-card--title::after {
	content: "\e902";
	position: absolute;
	right: 0;
	top: 0;
	
	color: #fff;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
	
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.resource-brief-study-feed .fl-post-feed-post {
	border: none;
	margin-bottom: 20px;
}

.resource-brief-study-card {
	border-radius: 10px;
	border: none;
	height: 100%;
}

.resource-brief-study-card--title {
	font-size: 20px;
}

.resource-brief-study-card--files {
	padding: 0;
}

.resource-brief-study-card--files-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.resource-brief-study-card--files-list li {
    align-items: center;
    display: flex;
    border: 1px solid #C0C4C7;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px 16px;
}

.resource-brief-study-card--files-list li:last-child {
    margin-bottom: 0
}

.resource-brief-study-card--files-list ._type {
    margin-right: 12px;
    min-width: 33px;
}

.resource-brief-study-card--files-list ._name {
    margin-right: 12px;
    font-size: 14px;
    color: #404E57
}

.resource-brief-study-card--files-list ._act {
    white-space: nowrap;
}

.resource-brief-study-card--files-list ._act .ic-download {
    font-weight: 400
}

.resource-brief-study-card--files-list .btn-links-group {
    margin-left: 15px
}

.resource-brief-study-card--files-list .btn-links-group a {
    white-space: nowrap;
    font-weight: 700;
}

.facet-filters-group .resource-search-group {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    background-color: #fff;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    height: 28px;
    line-height: 28px;
}

.facet-filters-group .resource-search-group .form-control {
    border: 0;
    padding: 0 10px;
    background: transparent;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 28px;
    line-height: 28px;
}

.facet-filters-group .resource-search-group .btn {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.facet-filters-group .resource-search-group .btn:before {
    font-family: 'icomoon';
    content: "\e92b";
    background: transparent;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    opacity: 1;
}

/************************************************************
 * STORIES
 ***********************************************************/

.story-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.story-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 600px) {
	.story-feed .fl-post-feed-post {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.story-feed .fl-post-feed-post {
		width: 33.3333%;
	}
}

.story-feed .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

.story-card.card {
	border-color: #C0C4C7;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
}

.story-card figure {
	margin: 0;
	overflow: hidden;
}

.story-card--image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.2s linear;
}

.story-card:hover .story-card--image {
	transform: scale(1.05);
}

.story-card--body {
	padding: 30px 30px 50px;
}

.story-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	margin-bottom: 20px;
}

.story-card--title {
	font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 20px;
}

.story-card--link {
	color: #2B3B44;
	font-weight: 700;
    font-size: 18px;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.story-card--link:hover,
.story-card--link:focus,
.story-card--link:active {
	color: #2B3B44;
}

.story-card--link::before {
	margin-left: 15px;
    content: "\e902";
    color: #fff;
    font-family: 'icomoon' !important;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.story-card--link:hover::before {
	-webkit-box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset;
    -moz-box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset;
    box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset
}

.story-image-card.card {
	border: none;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
}

.story-image-card figure {
	margin: 0;
	overflow: hidden;
}

.story-image-card--image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.2s linear;
}

.story-image-card:hover .story-image-card--image {
	transform: scale(1.05);
}

.story-image-card::before {
    content: '';
    background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 90%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2
}

.story-image-card--body {
	padding: 30px 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}

.story-image-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
}

.story-image-card--title {
	font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 0;
	color: #ffffff;
}

.story-image-card--link,
.story-image-card--link:hover,
.story-image-card--link:focus,
.story-image-card--link:active {
	color: inherit;
}

/************************************************************
 * PROJECTS
 ***********************************************************/

.project-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.project-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 600px) {
	.project-feed .fl-post-feed-post {
		width: 50%;
	}
}

.project-feed .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

.project-card.card {
	border: none;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.project-card figure {
	width: 120px;
	flex-shrink: 0;
	margin: 0;
	overflow: hidden;
}

.project-card--image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.2s linear;
}

.project-card:hover .project-card--image {
	transform: scale(1.05);
}

.project-card--body {
	padding: 20px;
}

.project-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.project-card--title {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 10px;
}

.project-card--excerpt {
	font-size: 16px;
	margin-bottom: 10px;
}

.project-card--link {
	color: #2B3B44;
	font-weight: 700;
    font-size: 18px;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.project-card--link:hover,
.project-card--link:focus,
.project-card--link:active {
	color: #2B3B44;
}

.related-projects .fl-heading,
.related-models .fl-heading,
.related-resources .fl-heading,
.related-partners .fl-heading {
	font-size: 36px;
}

.related-projects .project-card,
.related-resources .resource-card {
	border: 1px solid #C0C4C7;
	margin-bottom: 20px;
}

/************************************************************
 * PARTNERS
 ***********************************************************/

.partner-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.partner-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 600px) {
	.partner-feed .fl-post-feed-post {
		width: 50%;
	}
}

.partner-feed .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

.partner-card.card {
	border: none;
	background: none;
	border-radius: 0;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.partner-card figure {
	width: 80px;
	flex-shrink: 0;
	margin: 0;
	overflow: hidden;
}

.partner-card--image {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 100%;
	transform: scale(1);
	transition: transform 0.2s linear;
}

.partner-card:hover .partner-card--image {
	transform: scale(1.05);
}

.partner-card--body {
	padding: 0;
}

.partner-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	display: flex;
	gap: 10px;
}

.partner-card--title {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 10px;
}

.partner-item,
.region-item {
	position: relative;
	padding-right: 36px;
	margin-bottom: 10px;
}

.partner-item::after,
.region-item::after {
	content: "\e902";
	position: absolute;
	right: 0;
	top: 0;
	
	color: #fff;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
	
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.region-item--title,
.partner-item--title,
.page-content .partner-item--title {
	font-size: 20px;
}

.region-item {
	display: none;
}

.region-item.active {
	display: block;
}

/************************************************************
 * MODELS
 ***********************************************************/

.model-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.model-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 600px) {
	.model-feed .fl-post-feed-post {
		width: 50%;
	}
}

.model-feed .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}

.model-card.card {
	background: none;
	border: none;
	border-top: 1px solid #c0c4c7;
	border-bottom: 1px solid #c0c4c7;
	border-radius: 0;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: row;
	margin-top: -1px;
}

.fl-post-feed-post.type-model:first-child .model-card.card,
.fl-post-feed-post.type-model:nth-child(2) .model-card.card {
	margin-top: 0;
}

.model-card--body {
	padding: 15px 0;
}

.model-card--title {
	font-size: 20px;
}

.model-card--title i {
	font-size: 26px;
	color: #009736;
}

.model-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	display: flex;
	gap: 10px;
}

.model-item {
	position: relative;
	align-items: center;
}

.model-item--icon {
	width: 80px;
	height: 80px;
	line-height: 84px !important;
	font-size: 40px;
	text-align: center;
	border: 1px solid #C0C4C7;
	border-radius: 100%;
	margin-right: 15px;
}

.model-item--icon > i {
	color: #009736;
	background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.model-item--title,
.page-content .model-item--title {
	font-size: 20px;
}

.model-item--excerpt {
	
}

/************************************************************
 * NEWS
 ***********************************************************/

.news-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.news-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 600px) {
	.news-feed .fl-post-feed-post {
		width: 50%;
	}
	
	.news-card.card {
		flex-direction: row;
	}
}

.news-feed .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}

.news-card.card {
	border-color: #C0C4C7;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
}

.news-card figure {
	flex: 1 0 45%;
	margin: 0;
	overflow: hidden;
}

.news-card--image {
	width: 100%;
	aspect-ratio: 14/9;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.2s linear;
}

.news-card:hover .news-card--image {
	transform: scale(1.05);
}

.news-card--body {
	padding: 30px 20px;
	flex: 1 1 55%;
}

.news-card--meta {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
	color: #404E57;
	margin-bottom: 12px;
}

.news-card--title {
	font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 12px;
}

.news-card--excerpt {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
	margin-bottom: 12px;
}

.news-card--link {
	color: #2B3B44;
	font-weight: 700;
    font-size: 18px;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.news-card--link:hover,
.news-card--link:focus,
.news-card--link:active {
	color: #2B3B44;
}

.news-card--link::before {
	margin-left: 15px;
    content: "\e902";
    color: #fff;
    font-family: 'icomoon' !important;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.news-card--link:hover::before {
	-webkit-box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset;
    -moz-box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset;
    box-shadow: -15px 12px 50px 8px rgba(255,255,255,0.3) inset
}

@media (max-width: 767px) {
	.news-card--title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	
	.news-card--body {
		padding: 20px 15px;
	}
	
	.news-card--meta,
	.news-card--excerpt {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 8px;
	}
}

/*
 * Donation Forms
 */

.js-donation-form-stage {
	width: 423px;
	max-width: 100%;
}

.donation-form-selection {
	padding: 20px;
	border: 1px solid #C0C4C7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.donation-form-selection-options {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.js-donation-form-option {
	padding: 20px;
	border: 1px solid #C0C4C7;
	border-radius: 12px;
}

.js-donation-form-option.active,
.js-donation-form-option:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #009736, #1D71B8) border-box;
    border-color: transparent;
}

.donation-form-option-image {
	width: 96px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.donation-form-option-image {
		width: 48px;
	}
}

.js-donation-form-option p {
	font-size: 14px;
}

.donation-form-option-label::before {
	content: '';
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fl-page a.donation-form-link {
	color: #2B3B44;
	font-family: "Atlas Grotesk", sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-left: 0;
}

.fl-page a.donation-form-link:hover,
.fl-page a.donation-form-link:focus,
.fl-page a.donation-form-link:active {
	background: none;
}

.fl-page a.donation-form-link .fl-button-icon {
	color: #fff !important;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.form-check-input {
	width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #D5D7DA;
	border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked {
    background: #1d71b8;
    background-image: linear-gradient(90deg, #009736 19%, #1d71b8 100%);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), linear-gradient(90deg, #009736 19%, #1d71b8 100%);
    border-color: #D5D7DA;
}

.donation-tabs {
	
}

.donation-tabs .nav-link {
	color: #404e57;
	background: rgba(224,226,228,0.8);
	border: none;
	border-radius: 15px;
	padding: 7px 15px 5px;
	font-size: 14px;
    line-height: 16px;
	text-transform: uppercase;
}

.donation-tabs .nav-link:hover,
.donation-tabs .nav-link.active {
	color: #009736;
	background: rgba(255,255,255,0.8);
}

.donation-tab-content-desc {
	padding: 40px;
	color: #ffffff;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.donation-tab-content-desc h3 {
	font-size: 48px;
	color: #ffffff;
    margin: 0 0 20px;
    padding-left: 14px;
    position: relative;
    border-left: 6px solid;
    line-height: 52px;
}

@media (max-width: 767px) {
	.donation-tab-content-desc h3 {
		font-size: 32px;
		line-height: 36px;
	}
	
	.donation-tab-content-action {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.donation-tab-content-desc p {
    opacity: 0.7
}

.donation-tab-content-action h4 {
	color: #ffffff;
}

.donation-tab-content-action .dual-buttons .fl-button-group-button .fl-button-wrap .fl-button {
	width: 100%;
	text-align: center;
}

.fl-page .donation-tabs .donation-tab-content-action .btn-link-wrapp-gradient .fl-button {
	font-weight: 700;
    font-size: 24px;
	color: #ffffff;
	font-family: "Atlas Grotesk", sans-serif;
	line-height: 1.2;
}

.fl-page .donation-tabs .donation-tab-content-action .btn-link-wrapp-gradient .fl-button:hover {
	color: rgba(255,255,255,0.7);
}

@media (max-width: 767px) {
	.fl-page .donation-tabs .donation-tab-content-action .btn-link-wrapp-gradient .fl-button {
		font-size: 18px;
	}
}

/************************************************************
 * MAP
 ***********************************************************/

.interactive-map {
	max-width: 100%;
    width: auto;
    max-height: 600px;
}

.interactive-map .active {
	fill: #009736;
	cursor: pointer;
	outline: none !important;
}

.interactive-map .active:hover,
.interactive-map .active.selected {
	fill: #1D71B8;
}

.region-popover {
	min-width: 280px;
}

.region-popover .popover-body {
	padding: 0;
}

.region-popover .card-title {
    background: #009736;
    color: #ffffff;
    position: relative;
	padding-bottom: 0.75rem;
}

.region-popover .card-title > span {
	position: relative;
	z-index: 1;
}

.region-popover .card-title:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    background: inherit;
    height: calc(100% + 20px);
    width: calc(50% + 20px);
    z-index: 0;
}

.region-popover .card-title:after {
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    background: inherit;
    height: calc(100% + 20px);
    width: calc(50% + 20px);
    z-index: 0;
}


.region-popover-subtitle {
	font-size: 18px;
}

.region-popover .card-details + .region-popover-subtitle {
	margin-top: 1.5rem;
}

.region-popover--project-title,
.region-popover--partner-title {
	font-size: 18px;
	margin: 0;
}

.region-popover--project-image,
.region-popover--partner-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 10px;
}

.region-popover-link {
    color: #2B3B44;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
	margin-top: 15px;
}

.region-popover-link::before {
	margin-left: 15px;
    content: "\e902";
    color: #fff;
    font-family: 'icomoon' !important;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.map-filters .facet-filters-group .fs-wrap {
	width: 240px;
}

.js-map-filter-reset {
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;
    color: #2B3B44 !important;
    font-weight: 700;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
	line-height: 1;
}

.js-map-filter-reset:hover,
.js-map-filter-reset:focus,
.js-map-filter-reset:active {
	background: none;
	outline: none;
	box-shadow: 0;
	border: none;
}

.js-map-filter-reset::before {
	margin-left: 10px;
    content: "\e92a";
    color: #fff;
    font-family: "icomoon" !important;
	font-weight: 400;
    background: -webkit-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: -moz-linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    background: linear-gradient(90deg, #009736 19%, #1D71B8 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
	font-size: 14px;
}