main.front-main {
	background-image: none;
}
/*
#page-wrapper header.header {
	border-bottom: 1px solid #3C3C3C;
}
*/
#page-wrapper header.header .donate-link--header {
	background-color: #19423D;
	color: white;
	margin: 0;
	padding: 16px 20px;
	line-height: 1;
}
#page-wrapper header.header .donate-link--header svg {
	color: #00D132;
}
h2.default, .h2 {
	font-size: 40px;
	line-height: 125%;
}
.font-weight-bold {
	font-weight: 700;
}
.btn-default {
	background-color: #19423D;
	color: white;
	padding: 12px 20px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	font-family: Poppins;
	font-weight: 700;
}
.btn-default img {
	max-width: 28px;
}
.arrow-link {
	font-weight: bold;
	text-decoration: none;
	display: flex;
	gap: 0.5rem;
}
.arrow-link:hover {
	text-decoration: underline;
}
.arrow-link svg {
	width: 20px;
	height: auto;
}
.hero-image-wrapper {
	aspect-ratio: 4/3
}
.cta-grid .hero-image-wrapper {
	aspect-ratio: 16/9;
}
.hero-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.box-heading h1, .box-heading h2 {
	background: #fff none repeat scroll 0 0;
	box-decoration-break: clone;
	display: inline;
	padding: 4px 16px 4px 0;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.box-heading h1 {
	font-size: 56px;
	line-height: 1.45;
	letter-spacing: -1.68px;
}
.box-heading h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.45;
}
.hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	margin-top: auto;
	margin-bottom: auto;
	background: white;
}
.hero-grid figure {
	grid-area: 1 / 1;
	z-index: 0;
	position: relative;
}
.hero-grid-content {
	z-index: 20;
}
.hero-grid figure img {
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.green-separator {
	height: 2px;
	width: 100%;
	background: #00D132;
	margin-top: 1rem;
}
@media (min-width: 800px) {
	.hero-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		align-items: center;
	}
	.hero-grid figure {
		grid-area: 1 / 2 / 1 / 4;
	}
	.hero-grid-content {
		grid-area: 1 / 1 / 1 / 3;
	}
	.hero-grid-content .content {
		max-width: calc(50% - 1rem);
	}
	.hero-grid figure img {
		position: absolute;
	}
}

.ta-banner__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	grid-auto-rows: 1fr;
}
.help-block {
	background-color: #19423D;
	border: 3px solid #19423D;
	padding: 1rem 1.5rem;
	color: white;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	font-size: 22px;
	line-height: 1.25;
}
.help-block:hover {
	border-color: #00D132;
}
.help-image {
	max-width: 45px;
	flex-shrink: 0;
}
.help-block svg {
	height: 20px;
	position: relative;
	top: 4px;
}
.help-block.type-phone svg {
	top: 2px;
}
.link-wrap, .link-text {
	display: flex;
	gap: 0.5rem;
}
.big-search-wrap {
	background-color: #F5F5F5;
	padding: 2rem 8rem;
	font-weight: bold;
	font-family: Poppins;
	position: relative;
	z-index: 9999;
}
.search-modal {
	background-color: #F5F5F5;
	/*
	position: absolute;
	top: 100%;
	left: 0;
	*/
	width: 100%;
}
#searchform input[type="text"] {
	width: 100%;
	border-top: 1px solid #19423D;
	border-bottom: 1px solid #19423D;
	border-left: 1px solid #19423D;
	background: #FFF;
	font-size: 18px;
	font-family: Poppins;
}
#searchform button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: #00D132;
	border: none;
	padding: 8px;
}
#searchform button:hover {
	cursor: pointer;
}

.icon-lift-image-wrap {
	position: relative;
	display: inline-block;
}
.icon-lift-image {
	width: 135px;
	height: 135px;
	object-fit: cover;
	border-radius: 100%;
	transition: transform .2s;
}
.icon-lift-icon {
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: -2px;
	right: -5px;
}
.icon-lift-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon-lift-wrap:hover .icon-lift-image {
	transform: scale(1.1);
}
.icon-link {
	font-weight: bold;
	font-family: Poppins;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 1rem;
	display: block;
	text-align: center;
}

.cta-image-wrapper {
	aspect-ratio: 16/9
}
.cta-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-archive-section__events > .row {
	display: grid;
	margin: 0;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-archive-section__events .row > div {
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.news-archive-section__events .row > div > article {
	padding: 1.5rem;
	background-color: #E6FAEB;
	margin-top: 0 !important;
	height: 100%;
}
@media (max-width: 991px) {
	.news-archive-section__events > .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.box-heading h1 {
		font-size: 34px;
		letter-spacing: -0.34px;
	}
	.box-heading h2 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.ta-banner__content {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.big-search-wrap {
		padding: 2rem 1rem;
	}
	.news-archive-section__events > .row {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.box-heading {
		margin-top: -2.5rem;
	}
	.box-heading h1 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.box-heading h2 {
		font-size: 22px;
	}
} 