/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, button, p, input, select {
	font-family: eb-garamond, sans-serif;
}

button {
	background-color: #ffb602;
}

button:hover {
	background-color: #3898EC;
}

a {
	color: #1f8a63;  /* TODO - change to site color */
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    font-size: 50px;
    font-size: 35px;
    line-height: 1em;
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #21343a;
    font-weight: 700;
    text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #34a7e3;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #21343a;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #21343a;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #21343a;
    font-size: 16px;
    line-height: 1.2em;
    
    font-weight: 700;
    text-transform: capitalize;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: "CB Sans W00 Bold", sans-serif;
    color: #21343a;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr,
.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: 16px;
    line-height: 1.4em;
	color: #21343a;
    font-family: eb-garamond, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited {
	color: #1f8a63;
	font-weight: bold;
    text-decoration: underline;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #d6253e;
}

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;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 40px;
    	line-height: 1.1em;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 35px;
    	line-height: 1.1em;
	}
	
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 30px;
	    line-height: 1.1em;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 25px;
    	line-height: 1.1em;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 20px;
    	line-height: 1.1em;
	}

	.core-styles p,
    .contentRender_name_plugins_core_textbox p,
    .core-styles td,
    .contentRender_name_plugins_core_textbox td,
    .core-styles tr,
    .contentRender_name_plugins_core_textbox tr,
    .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: 1.5em;
	}

}

@media (min-width: 64em) {

}