/* Core styles can be used any where you need a generic HTML block */
/*
font-family: muli,sans-serif;
font-weight: 400;
font-style: italic;

font-family: muli,sans-serif;
font-weight: 400;
font-style: normal;


font-family: muli,sans-serif;
font-weight: 700;
font-style: italic;

font-family: muli,sans-serif;
font-weight: 700;
font-style: normal;

*/
body {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: muli,sans-serif;
}

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: #BC0523;
}

a,
a:hover {
	color: #BC0523;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:#444444;
	font-size:46px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:#444444;
	font-size: 42px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #444444;
	font-size: 36px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #444444;
	font-size: 30px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color:#444444;
	font-size: 28px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color:#444444;
	font-size: 26px;
	font-family: muli,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #333;
    font-size: 20px;
    font-family: muli,sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #bc0523;
	text-decoration: none;
	font-weight: bold;
	transition: color ease 0.4s;
}
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active,
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #bc0523;
	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 {
	color: #333;
	font-size:18px;
	font-family: muli,sans-serif;
	line-height:26px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #333;
    font-size: 20px;
    font-family: muli,sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	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 screen and (max-width:1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 44px;
	}
}


@media screen and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 30px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 28px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 26px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 24px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 23px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 20px;
	}
	.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 {
		font-size: 18px;
		line-height: 24px;
		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: #333;
		font-size:18px;
		font-family: muli,sans-serif;
		line-height:26px;

	}
}