/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #024656;
	font-size: 61px;
	font-family: 'Sagona W05 ExtraBold';
	line-height: 73px;
	margin-bottom: 35px;
	text-transform: capitalize;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #1d809f;
	font-size: 38px;
	font-family: 'Mont W05 Book';
	font-style: normal;
	line-height: 41px;
	margin-bottom: 35px;
	text-transform: capitalize;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #024656;
	font-size: 36px;
	font-family: 'Mont W05 Book';
	font-style: normal;
	line-height: 36px;
	margin-bottom: 35px;
	text-transform: capitalize;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #1d809f;
	font-size: 34px;
	font-family: 'Mont W05 Book';
	font-weight: 300;
	line-height: 45px;
	margin-bottom: 35px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #012d37;
	font-size: 30px;
	font-family: 'Mont W05 Book';
	font-weight: 700;
	line-height: 41px;
	margin-bottom: 35px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #000000;
	font-size: 28px;
	font-family: 'Mont W05 Book';
	font-weight: 700;
	line-height: 37px;
	margin-bottom: 35px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #303032;
	font-size: 20px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 40px;
}
.panel-container.customColor .core-styles p,
.panel-container.customColor .core-styles h1,
.panel-container.customColor .core-styles h2,
.panel-container.customColor .core-styles h3,
.panel-container.customColor .core-styles h4,
.panel-container.customColor .core-styles h5,
.panel-container.customColor .core-styles h6,
.panel-container.customColor .contentRender_name_plugins_core_textbox p,
.panel-container.customColor .contentRender_name_plugins_core_textbox h1,
.panel-container.customColor .contentRender_name_plugins_core_textbox h2,
.panel-container.customColor .contentRender_name_plugins_core_textbox h3,
.panel-container.customColor .contentRender_name_plugins_core_textbox h4,
.panel-container.customColor .contentRender_name_plugins_core_textbox h5,
.panel-container.customColor .contentRender_name_plugins_core_textbox h6 {
	color: inherit;
}
.panel-container.customColor {
	padding: 20px 0;	
}
.panel-container.controlledWidth {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;	
}
.core-styles a,
.contentRender_name_plugins_core_textbox a {
	font-weight: 700;
	text-decoration: none;
	background: rgba(29, 128, 159, 0);
	color: #024656;
	transition: all ease 0.5s;
}
.core-styles a:hover, 
.contentRender_name_plugins_core_textbox  a:hover, 
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	background: rgba(29, 128, 159, 1);
	color: #fff;
}
.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: #303032;
	font-size: 20px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #303032;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 34px;
	text-rendering: optimizeLegibility;
	line-height: 1.125rem;
	border-collapse: separate;
	border-spacing: 2px;
}
.core-styles table tr,
.contentRender_name_plugins_core_textbox table tr {
	background-color: transparent;
}
.core-styles table tr:nth-of-type(even),
.contentRender_name_plugins_core_textbox table tr:nth-of-type(even) {
	background-color: #024656;
}
.core-styles table tr:nth-of-type(even) td,
.contentRender_name_plugins_core_textbox table tr:nth-of-type(even) td {
	color:#fff;
}
.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: 900;
}

.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i, .contentRender_name_plugins_core_textbox i {
	font-style: italic;
}

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: 61px;
		line-height: 73px;
	}
}
@media screen and (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 21px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}