/* Core styles can be used any where you need a generic HTML block */
body {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

::selection {
  color:#ffffff;
  background:#49a5d8;
}
::-moz-selection { /* Code for Firefox */
  color:#ffffff;
  background:#49a5d8;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:#021d44;
	font-size: 58px;
	font-family: 'Montserrat', sans-serif;
	line-height: 68px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:#021d44;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	line-height: 58px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 15px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #021d44;
	font-size: 38px;
	line-height: 54px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #021d44;
	font-size: 40px;
	line-height: 48px;
	font-family: 'rift-soft', sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #82bc00;
	font-size: 28px;
	line-height: 45px;
	font-family: 'Rock Salt', cursive;
	text-transform: lowercase;
	margin-bottom: 10px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #021d44;
	font-size: 27px;
	line-height: 35px;
	font-family: 'rift-soft', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2,
.core-styles h3,
.contentRender_name_plugins_core_textbox h3,
.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.core-styles h5,
.contentRender_name_plugins_core_textbox h5,
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	margin-top: 50px;
}

.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: #021d44;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
}

.core-styles table tr td,
.contentRender_name_plugins_core_textbox table tr td {
	border-collapse: collapse;
	border: 1px solid #efefef;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color:#49a5d8;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-decoration: none;
}

.core-styles ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) {
	
}

.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]),
.core-styles dl:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox dl:not([class*="block-grid-"]),
.core-styles ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) {
	display: block;
	margin-inline-end: 0px;
	color: #021d44;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 30px;
}

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: 38px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 23px;
		line-height: 37px;
		margin-bottom: 10px;
	}
	
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 25px;
		line-height: 33px;
		margin-bottom: 5px;
	}
	
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 25px;
	}
}

@media screen and (max-width: 640px) {
	.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 {
		font-size: 16px;
		line-height: 25px;
	}
	
	.core-styles ol:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]),
	.core-styles dl:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox dl:not([class*="block-grid-"]),
	.core-styles ul:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 50px;
	}
}