/* Core styles can be used any where you need a generic HTML block */

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.core-styles table tr th,
.contentRender_name_plugins_core_textbox table tr th,
.core-styles table tr td,
.contentRender_name_plugins_core_textbox table tr td {
	color: #141414;
    font-size: 20px;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.3em;
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
}
a:hover {
	text-decoration: underline;
	color: #141414;
}

a,
.core-styles a:link,
.contentRender_name_plugins_core_textbox a:link,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited,
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	color: #141414;
	font-weight: bold;
}

.core-styles ul,
.contentRender_name_plugins_core_textbox ul,
.core-styles ol,
.contentRender_name_plugins_core_textbox ol,
.core-styles dl,
.contentRender_name_plugins_core_textbox dl {
	color: #141414;
	font-size:16px;
	line-height:25px;
	font-family: 'Franklin-Gothic-URW', sans-serif;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #141414;
	font-size:100px;
	line-height: .9em;
	font-family: 'Titling-Gothic-fb-skyline', sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #141414;
	font-size: 70px;
	font-family: 'franklin-gothic-urw-comp', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #141414;
	font-size: 50px;
	font-family: 'Titling-Gothic-fb-skyline', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #141414;
	font-size: 35px;
	font-family: 'franklin-gothic-urw-comp', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #141414;
	font-size:28px;
	font-family: 'Titling-Gothic-fb-skyline', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 3px;
	margin: 0;
	margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #141414;
	font-size: 20px;
	font-family: "Franklin-Gothic-URW", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 15px;
}

@media screen and (max-width:1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 25px;
		line-height: 25px;
	}
	.core-styles p ,
	.contentRender_name_plugins_core_textbox p  {
		font-size: 18px;
		line-height: 1.3em;
	}
}

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; }