/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:#1A6E99;
	font-size:80px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 800;
	line-height: 70px;
  text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:#90A74D;
	font-size: 38px;
	font-family: "abril-display", serif;
	font-style: italic;
	font-weight: 400;
	line-height: 40px;
	text-transform: lowercase;
}

h1 + h2 {
	margin-bottom: 50px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color:  #bb1f59;
	font-size: 65px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 800;
	line-height: 55px;
  text-transform: uppercase;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #90A74D;
	font-size: 30px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
  font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
  letter-spacing: 2px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color:#0FACBD;
	font-size:45px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 900;
	line-height: 35px;
  text-transform: uppercase;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color:#886e90;
	font-size: 24px;
	font-family: "abril-display", serif;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #3a3a3a;
  font-size: 18px;
  font-family:  "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
	line-height:28px;
	text-rendering: optimizeLegibility;
}

.core-styles a,
.core-styles a:visited,
.core-styles a:active,
.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox a:visited
.contentRender_name_plugins_core_textbox a:active  {
	color:#90A74D;
	font-weight: bold;
}

.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: #3a3a3a;
	font-size:18px;
	line-height:32px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 500;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles th,
.contentRender_name_plugins_core_textbox th
{
	padding: 0.25rem 0.625rem;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #3a3a3a;
  font-size: 18px;
  font-family:  "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
	line-height:28px;
	text-rendering: optimizeLegibility;
	border-collapse: separate;
  border-spacing: 2px;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table {
	border-collapse: separate;
  border-spacing: 2px;
}

.core-styles tbody,
.contentRender_name_plugins_core_textbox tbody {
	display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

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: 55px;
		line-height: 58px;
		/* overflow-wrap: break-word; */
	}

  .core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 55px;
		line-height: 60px;
	}
}

@media screen and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1  {
		font-size: 30px;
		line-height: 30px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 40px;
		line-height: 45px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 24px;
		line-height: 27px;
	}

  .core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 32px;
		line-height: 37px;
	}

  .core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 21px;
		line-height: 24px;
	}
}

@media screen and (max-width: 474px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1  {
		font-size: 30px;
		line-height: 32px;
	}
	
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 25px;
		line-height: 27px;
	}
}

@media screen and (min-width: 475px) and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1  {
		font-size: 55px;
		line-height: 45px;
	}

}