body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0;
	/*font-optical-sizing: auto;*/
	color: var(--black);
	-webkit-text-size-adjust: none;
}

a {
	color: #5C9E46;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 24px;
}

h1, .h1, h2, h3, h4, h5, h6 {
	margin: 0 0 24px;
}

h1, .h1 {
	font-family: "Shippori Mincho", serif;
	font-size: 64px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.05em;
	color: var(--dark-green);
}

h2, .h2{
	font-family: "Shippori Mincho", serif;
	font-size: 44px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.05em;
	color: var(--dark-green);
}

h3, .h3, .bigh3 {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.05em;
	color: var(--dark-green);
}

.bigh3 {
	font-size: 32px;
}

h4, .h4 {
	font-family: "Lexend Mega", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--dark-green);
}
/*
h5 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	color: #222222;
}

h6 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
}
*/

hr {
	margin: 0 auto 24px;
	width: 120px;
	max-width: 100%;
	height: 2px;
	background: var(--dark-green);
	border: none;
}

.light-text hr {
	background: var(--white);
}

ul {
	margin: 0 0 30px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 30px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 0 40px;
	padding: 0 0 0 24px;
	width: 400px;
	max-width: 100%;
	border-left: 4px solid var(--dark-green);
}

blockquote.bq-centered {
	margin: 0 auto 40px;
	padding: 0 0 0 24px;
	width: 400px;
	max-width: 100%;
	text-align: center;
	border-left: 4px solid var(--dark-green);
}

.no-margin,
p:has(> .no-margin) {
	margin-bottom: 0 !important;
}

.small-margin,
p:has(> .small-margin) {
	margin-bottom: 8px !important;
}

img.no-margin {
	display: block;
}

img.rounded {
	border-radius: 20px;
}

.white-text, .white-text a { color: var(--white); }
.gray-text, .gray-text a { color: var(--gray); }
.light-green-text, .light-green-text a { color: var(--light-green); }
.green-text, .green-text a { color: var(--green); }
.dark-green-text, .dark-green-text a { color: var(--dark-green); }
.link-green-text, .link-green-text a { color: #5C9E46; }

.divider-line {
	margin: 0 0 24px;
	width: 100%;
	height: 1px;
	background: var(--dark-green);
	opacity: 0.2;
}

.light-text .divider-line {
	background: var(--light-green);
	opacity: 0.4;
}

.ul-green-checkmarks {
	list-style-type: none;
}

.ul-green-checkmarks li {
	position: relative;
	margin: 0 0 5px;
}

.ul-green-checkmarks li::before {
	content: '';
	position: absolute;
	left: -30px;
	top: 4px;
	width: 18px;
	height: 18px;
	background-image: url("images/green-checkmark.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.light-text .ul-green-checkmarks li::before {
	background-image: url("images/white-checkmark.png");
}

img.rounded {
	border-radius: 24px;
}

@media all and (max-width: 1199px) {
	

	
}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 767px) {

	h1, .h1 {
		font-size: 50px;
	}

	h2, .h2 {
		font-size: 38px;
	}

}

@media all and (max-width: 479px) {

	h1, .h1 {
		font-size: 44px;
	}

	h2, .h2 {
		font-size: 34px;
	}

}

@media all and (max-width: 359px) {



}


/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

a.button-link {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 24px;
	font-family: "Lexend Mega", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--dark-green);
	background: var(--light-green);
	border-radius: 8px;
	transition: all 0.25s ease;
}

a.button-link:hover {
	color: var(--white);
	background: var(--green);
}

.light-text a.button-link {
	color: var(--dark-green);
	background: var(--light-green);
	/*var(--white)*/
}

.light-text a.button-link:hover {
	color: var(--dark-green);
	background: var(--gray);
	/*color: var(--dark-green);
	background: var(--light-green);*/
}

.gray-bg a.button-link {
	color: var(--white);
	background: var(--green);
}

.gray-bg a.button-link:hover {
	color: var(--dark-green);
	background: var(--light-green);
}

.light-green-bg a.button-link {
	border: 1px solid var(--dark-green);
}

a.button-link-outline {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 12px 24px;
	font-family: "Lexend Mega", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--dark-green);
	background: transparent;
	border: 1px solid var(--dark-green);
	border-radius: 8px;
	transition: all 0.25s ease;
}

a.button-link-outline:hover {
	color: var(--dark-green);
	background: var(--light-green);
	border-color: var(--light-green);
}

.light-text a.button-link-outline {
	color: var(--white);
	border-color: var(--white);
}

.light-text a.button-link-outline:hover {
	color: var(--dark-green);
	background: var(--light-green);
	border-color: var(--light-green);
}

.light-green-bg a.button-link-outline:hover {
	color: var(--white);
	background: var(--dark-green);
	border-color: var(--dark-green);
}

@media all and (max-width: 1199px) {


	
}

@media all and (max-width: 767px) {



}

@media all and (max-width: 479px) {



}

@media all and (max-width: 389px) {



}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	margin: 0 0 20px;
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 600px) {

	.content-column > div {
		margin: 0 0 20px;
		padding: 0 !important;
	}

}

@media all and (max-width: 768px) {

	/*img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}*/

}