/* 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: "Open Sans", sans-serif;
	color: #232323;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

p {
	color: inherit;
}

button {
	background-color: #0b467e;  /* TODO - change to site color */
}

a,
a:hover {
	color: #0b467e;  /* TODO - change to site color */
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	font-size: 2.25rem
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-size: 1.5rem
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-size: 1.5rem
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	font-size: 1.5rem
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-size: 1.25rem
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-size: 1rem
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	font-size: 19px;
    line-height: 1.7;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	font: inherit;
	color: inherit;
	text-decoration: underline;
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}

.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 {

}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {

}

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; }