/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: "poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
}

button {
	background-color: #3f3e22;
}

a {
	color: #3f3e22;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #3f3e22;
	text-decoration: underline;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #3f3e22;
	font-size: 40px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #6e6d3c;
	font-size: 32px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .75px;
	margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #6e6d3c;
	font-size: 26px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #6e6d3c;
	font-size: 20px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #6e6d3c;
	font-size: 20px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: .75px;
	margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #6e6d3c;
	font-size: 16px;
	font-family: "poppins", sans-serif;
    font-weight:700;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #262626;
	font-size: 18px;
	font-family: "poppins", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
	letter-spacing: .45px;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #3f3e22;
	font-weight: bold;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
	color: #262626;
	font-size: 18px;
	font-family: "poppins", sans-serif;
	line-height: 30px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #262626;
	font-size: 18px;
	font-family: "poppins", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
	letter-spacing: .45px;
	text-rendering: optimizeLegibility;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

@media (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 18px;
		line-height: 20px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
		line-height: 20px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 14px;
		line-height: 18px;
	}
}

