/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'monotype-grotesque', sans-serif;/* TODO - change to site paragraph font */
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased
}

button {
	color: rgb(33, 43, 56); 
}

a {
	color: #006077; 
}

a:hover,
a:focus {
	color: #006077; 
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #212b38;
	font-size: 30px;
	font-family: 'Windsor W01 Bold';
	line-height: 1.2em;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #212b38;
	font-size: 26px;
	font-family: 'Windsor W01 Bold';
	line-height: 1.2em;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #212b38;
	font-size: 24px;
	font-family: 'Windsor W01 Bold';
	line-height: auto;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #212b38;
	font-size: 20px;
	font-family: 'Windsor W01 Bold';
	line-height: auto;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #212b38;
	font-size: 18px;
	font-family: 'Windsor W01 Bold';
	line-height: auto;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #212b38;
	font-size: 18px;
	font-family: 'monotype-grotesque', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: auto;
	letter-spacing: 1px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #4f4336;
    font-size: 16px;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.1em
	text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #006077;
	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: #006077;
	font-size: 16px;
	line-height:28px;
	font-family: 'monotype-grotesque', sans-serif;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #4f4336;
    font-size: 16px;
    font-family: 'monotype-grotesque', sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 30px;
	text-rendering: optimizeLegibility;;
}

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 (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		color: #212b38;
		font-size: 40px;
		font-family: 'Windsor W01 Bold';
		margin-bottom: 25px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		color: #212b38;
		font-size: 36px;
		font-family: 'Windsor W01 Bold';
		line-height: auto;
	}
	
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		color: #212b38;
		font-size: 30px;
		font-family: 'Windsor W01 Bold';
		line-height: auto;
	}
	
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		color: #212b38;
		font-size: 26px;
		font-family: 'Windsor W01 Bold';
		line-height: auto;
	}
	
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		color: #212b38;
		font-size: 24px;
		font-family: 'Windsor W01 Bold';
		line-height: auto;
	}
	
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		color: #212b38;
		font-size: 25px;
		font-family: 'monotype-grotesque', sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: auto;
		letter-spacing: 1px;
	}
	
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		color: #4f4336;
		font-size: 18px;
		font-family: 'monotype-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		text-rendering: optimizeLegibility;
	}

	.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: #006077;
		font-size: 18px;
		line-height:28px;
		font-family: 'monotype-grotesque', sans-serif;
	}
	
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		color: #4f4336;
		font-size: 18px;
		font-family: 'monotype-grotesque', sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		text-rendering: optimizeLegibility;;
	}
}