/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #000000;
	font-size: 70px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 88px;
	margin-bottom: 22px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #000000;
	font-size: 45px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #47D7AC;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #004C97;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #000000;
	font-size: 19px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #000000;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #000000;
	font-size: 19px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #004C97;
	font-weight: bold;
	text-decoration: none;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}
.core-styles table,
.contentRender_name_plugins_core_textbox table {  
	border-spacing: 0;
	background: transparent;
	border: solid 1px  #efefef;
	margin-bottom: 1.25rem;
	table-layout: auto;
}
.contentRender_name_plugins_core_textbox table tr.even,
.contentRender_name_plugins_core_textbox table tr.alt, 
.contentRender_name_plugins_core_textbox table tr:nth-of-type(even),
.core-styles table tr.even,
.core-styles table tr.alt, 
.core-styles table tr:nth-of-type(even) {
	background: #91bcc4;
}
.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: #000000;
	font-size: 19px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-rendering: optimizeLegibility;
	list-style-position: inside;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #000000;
	font-size: 19px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	text-rendering: optimizeLegibility;
}

.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: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 41px;
		line-height: 46px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 35px;
		line-height: 38px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 15px;
		line-height: 18px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 14px;
		line-height: 17px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 13px;
		line-height: 16px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 12px;
		line-height: 15px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 17px;
		line-height: 28px;
	}	
}
