/* 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: var(--font-body);
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

ul, ol, dl {
	margin-bottom: 0;
}

button {
	background-color: var(--teal);
}

a,
a:hover {
	color: var(--teal);
	font-weight: var(--weight-semibold);
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: var(--teal);
    font-size: 47px;
    line-height: 46px;
    font-family: var(--font-header);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: var(--teal);
    font-size: 32px;
    line-height: 38px;
    font-family: var(--font-header);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: var(--ocean);
    font-size: 30px;
    line-height: 38px;
    font-family: var(--font-header);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: var(--teal);
    font-size: 28px;
    line-height: 38px;
    font-family: var(--font-header);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: var(--ocean);
    font-size: 26px;
    line-height: 38px;
    font-family: var(--font-header);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: var(--ocean);
    font-size: 24px;
    line-height: 38px;
    font-family: var(--font-body);
    font-weight: var(--weight-extrabold);
    font-style: normal;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.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,
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: var(--black);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--font-body);
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    margin-bottom: 30px;
}

.core-styles ul, 
.core-styles ol, 
.core-styles dl {
	margin-bottom: 1.25rem;	
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #2b2b2b;
	text-decoration: underline;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: var(--teal);
	font-weight: normal;
	text-decoration: underline;
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}


h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}


/* shortcut styles for client use */
.orange-script,
.core-styles h1.orange-script,
.core-styles h2.orange-script,
.core-styles h3.orange-script,
.contentRender_name_plugins_core_textbox h1.orange-script,
.contentRender_name_plugins_core_textbox h2.orange-script,
.contentRender_name_plugins_core_textbox h3.orange-script {
	font-size: 46px;
	font-weight: var(--weight-bold);
	font-family: var(--font-script);
	letter-spacing: 0;
	text-transform: capitalize;
	line-height: 1;
	color: var(--orange);
}

.teal-header,
.core-styles h1.teal-header,
.core-styles h2.teal-header,
.core-styles h3.teal-header,
.contentRender_name_plugins_core_textbox h1.teal-header,
.contentRender_name_plugins_core_textbox h2.teal-header,
.contentRender_name_plugins_core_textbox h3.teal-header {
	font-size: 40px;
	font-weight: var(--weight-extrabold);
	font-family: var(--font-header);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1;
	color: var(--teal);
}


.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: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 52px;
    	line-height: 60px;	
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 42px;
		line-height: 54px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 38px;
		line-height: 42px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 34px;
		line-height: 46px;	
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 30px;
		line-height: 36px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 26px;
		line-height: 36px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.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,
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 18px;
		line-height: 29px;
	}
}

@media (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 70px;
		line-height: 82px;
	}
}