/* Core styles can be used any where you need a generic HTML block */

body  {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.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: #333;
	font-size: 19px;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	margin-bottom: 35px;
}
.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:#e40046;
}
.core-styles a:hover, .contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}
.core-styles ul:not([class*="block-grid-"]), .contentRender_name_plugins_core_textbox ul,
.core-styles ol:not([class*="block-grid-"]), .contentRender_name_plugins_core_textbox ol,
.core-styles dl:not([class*="block-grid-"]), .contentRender_name_plugins_core_textbox dl  {
	color: #333;
	font-size:19px;
	line-height:28px;
	font-family: proxima-nova, sans-serif;
	list-style-position: outside;
	margin-left: 55px;
}
.core-styles ul:not([class*="block-grid-"]) ul, .contentRender_name_plugins_core_textbox ul ul,
.core-styles ol:not([class*="block-grid-"]) ol, .contentRender_name_plugins_core_textbox ol ol {
    margin-left: 40px;
}

.core-styles h1, .contentRender_name_plugins_core_textbox h1  {
	color:#e40046;
	font-size:55px;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 65px;
	margin-bottom: 20px;
}
.core-styles h2, .contentRender_name_plugins_core_textbox h2  {
	color: #333;
	font-size: 40px;
	font-family: ibm-plex-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 20px;
}
.core-styles h3, .contentRender_name_plugins_core_textbox h3  {
	color: #250e62;
	font-size: 30px;
	font-family: ibm-plex-sans-condensed, sans-serif;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 20px;
}
.core-styles h4, .contentRender_name_plugins_core_textbox h4  {
	color: #17817c;
	font-size: 22px;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 10px;
}
.core-styles h5, .contentRender_name_plugins_core_textbox h5  {
	color: #e40046;
	font-size: 20px;
	font-family: ibm-plex-sans-condensed, sans-serif;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 23px;
	margin-bottom: 10px;
}
.core-styles h6, .contentRender_name_plugins_core_textbox h6  {
	color: #17817c;
	font-size: 15px;
	font-family: ibm-plex-sans-condensed, sans-serif;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}

.core-styles input {
	font-family: 'proxima-nova';
}

.core-styles input:placeholder {
	font-family: 'proxima-nova';
}

@media screen and (max-width:1024px)  {
	.core-styles 	h1 , .contentRender_name_plugins_core_textbox h1  {
			font-size: 42px;
			line-height: 45px;
		}
	.core-styles 	h2 , .contentRender_name_plugins_core_textbox h2  {
			font-size: 30px;
			line-height: 33px;
		}
}

@media screen and (max-width:640px) {
.core-styles 	h1 , .contentRender_name_plugins_core_textbox 	h1  {
		font-size: 30px;
		line-height: 33px;
	}
.core-styles 	h2 , .contentRender_name_plugins_core_textbox 	h2  {
		font-size: 27px;
		line-height: 30px;
	}
.core-styles 	h3 , .contentRender_name_plugins_core_textbox 	h3  {
		font-size: 23px;
		line-height: 26px;
	}
.core-styles 	h4 , .contentRender_name_plugins_core_textbox 	h4  {
		font-size: 21px;
		line-height: 23px;
	}
.core-styles 	p , .contentRender_name_plugins_core_textbox 	p  {
		font-size: 17px;
		line-height: 32px;
	}
}


h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a , h6 > a  {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.core-styles .contentRender_name_plugins_core_textbox img[align*='right'] , .contentRender_name_plugins_core_textbox .contentRender_name_plugins_core_textbox img[align*='right']  { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.core-styles .contentRender_name_plugins_core_textbox img[align*='left'] , .contentRender_name_plugins_core_textbox .contentRender_name_plugins_core_textbox img[align*='left']  { margin-right : 15px; margin-bottom: 5px; }