body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'Metric';
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
}

ul, ol, dl {
	margin-bottom: 0; /* Foundation overwrite */
}

button {
	background-color: var(--Savannah);
}

a,
a:hover {
	color:var(--Teal);
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: var(--Savannah);
	font-family:'Champion Heviweight';
	font-size: 25px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: var(--Savannah);
	font-family:'Champion Heviweight';
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: var(--Savannah);
    font-family:'Champion Heviweight';
	font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: var(--Savannah);
	font-family:'Champion Heviweight';
	font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: var(--Savannah);
    font-family: 'Metric', 'sans serif';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 600;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: var(--Savannah);
    font-family: 'Metric', 'sans serif';
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 600;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #333232;
    font-family: 'Metric', 'sans serif';
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 20px;
	font-weight: 400;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: var(--Teal);
	text-decoration: underline;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
	margin-bottom: 20px;
}

.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: #333232;
    font-family: 'Metric', 'sans serif';
	text-rendering: optimizeLegibility;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #333232;
    font-family: 'Metric', 'sans serif';
	text-rendering: optimizeLegibility;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

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 (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 50px;
		line-height: 60px;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 40px;
		line-height: 55px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 40px;
	}

	.core-styles ul:not([class*="block-grid-"]),
	.core-styles ol:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
		margin-bottom: 40px;
	}

	.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 {
		font-size: 20px;
		line-height: 34px;
	}

	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 20px;
		line-height: 34px;
	}
}

.blog-archives {
	padding: 15px;
	margin: 0 auto;
	max-width: 966px;
}

.blog-archives h3 {
	color: var(--Savannah);
}

.blog-archives ul {
	margin: 0;
}

.blog-archives li {
	list-style: none;
}

.blog-archives li .count {
	color: var(--Azalea)
}

@media only screen and (min-width: 640px) {
	.blog-widget ul {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
}
@media only screen and (min-width: 1024px) {
	.blog-widget ul {
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		column-count: 3;
		column-gap: 15px;
	}
}