/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #21475a;
    font-size: 38px;
    font-family: 'Mundo Sans W01 Bold', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #21475a;
    font-size: 32px;
    font-family: 'Mundo Sans W01 Bold', cursive;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #21475a;
    font-size: 28px;
    font-family: 'Mundo Sans W01 Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	color: #21475a;
    font-size: 26px;
    font-family: 'Mundo Sans W01 Bold', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #21475a;
    font-size: 28px;
    font-family: 'Mundo Sans W01 Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #21475a;
    font-size: 24px;
    font-family: "Mundo Sans W01 Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #112844;
    font-size: 14px;
    font-family: 'Mundo Sans W01 Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #3bbaab;
    font-weight: bold;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #c1022f;
	text-decoration: underline;
}

.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,
.sitemap li {
	color: #112844;
    font-size: 14px;
    font-family: 'Mundo Sans W01 Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}
.core-styles input{
	font-family: 'Mundo Sans W01 Regular', sans-serif;
}

.core-styles input{
	font-family: 'Mundo Sans W01 Regular', sans-serif;
}

.core-styles input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.core-styles input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.core-styles input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.core-styles input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #112844;
    font-size: 14px;
    font-family: 'Mundo Sans W01 Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

.sitemap > ul {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
			column-count: 1;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

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(min-width: 641px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 52px;
		line-height: 52px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 36px;
		line-height: 36px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 32px;
		line-height: 32px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 18px;
		line-height: 30px;
	}

	.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,
	.sitemap li {
		font-size: 18px;
		line-height: 30px;
	}

	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 18px;
		line-height: 30px;
	}

	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}
}

@media(min-width: 1025px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 70px;
		line-height: 70px;
	}

	.sitemap > ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
    }
}