/* 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: 'proxima-nova', sans-serif; /* TODO - change to site paragraph font */
	font-family: 'Open Sans', sans-serif;
}

button {
	background-color: #003399;  /* TODO - change to site color */
}

.core-styles p,
.core-styles table tr th,
.core-styles table tr td,
.contentRender_name_plugins_core_textbox p,
.contentRender_name_plugins_core_textbox table tr th,
.contentRender_name_plugins_core_textbox table tr td {
    color: #000000;
    font-size: 16px;
    font-family: open-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 26px;
	margin-bottom: 2em;
	text-rendering: optimizeLegibility;
}

a {
	color: #003399;  /* TODO - change to site color */
}

.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: #000000;
    font-size: 13px;
    font-family: open-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 40px;
    text-rendering: optimizeLegibility;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table {
	border: 1px solid #ccc;
}
.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  {
    padding: 8px 15px;
}
.core-styles table tr th,
.contentRender_name_plugins_core_textbox table tr th {
    background: #003399;
    color: #fff;
    font-weight: 600;
}

.core-styles table tr.even,
.core-styles table tr.alt, 
.core-styles table tr:nth-of-type(even),
.contentRender_name_plugins_core_textbox table tr.even,
.contentRender_name_plugins_core_textbox table tr.alt, 
.contentRender_name_plugins_core_textbox table tr:nth-of-type(even) {
    background: #eee;
}
@media screen and (min-width: 1024px) {
	.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 {
		margin-bottom: 2em;
	}
}


.core-styles a,
.contentRender_name_plugins_core_textbox a,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited,
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	color:#003399;
	font-weight: bold;
	text-decoration: underline;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:#003399;
	font-size:48px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color:#003399;
	font-size:36px;
	font-family: shackleton-narrow,serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color:#003399;
	font-size:36px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color:#000000;
	font-size:30px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color:#000000;
	font-size:24px;
	font-family: open-sans,sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color:#000000;
	font-size:21px;
	line-height: 24px;
	font-family: open-sans,sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
}

.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: #000000;
    font-size: 16px;
    font-family: open-sans,sans-serif;
	line-height: 26px;
}

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:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 30px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 25px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 23px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 20px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 17px;
	}
}