body {
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
	-webkit-text-size-adjust: none;
}

a {
	color: #1F352F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

i.fa-brands {
	font-style: normal;
}

p {
	margin: 0 0 20px;
}

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

h1, .h1 {
	font-family: "henderson-slab-basic", serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

h2, .h2 {
	font-family: "Host Grotesk", sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

h3, .h3 {
	font-family: "henderson-slab-basic", serif;
	font-size: 75px;
	line-height: 75px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

h4, .h4 {
	font-family: "henderson-slab-basic", serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

h5, .h5 {
	font-family: "henderson-slab-basic", serif;
	font-size: 23px;
	line-height: 31px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

h6, .h6 {
	font-family: "henderson-slab-basic", serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 0;
	color: #1F352F;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 2px;
	background: #1F352F;
	border: none;
}

.light-text hr {
	background: #FFFEEF;
}

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

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

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

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

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

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

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



}

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



}

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

	h3, .h3 {
		font-size: 55px;
		line-height: 55px;
	}

}

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

	body {
		font-size: 18px;
		line-height: 24px;
	}

}

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

	h1, .h1 {
		font-size: 35px;
		line-height: 35px;
	}

	h3, .h3 {
		font-size: 42px;
		line-height: 42px;
	}

}

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

a.button-link {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 8px 40px 8px;
	min-width: 160px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #1F352F;
	background: transparent;
	border: 1px solid #1F352F;
	border-radius: 9999px;
	transition: all 0.2s ease;
}

a.button-link:hover {
	color: #FFFEEF;
	background: #308D21;
	border-color: #308D21;
}

.light-text a.button-link {
	color: #FFFEEF;
	background: #308D21;
	border-color: #308D21;
}

.light-text a.button-link:hover {
	color: #1F352F;
	background: #FFFEEF;
	border-color: #FFFEEF;
}

.light-green-bg a.button-link {
	color: #FFFEEF;
	background: #1F352F;
	border-color: #1F352F;
}

.light-green-bg a.button-link:hover {
	color: #1F352F;
	background: #FFFEEF;
	border-color: #FFFEEF;
}

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



}

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

.clear {
	clear: both;
}

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

.wp-caption-text {
	margin-bottom: 0;
	font-family: "PP Radio Grotesk", sans-serif;
	font-size: 23px;
	line-height: 30px;
}

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: 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;
	}

}