/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	font-family: Avenir LT W01_55 Roman1475520;
    color: #000;
	font-size: 36px;
	line-height: 1.1em;
	margin-bottom: 40px;
	font-weight: 400;
	text-transform: capitalize;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 400;
	color: #000;
	margin-bottom: 18px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 400;
	color: #000;
	margin-bottom: 18px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 400;
	color: #000;
	margin-bottom: 18px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 10px;
	line-height: 1.1em;
	font-weight: 400;
	color: #000;
	margin-bottom: 18px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	margin-bottom: 16px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	font-family: Avenir LT W01_55 Roman1475520;
	text-decoration: underline;
	color: #0069b5
}

.core-styles > ul:not([class*="block-grid-"]),
.core-styles > ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox > ul:not([class*="block-grid-"]),
.sitemap > ul,
.contentRender_name_plugins_core_textbox > ol:not([class*="block-grid-"]),
.sitemap > ul {
	margin-bottom: 16px;
}

.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 ul li {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
}
@media(max-width:640px){
	.sitemap ul li {
		margin-top: 10px;
	}
}



.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	font-family: Avenir LT W01_55 Roman1475520;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: bold;
}

.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; }

.sitemap > ul {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
			column-count: 1;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

@media screen and (min-width: 641px) {
	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}
}

@media screen and (min-width: 1025px) {
	.sitemap > ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
    }
}
